> 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/berichte/auftragswesen/produktmargen.md).

# Produktmargen

> *Berichte -> Auftragswesen -> Produktmargen*

<figure><img src="https://2281246901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlM26Mg6nljOOOe95HyIq%2Fuploads%2FNRKfauRFMOBgIp6hP3Je%2Fimage.png?alt=media&amp;token=b858c213-314c-4f16-951b-f5ae0dc819a5" alt=""><figcaption></figcaption></figure>

Um einen Bericht über die Produktmargen im Auftragswesen zu generieren, wird ein "**Von**-" und ein "**Bis**-"Datum ausgewählt.

Beim "**Rechnungsstatus**" ist auszuwählen, für welche Rechnungen der Bericht erstellt wird

* Bezahlt
* Offen und Bezahlt
* Entwurf, Offen und Bezahlt

Nun erhält man eine Übersicht von den Produkten, die in diesem Zeitraum verkauft wurden und zu jedem Produkt die Informationen zu Umsatz, Gesamtkosten, Margen, durchschnittlichen Verkaufspreis, etc.

<figure><img src="https://2281246901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlM26Mg6nljOOOe95HyIq%2Fuploads%2F0OAb9nyQVcBl1KGqwpj3%2Fimage.png?alt=media&amp;token=40a9e454-b4a0-4c60-a413-1c20ee1c1447" alt=""><figcaption></figcaption></figure>


---

# 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/berichte/auftragswesen/produktmargen.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.
