> 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/schnelles-wissen/kasse/shortcuts-in-der-kasse.md).

# Shortcuts in der Kasse

In der Kasse kann die Eingabe von Shortcuts verwendet werden, um bestimmte Funktionen (wie das Öffnen von Vorgängen, Durchführen der Datenaktualisierung, Drucken des X/Z-Berichts, etc.) direkt über eine Tastatureingabe aufzurufen.

## Anzeige der verfügbaren Shortcuts in der Kassenoberfläche (Shortcut-Overlay)

Die verfügbaren Shortcuts können in jedem Bereich der Kasse über **Drücken und Halten der Taste ALT (auf Windows-Systemen)** bzw. der **Taste STRG (auf MAC-Systemen)** angezeigt werden.

<figure><img src="/files/TCqVWC6JGdbvV9cnuIMT" alt=""><figcaption><p>Anzeige der verfügbaren Shortcuts im entsprechenden Kassenbereich</p></figcaption></figure>

<figure><img src="/files/ITyR7jLGaLrrKjJw9P3B" alt=""><figcaption><p>Anzeige der verfügbaren Shortcuts im entsprechenden Kassenbereich</p></figcaption></figure>

## Liste der verfügbaren Shortcuts in der Kassenoberfläche&#x20;

### Allgemein

| ALT (WIN) / STRG (MAC) + | Aktion          |
| ------------------------ | --------------- |
| ,                        | vorherige Seite |
| .                        | nächste Seite   |
| S                        | Sperren         |

### Kassenmenü

| ALT (WIN) / STRG (MAC)  + | Aktion              |
| ------------------------- | ------------------- |
| 1                         | Übertragungsansicht |
| 2                         | Offene Rechnungen   |
| 3                         | Auftrag Suche       |
| 4                         | geparkte Aufträge   |
| 5                         | Anwesenheit         |
| 6                         | Mitarbeiterauswahl  |
| 7                         | Kassa               |
| 8                         | Einstellungen       |
| 9                         | Übertragungsansicht |
| 0                         | Daten aktualisieren |

### Kassen-Verkaufsoberfläche

| ALT (WIN) / STRG (MAC)  + | Aktion                                        |
| ------------------------- | --------------------------------------------- |
| B                         | Belege (Widget + Button, da gleiche Funktion) |
| C                         | Cituro                                        |
| D                         | Ausschuss                                     |
| E                         | Ein/Auszahlung                                |
| F                         | Checkout                                      |
| G                         | Gutscheine & Rabattcodes                      |
| H                         | Parken                                        |
| I                         | Info                                          |
| K                         | Kunde                                         |
| L                         | Artikel löschen                               |
| P                         | Panele (Switch zw. Kategorien & Panele)       |
| Q                         | Abschließen mit ... / Abschließen             |
| S                         | Sperren                                       |
| T                         | Text                                          |
| V                         | Rechnung aus Vorsystem                        |
| X                         | Warenkorb leeren                              |
| Y                         | Auftrag erstellen                             |
| Z                         | Anzahlung                                     |
| +                         | Menge plus                                    |
| -                         | Menge minus                                   |
| **Kassenmodi-Menü**       |                                               |
| !                         | Kasse                                         |
| "                         | Retourenmodus                                 |
| §                         | Schnellinventur                               |
| $                         | Warenkorbschnittstelle                        |
| %                         | Lieferscheinprüfmodus                         |
| &                         | Kiosk-Modus                                   |

### Kassen-Einstellungen

| ALT (WIN) / STRG (MAC)  + | Aktion                  |
| ------------------------- | ----------------------- |
| 7                         | Kassa                   |
| A                         | Sitzung abschließen usw |
| X                         | XBericht                |
| Z                         | ZBericht                |
| T                         | Kassenplatz trennen     |

### Daten aktualisieren

| ALT (WIN) / STRG (MAC)  + | Aktion                        |
| ------------------------- | ----------------------------- |
| R                         | Alle Stammdaten aktualisieren |


---

# 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/schnelles-wissen/kasse/shortcuts-in-der-kasse.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.
