> For the complete documentation index, see [llms.txt](https://knowledge.plutus.be/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.plutus.be/onderneming-runnen/bedrijfsprocessen-en-erp/offertes-en-verkopen.md).

# Offertes & verkopen

## Offertes opmaken & beheren

Met een ERP-systeem kan je gemakkelijk offertes op maat doorsturen naar je klanten, opvolgen wanneer ze deze openen en hen de mogelijkheid geven om deze digitaal te ondertekenen.&#x20;

Eens de offerte is ondertekend, wordt deze manueel of automatisch omgezet naar een [factuur](/onderneming-runnen/bedrijfsprocessen-en-erp/facturatie-en-boekhouding.md) die in de boekhouding verwerkt wordt. &#x20;

## Abonnementen & recurrente verkopen beheren

Werk je met de recurrente facturen of abonnementsformules? Hiervoor kan je ook offertes opstellen, eens de klant ondertekend heeft, worden de [facturen ](/onderneming-runnen/bedrijfsprocessen-en-erp/facturatie-en-boekhouding.md)automatisch en periodiek verstuurd.&#x20;

## Betaalproviders

Je kan verschillende betaalproviders integreren (zoals Stripe, Adyen, Mollie, enz.) zodat je klanten de facturen direct via een betaalknop kunnen betalen met bancontact, mastercard/visa, PayPal, enz.\
Zo zorg je voor een snellere invordering van je hard verdiende geld. &#x20;

## Verzendmethodes & postdiensten

Integreer verschillende postdiensten zoals Bpost, DHL, Fedex, Sendcloud, enz. om je leveringen vlot uit te voeren. Zo kan je de verzendmethodes instellen voor je verkooporders en genereer je automatisch de nodige labels die op de veenpakketten kunnen geplakt worden.&#x20;

## Kassa

Voeg je kassa's toe en koppel deze automatisch met je [boekhouding](/onderneming-runnen/bedrijfsprocessen-en-erp/facturatie-en-boekhouding.md) zodat alles direct op punt staat. Selecteer hoe je klant heeft betaald en of hij al dan niet een factuur wilt. Druk je kassatickets of stuur ze direct per e-mail naar je klant.&#x20;

## Restaurant

Koppel je kassa, keukenscherm en tafels met elkaar zodat je bestellingen, betalingen, de voorbereiding van de maaltijden, enz. met elkaar kunt integreren.&#x20;


---

# 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://knowledge.plutus.be/onderneming-runnen/bedrijfsprocessen-en-erp/offertes-en-verkopen.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.
