Example
Complete procedure: hardware kiosk flows that issue tickets and print barcodes.
Goal: Attract → select → pay → ticket credentials → print.
Typical step order
- Chiosco Attract (
KioskAttract) - Imposta i parametri direttamente (
SetParametersDirectly) (defaults / device context) - Selezione delle tessere (
TileSelectionInput) and/or time (Specifica temporale relativa (RelativeTimeFrameInput), …) - Modulo di input (
RequireInput) / calculators / Aggiungi posizione (AddPositionToOrder) as needed - Pagamento diretto online (
PayNow) - Genera il ticket (
SyncTicketGroupEntry) (often more than one) - Stampa codice a barre fisico (
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.