> 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/productie-en-voorraad.md).

# Productie & voorraad

## Productie

Organiseer je hele productie van grondstoffen en onderdelen tot het eindproduct.&#x20;

Maak finale producten aan en voorzie de stuklijsten en onderdelen die je nodig hebt voor de volledige productie. Volg op hoeveel producten er moeten geproduceerd worden, hoe de voorraad eruitziet en in welke productiefase de producten zich bevinden.&#x20;

## Aankoop

Stuur een offerteaanvraag door naar je leveranciers en volg de aankoopprocedure op. De inkomende aankopen kunnen in de voorraad opgenomen worden. Het order kan vervolgens omgezet of gelinkt worden aan de definitieve aankoopfactuur in de [boekhouding](/onderneming-runnen/bedrijfsprocessen-en-erp/facturatie-en-boekhouding.md).&#x20;

## Voorraad

Beheer je producten en opslagplaatsen op een overzichtelijke manier. Controleer welke inkomende en uitgaande orders nog moeten verwerkt worden. Controleer hiernaast de beschikbaarheid in de voorraad en check de nog te produceren goederen.&#x20;

Stel verschillende verbruik- en waarderingsmethodes in zoals LIFO, FIFO, enz.&#x20;

## Barcode

Maak het opvolgen van je voorraad gemakkelijker door barcodes toe te wijzen aan producten en productcategorieën. Scan de barcodes om

* Een product aan een verkooporder of een inkooporder toe te voegen.
* Productieorders af te handelen.
* Voorraadbewegingen te registreren.
* Voorraadtellingen uitvoeren of een voorraadverplaatsing registreren.

in- en uitgaande zendingen, voorraadlocaties en voorraadverplaatsingen te beheren. Hiernaast kan je de barcode gebruiken om je voorraad te tellen.&#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/productie-en-voorraad.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.
