Skip to content

Ticket machine

The ticket machine is the kiosk where customers take their turn. It is the entry point of the system: the customer arrives, picks what they need and gets their number.

Ticket machine example

📷 Diagram — A customer choosing a service and taking their ticket

Flows are the menus the customer sees on the machine. They define how the turn type is chosen before taking the ticket.

You can build multi-level menus to match your business needs. For example:

  • Level 1: Administration, Checkout, Customer service.
  • Level 2: inside Checkout, Services or Returns.

Every menu option ends up issuing a ticket of a specific queue type.

📷 Diagram — Kiosk flow with a multi-level menu down to the ticket

The ticket machine is customizable to match your business branding. You can configure:

  • Header and footer: custom text for the header and the footer of the screen.
  • Background: a solid color or your own background image.
  • Colors: the background and text colors of the screen.
  • Buttons: how many buttons fit per row, and the border, background and text colors of each button.

This way the whole kiosk screen reflects your business branding.

Ticket machine customization options

The issued ticket joins the queue of its turn type and waits until a station that handles that type calls it.

In the waiting modes that use tickets, this machine is essential. In manual or free stations modes it is not used.