> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-nl/backoffice/backoffice/projecten/projecten-plannen-en-volgen/projectbudgetten-en-financien-volgen.md).

# Projectbudgetten en financiën volgen

Vergelijk begrote uren, kosten en opbrengsten met de daadwerkelijke projectresultaten.

Met Projecten kunt u vergelijken wat u heeft Gepland met wat het project daadwerkelijk kost.

Gebruik dit om binnen budget te blijven en Issues vroeg te signaleren.

### Wat u kunt bijhouden

U kunt het volgende bijhouden:

* begrote Uren
* begrote kosten
* verwachte omzet

De werkelijke waarden komen uit de Werkbonnen die aan het project zijn gekoppeld.

{% stepper %}
{% step %}

### Voeg de budgetwaarden toe

Open het project en voer de Gepland Uren, kosten en omzet in.
{% endstep %}

{% step %}

### Koppel Werkbonnen

Zorg ervoor dat het projectwerk aan het juiste project is gekoppeld.
{% endstep %}

{% step %}

### Controleer de werkelijke voortgang

Zodra Werkbonnen Voltooid zijn, bekijkt u de Uren, Materialen, kosten en omzet op het project.
{% endstep %}

{% step %}

### Vergelijk Gepland met werkelijke waarden

Gebruik de projecttotalen om te zien of het project binnen budget blijft.
{% endstep %}
{% endstepper %}

### Goede momenten om de financiën te controleren

* vóór facturering
* tijdens langere projecten
* na grote projectfasen

### Veelgestelde vragen

<details>

<summary>Waar komen de werkelijke waarden vandaan?</summary>

Ze komen uit gekoppelde Werkbonnen.

Uren en Materialen worden samengevoegd op het project.

</details>

<details>

<summary>Kan ik ook omzet naast kosten bijhouden?</summary>

Ja.

Projecten ondersteunt zowel verwachte omzet als werkelijke resultaten.

</details>

<details>

<summary>Moet ik Project Planning hebben om budgetten bij te houden?</summary>

Nee.

Budget bijhouden werkt in Projecten zelf.

</details>

### Gerelateerde onderwerpen

* [**Project aanmaken**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/backoffice/backoffice/projecten/projecten-instellen/een-project-aanmaken.md)
* [**Bekijk het totale Overzicht van het Project.**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/backoffice/backoffice/projecten/projecten-plannen-en-volgen/het-totale-projectoverzicht-bekijken.md)
* [**Gebruik het Project-planningsbord**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/backoffice/backoffice/projecten/projecten-plannen-en-volgen/het-project-planbord-gebruiken.md)


---

# 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.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-nl/backoffice/backoffice/projecten/projecten-plannen-en-volgen/projectbudgetten-en-financien-volgen.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.
