> For the complete documentation index, see [llms.txt](https://wiki.dieagenturverwaltung.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dieagenturverwaltung.de/die-agenturverwaltung-en/finanzen-1/kva/abrechnung-von-kostenvoranschlaegen/schlussrechnung-erstellen.md).

# Create final invoice

## What is a final invoice?

The final invoice is the last invoice document generated from an estimate. It is thereafter considered settled.

A final invoice can be generated as the first invoice from an estimate or as the last in a series of interim or partial invoices.

{% hint style="info" %}
The final invoice lists all services from the estimate again and automatically offsets all interim or partial invoices previously generated from that estimate.
{% endhint %}

## How to create a final invoice

In the "Billing" tab of your estimate select a billing method:

![](/files/b732da99d51742a0a7c8406861b6d6cb8bd28f14)

Different billing methods are suggested; select "Create final invoice" here.

![](/files/037aa3bf11515f1c3a26d67c6e8e964b87467ae6)

Then, if applicable, enter the desired invoice date and — if different from the estimate — the job, and click "Create invoice now".

### Billing of incurred external services

The checkbox when creating the invoice allows us to automatically adjust the totals of certain line items if external services are billable "based on actual costs".

{% hint style="info" %}
**Example of application**\
In an estimate line item "travel expenses" we calculated EUR 500, but agreed with the customer that we will bill travel expenses based on receipts — i.e., as they are incurred.

Two receipts are incurred for the trip: a ticket for a train ride (EUR 200) and a receipt for an overnight hotel stay (EUR 150).\
In total, EUR 350 have therefore been incurred against the "travel expenses" line item.\
\
So if I leave the checkbox enabled when creating the final invoice, the value of the "travel expenses" line item automatically changes to EUR 350, the sum of the incurred *billable based on actual costs* external services.
{% endhint %}

## Estimate status change when billing

When generating a final invoice, the status of the estimate automatically changes from "approval" to "settled".


---

# 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://wiki.dieagenturverwaltung.de/die-agenturverwaltung-en/finanzen-1/kva/abrechnung-von-kostenvoranschlaegen/schlussrechnung-erstellen.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.
