> 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/onretail-wiki/handbuch/verwaltungsoberflache/verkauf/fakturierungsregel.md).

# Fakturierungsregel

{% hint style="info" %}
***Fakturierung** bezeichnet den Vorgang, bei dem ein Unternehmen für seinen Kunden eine Rechnung – oder Faktura – erstellt. Bei erzeugten Rechnungen wird häufig von **Vorfakturierung** (Rechnung bei Auftrag) oder **Nachfakturierung** (Rechnung bei Lieferung) gesprochen. Dies bezieht sich auf den Zeitpunkt der Rechnungslegung.*
{% endhint %}

Das ETRON onRetail System hat als Standard für alle neu erstellten Produkte die Nachfakturierung festgelegt, d.h. eine Rechnung kann erst erstellt werden, wenn z.B. die Ware aus dem Lager genommen und ausgeliefert wird oder eine Dienstleistung beendet wurde und anschließend eine konkrete Rechnung erstellt werden kann.

## Einstellung pro Produkt

Für jedes einzelne Produkt in den Stammdaten kann eingestellt werden, ob die Rechnung bei Auftrag oder bei Lieferung erstellt wird.

Diese Einstellung kann nur im "Edit" Modus geändert werden. Hierfür wird die Spalte "Fakturierungsregel" benötigt. Um diese anzeigen zu lassen, muss das Feld "Fakturierungsregel" aktiviert werden.

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

Beim Auswählen einer Zeile werden alle editierbaren Felder aktiviert und können für alle Produkte gleich übernommen werden.

<figure><img src="/files/30BihMEPV9uBcqpbDktW" alt=""><figcaption></figcaption></figure>

## Einstellung Gesamt

{% hint style="success" %}
*Falls der Standard die Vorfakturierung "Rechnung bei Auftrag" eingestellt werden soll, kann unser* [*ETRON Support*](/onretail-wiki/sonstiges/support-kontaktieren.md) *kontaktiert werden, damit die Einstellung für Sie geändert wird.*
{% endhint %}

## Einstellung der Fakturierungsregel für den Webshop

{% hint style="info" %}
Für eine korrekte Übertragung und Abrechnung der Bestellungen aus dem Webshop ist es wichtig, dass die Fakturierungsregel für alle Produkte auf **Rechnung bei Auftrag** eingestellt ist.
{% endhint %}


---

# 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/onretail-wiki/handbuch/verwaltungsoberflache/verkauf/fakturierungsregel.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.
