> 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/schnelle-mengeneingabe.md).

# Schnelle Mengeneingabe

Die ETRON onRetail Kasse ermöglich das schnelle Hinzufügen von Artikel in einer bestimmten Menge. Hierfür dient die Eingabe im Suchfeld, auf das jederzeit der Fokus der Tastatur gelegt ist.

### Ablauf <a href="#ablauf" id="ablauf"></a>

Der Vorgang läuft wie folgt ab:

* **Menge** eintippen (Dezimalzahlen sind erlaubt)
* **\*** eintippen
* Produkt **scannen** ODER
* Produkt **suchen** mit Text, EAN oder Artikelnummer und **\<ENTER>**

<pre><code>&#x3C;MENGE> * Scanvorgang

<strong>​ODER​
</strong>
&#x3C;MENGE> * &#x3C;PLU-Nummer bzw. Text> &#x3C;ENTER>
</code></pre>

Sobald durch den Product-Scan oder die Suchwort-Eingabe (Bezeichnung oder Artikelnummer) nur ein einziges gesuchtes Ergebnis erscheint, kann per Enter die Eingabe bestätigt werden. Bei Scannern sollte ein ENTER automatisch nach dem Scan mitgeschickt werden.

{% hint style="info" %}
*Beim Hinzufügen/Abscannen von Überverpackungen werden die Mengen entsprechend multipliziert.*
{% endhint %}

In unserem Beispiel-Screenshot fügen wir 12 mal das Produkt "Computer" mit der PLU-Nummer 9087 hinzu.

<figure><img src="/files/jq2dz0IZG2XE73CEGmmJ" alt=""><figcaption><p>Schnelle Mengeneingabe innerhalb des Suchfeldes</p></figcaption></figure>

Nach dem Bestätigen per **ENTER-Taste** wird der Artikel **Computer** 12 mal zum Warenkorb hinzugefügt.

<figure><img src="https://4122668342-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MSZ7ac6RT4RTvH1fVzP%2F-MiRilx1mtaSOM83vx5q%2F-MiRlIfqvtVC-U5ybnOw%2Fimage.png?alt=media&#x26;token=ee4b0dba-c91f-4fc9-a3f7-9b977de9d540" alt=""><figcaption></figcaption></figure>

#### **Ablauf per Touch/Klick** <a href="#ablauf-per-touch-klick" id="ablauf-per-touch-klick"></a>

Um die Mengeneingabe per Touch oder Mausklick zu nutzen, muss einfach nur die gewünschte Menge, z.B.: 1,5\* eingetippt und anschließend mit \<ENTER> bestätigt werden.&#x20;

**​**<img src="https://4122668342-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs4jXYu4QaEYCte4gphc6%2Fuploads%2FDve4ic4TJnAD6NbJ8aLG%2Fimage.png?alt=media&#x26;token=b45e8098-82a0-48f1-a7f3-9799503b2afb" alt="" data-size="original">**​**

Dadurch wird ein **Mengen-Tag** in der Suchleiste fixiert.

​<img src="https://4122668342-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs4jXYu4QaEYCte4gphc6%2Fuploads%2F7uUT1jvRN5JiKQY9cpKP%2Fimage.png?alt=media&#x26;token=48446ca4-9fd2-47b6-a136-0d10c3ae4ec2" alt="" data-size="original">​

Nun kann ein beliebiger Artikel per Touch, Mausklick oder auch Scan ausgewählt werden und wird mit der gewünschten Menge in den Warenkorb hinzugefügt.

### Beispiele <a href="#beispiele" id="beispiele"></a>

Leerzeichen dienen hier nur zur Lesbarkeit

<table data-header-hidden><thead><tr><th width="200">Eingabe</th><th>Ausführung</th></tr></thead><tbody><tr><td>12 * Grüner Apfel</td><td>Fügt <strong>12</strong> mal den Artikel <strong>grüner Apfel</strong> hinzu</td></tr><tr><td>5 * 2100012879621</td><td><em>2100012879621 ist eine Überverpackung von je 10 Stück.</em> Fügt <strong>50</strong> mal den Artikel in der <strong>Packung</strong> hinzu.</td></tr><tr><td>1,42 * 7809</td><td>Fügt <strong>1,42</strong> mal den Artikel <strong>7809</strong> hinzu. Sinnvoll bei Gewichts und Meterware.</td></tr><tr><td>1,5 * &#x3C;ENTER></td><td>Fügt einen <strong>1,5 Mal Tag</strong> in der Suchleiste hinzu und multipliziert den Artikel der per Klick oder Touch in den Warenkorb hinzugefügt wird.</td></tr></tbody></table>


---

# 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/schnelle-mengeneingabe.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.
