> For the complete documentation index, see [llms.txt](https://documentatie.onfact.be/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentatie.onfact.be/onfact.nl/apps/aankopen/kan-je-de-productwinstmarge-invoeren-om-verkoopprijs-automatisch-te-berekenen.md).

# Kan je de productwinstmarge invoeren om verkoopprijs automatisch te berekenen?

Dat is mogelijk. Die kan je aangeven in de app '[Aankopen](/onfact.nl/apps/aankopen.md)'.&#x20;

1. Ga rechtsboven in onFact naar je e-mailadres
2. Kies 'Apps en koppelingen'
3. Ga naar de app 'Aankopen' en klik op 'Configureren'.&#x20;
4. Er zal zich nu een nieuw venster openen. Vink de voorgestelde optie aan bij 'Berekeningsmethode prijs': "Prijs berekenen door een marge op de aankoopprijs te berekenen".

![](/files/-MbC0JaCwIOVYuP9TWLh)

Wanneer je dan een product aanmaakt, kan je een winstmarge ingeven. Als je de aankoopprijs ingeeft, wordt de verkoopprijs op basis hiervan berekend. Als de importfunctie gebruikt zou worden, kan je een Excel formule gebruiken om dit uit te rekenen.

![](/files/-MeUleM9iHsHlmxIx6bB)

Ook op niveau van een productgroep kan je deze winstmarge gaan instellen. Bij het toevoegen van een nieuwe productgroep kan je een winstmarge toekennen die toegepast wordt op alle producten binnen deze groep.

![](/files/-MedCkmmfc0nQ67coram)

Ook aan een bestaande productgroep kan je deze marge gaan toevoegen. Klik in een productgroep bovenaan op de gele knop 'Bewerken'. Een gelijkaardig venster als hierboven opent zich: je kan een winstmarge invoeren en 'Opslaan'.

![](/files/-MedDI2JcMWm8ZH-vTWp)

{% hint style="info" %}
Let op: deze toegevoegde winstmarge wordt niet retroactief op je producten toegepast. Enkel nieuwe producten die je binnen deze productgroep aanmaakt, zullen de winstmarge automatisch meekrijgen.
{% endhint %}


---

# 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://documentatie.onfact.be/onfact.nl/apps/aankopen/kan-je-de-productwinstmarge-invoeren-om-verkoopprijs-automatisch-te-berekenen.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.
