> 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/kasse/verkaufsoberflache/funktionsblock/preislisten-info.md).

# Preislisten-Info

{% hint style="success" %}
*Modul: Preislistenverwaltung*
{% endhint %}

<figure><img src="/files/3YNzN0HeUMpS99eGLX9n" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
*Bei dem Kassenplatz muss in der Verwaltungsoberfläche eine* [*Preisliste* ](/verwaltungsoberflache/einstellungen/allgemeine-einstellungen/kasse/preiskalkulation.md#flexible-pricelists)*hinterlegt sein, damit der Button angezeigt wird*

*Die Preislisten-Info kann auch auf einen*[ *Aktions-Button*](/verwaltungsoberflache/konfiguration/kassen/kassenpanele.md#funktion-aktion) *im* [*Kassenpanel* ](/kasse/verkaufsoberflache/kassenpanele-panellayout.md)*gelegt werden.*&#x20;
{% endhint %}

Die Preislisten-Info gibt genaue Auskunft, welche Preislisten für einen Artikel im Warenkorb gültig sind.

Das kann eine Allgemeine Preisliste oder auch eine Kundenpreisliste sein. Ebenso wird angezeigt, ob ein Rabatt aktiv ist, und bei aktivem Rabatt auch die Rabatthöhe.&#x20;

Der Button Info kann ausgewählt werden, wenn der Warenkorb Produkte enthält. Die Preislisteninfo wird für das aktuell ausgewählte Produkt (erkennbar am orangen Balken im Warenkorb) angezeigt.

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

#### **Preisliste "Name der Preisliste"**

Beschreibt, welche Preisliste gerade aktiv ist \
\&#xNAN;*Im Beispiel:* Allgemeine Preisliste

#### **Regel beginnt mit x.x Startpreis**

Gibt den regulären Preis des Artikels an\
\&#xNAN;*Im Beispiel:* 1,50

#### **Regel umfasst alle Produkte**

Die Preisliste wird global bei allen Artikeln eingesetzt

#### **Artikelmenge x erfüllt Mindestmenge x**

Zeigt an, dass es sich um einen Mengenrabatt handelt, und ab welcher Stückzahl dieser gültig geworden ist

#### **Regel setzt Fixpreis / Regel zieht x % ab**

Zeigt an,&#x20;

* ob der Rabatt ein Fixpreis oder Prozentsatz ist
* den nun gültigen Produktpreis
* die Differenz zum regulären Produktpreis

*Im Beispiel:* Ist ein Prozentsatz, Artikelpreis wird um 10% vergünstigt, Preisänderung -0,15

{% hint style="info" %}
*Für Produkte, die einen Stattpreis durch einen Preislistenpreis haben, kann durch eine*[ *Anpassung der Rechnungsvorlage*](/verwaltungsoberflache/einstellungen/allgemeine-einstellungen/kasse/rechnungen-and-quittungen.md#anpassung-rechnungsvorlage-preislistenrabatt-auf-belegen-als-rabattzeile-anzeigen) *auch eine Rabattzeile am Beleg angezeigt werden.*&#x20;
{% 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/kasse/verkaufsoberflache/funktionsblock/preislisten-info.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.
