> For the complete documentation index, see [llms.txt](https://helpcenter.etron.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.etron.info/verwaltungsoberflache/einstellungen/system/rechnungsvorlagen.md).

# ⚙️Rechnungsvorlagen

> *Einstellungen -> System -> Rechnungsvorlagen*

{% hint style="info" %}
*Für die Anzeige dieses Menüpunkts muss die Einstellung **Bearbeitung des Vorlagencodes** unter* [*Einstellungen -> Allgemeine Einstellungen -> Berechtigungen* ](/verwaltungsoberflache/einstellungen/allgemeine-einstellungen/allgemeine-einstellungen/berechtigungen.md#bearbeitung-des-vorlagencodes)*aktiviert werden.*&#x20;

*Nach Aktivieren der Einstellung ist es nötig, die Seite zu aktualisieren (Tastatur: F5)*
{% endhint %}

{% hint style="warning" %}
*Das Anpassen des Rechnungsdokuments erfordert Kenntnisse in QWEB (XML) und sollte nur von fachkundigen Personen vorgenommen werden.*&#x20;

*Unsachgemäß vorgenommene Änderungen können dazu führen, dass keine Rechnungen mehr erstellt werden können!*
{% endhint %}

<figure><img src="/files/afh2gCbyHuVY36vDC2e1" alt=""><figcaption></figcaption></figure>

Um das [Rechnungsdokument ](/verwaltungsoberflache/auftragswesen/rechnungen-zahlungen-und-gutschriften.md)anzupassen, wird die Rechnungsansicht "report\_invoice\_document" geöffnet.

<figure><img src="/files/WdXx0PxmAR0AahboDpns" alt=""><figcaption></figcaption></figure>

Im Reiter "Vererbte Ansichten" wird über "Zeile hinzufügen" ein PopUp geöffnet, über das eine neue  Ansicht erstellt wird. Für die Ansicht wird eine Ansichtsbezeichnung eingegeben. Im Reiter "Architektur" werden die Anpassungen an das Rechnungsdokument mit QWEB (XML) vorgenommen.

<figure><img src="/files/h58PXcKcCbvEU5iDEpx7" alt=""><figcaption><p>Beispiel Änderung am Rechnungsdokument</p></figcaption></figure>

<figure><img src="/files/fbTY4ciizUZIgBYdiF72" alt=""><figcaption><p>Beispiel Änderung am Rechnungsdokument</p></figcaption></figure>

Anschließend wird die Ansicht gespeichert.


---

# 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://helpcenter.etron.info/verwaltungsoberflache/einstellungen/system/rechnungsvorlagen.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.
