Beispiel
Complete procedure: hardware kiosk flows that issue tickets and print barcodes.
Goal: Attract → select → pay → ticket credentials → print.
Typical step order
- Kiosk anziehen (
KioskAttract) - Parameter direkt setzen (
SetParametersDirectly) (defaults / device context) - Kachelauswahl (
TileSelectionInput) and/or time (Relative Zeitangabe (RelativeTimeFrameInput), …) - Eingabeformular (
RequireInput) / calculators / Position hinzufügen (AddPositionToOrder) as needed - Online-Direktzahlung (
PayNow) - Ticket generieren (
SyncTicketGroupEntry) (often more than one) - Physischen Barcode drucken (
PrintBarcode)
Contrast: Classic occupancy ends in reservation + email; this path ends in ticket sync + print.
See components kiosk-attract, sync-ticket-group-entry, print-barcode.