> 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/financieel-beheer/financiele-rapporten/resultatenrekening.md).

# Resultatenrekening

De resultatenrekening of winst- en verliesrekening geeft een overzicht van de opbrengsten en de kosten van de onderneming voor een bepaald boekjaar.

## Structuur resultatenrekening

<table><thead><tr><th width="347">Klasse</th><th width="80">Code</th><th>Omschrijving</th></tr></thead><tbody><tr><td>Exploitatieopbrengsten</td><td>70</td><td>Omzet</td></tr><tr><td>Directe kosten &#x26; voorraad</td><td>60</td><td>Aankopen handelsgoederen, grondstoffen, enz.</td></tr><tr><td><strong>A. BRUTORESULTAAT</strong></td><td></td><td><strong>70  -  60</strong></td></tr><tr><td>Bedrijfskosten</td><td>61<br>62<br>63</td><td>Diensten &#x26; diverse goederen<br>Personeelskosten<br>Afschrijvingen</td></tr><tr><td>Andere bedrijfsoperaties</td><td>74<br>64</td><td>Andere bedrijfsopbrengsten<br>Andere bedrijfskosten</td></tr><tr><td><strong>B.</strong> <strong>BEDRIJFSRESULTAAT</strong></td><td></td><td><strong>[A]  -  61  -  62  -  63  +  74  -  64</strong></td></tr><tr><td>Financiële bedrijfsoperaties</td><td>75<br>65</td><td>Financiële opbrengsten<br>Financiële kosten</td></tr><tr><td><strong>C. RESULTAAT BEDRIJFSUITOEFENING</strong></td><td></td><td><strong>[B]  +  75  -  65</strong></td></tr><tr><td>Niet-recurrente bedrijfsoperaties</td><td>76<br>66</td><td>Niet-recurrente opbrengsten<br>Niet-recurrente kosten</td></tr><tr><td><strong>D. RESULTAAT VOOR BELASTING</strong></td><td></td><td><strong>[C]  +  76  -  66</strong></td></tr><tr><td>Belastinggerelateerde posten</td><td>78<br>68<br>67</td><td>Onttrekkingen<br>Overboekingen<br>Belastingen</td></tr><tr><td><strong>E. NETTORESULTAAT NA BELASTING</strong></td><td></td><td><strong>[D] +  78  -  68  -  67</strong></td></tr></tbody></table>

## Resultaatverwerking

Het uiteindelijk resultaat zal overgeheveld worden naar de balans en zal terug te vinden zijn onder het eigen vermogen.


---

# 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/financieel-beheer/financiele-rapporten/resultatenrekening.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.
