Leisure & play

Example

Complete procedure: hardware kiosk flows that issue tickets and print barcodes.

Goal: Attract → select → pay → ticket credentials → print.

Typical step order

  1. Kiosk Attract (KioskAttract)
  2. Set parameters directly (SetParametersDirectly) (defaults / device context)
  3. Tile Selection (TileSelectionInput) and/or time (Relative time specification (RelativeTimeFrameInput), …)
  4. Input form (RequireInput) / calculators / Add Position (AddPositionToOrder) as needed
  5. Online direct payment (PayNow)
  6. Generate ticket (SyncTicketGroupEntry) (often more than one)
  7. Print Physical Barcode (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.