> For the complete documentation index, see [llms.txt](https://docs.powerall.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powerall.app/crediteuren/inkoopfacturen/granit-partnershop.md).

# Granit Partnershop

Als je een partnershop van Granit hebt, kan Powerall Online je helpen met het doorfactureren aan klanten die iets via je partnershop hebben besteld. Voer de volgende stappen uit om deze functionaliteit te gebruiken:

{% stepper %}
{% step %}

### Granit-account

Ondersteuning voor partnershops moet zijn ingesteld voor je Granit-account. Controleer dit eerst. Neem contact op met Granit als dit nog niet is ingesteld.
{% endstep %}

{% step %}

### Partnershopartikel aanmaken

Bij de leverancier Granit moet een partnershopartikel worden gekoppeld. Dit moet een artikel van het type 'Kosten' zijn. Dit artikel wordt gebruikt op de order die voor de klant wordt gemaakt.
{% endstep %}

{% step %}

### Relatiekenmerk toevoegen

Voeg een nieuw [relatiekenmerk](/algemeen/kenmerken-en-tags.md#kenmerken) toe met referentiekenmerk 'Granit partnershop klantnummer'. Dit wordt gebruikt om de verkooporder direct aan de juiste relatie te koppelen.
{% endstep %}

{% step %}

### Voorkom dubbele facturen

Omdat de facturen rechtstreeks bij Granit worden opgehaald, moet je ervoor zorgen dat de inkoopfacturen niet dubbel in de inbox komen te staan. Zorg ervoor dat Granit facturen die via de e-mail binnen komen, niet in de Powerall Inbox komen.&#x20;
{% endstep %}
{% endstepper %}

## Werking

In de inkoopfactuurinbox kun je rechtsboven bij 'Meer opties' kiezen voor 'Facturen ophalen'. Het systeem downloadt de inkoopfacturen uit het systeem van Granit en voegt ze toe aan de inbox.

Als je deze factuur inboekt, krijg je de optie 'Verkooporder aanmaken' te zien. Daaronder kies je voor welke relatie de verkooporder wordt aangemaakt. De artikelen die de klant heeft besteld, worden automatisch toegevoegd aan de order, tegen de prijs waarvoor de klant ze heeft besteld. Vervolgens kun je de order factureren.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.powerall.app/crediteuren/inkoopfacturen/granit-partnershop.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
