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.

📷 Diagram — A customer choosing a service and taking their ticket
Kiosk flows
Section titled “Kiosk flows”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.
📷 Diagram — Kiosk flow with a multi-level menu down to the ticket
Customization
Section titled “Customization”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.

Connection with the server
Section titled “Connection with the server”The kiosk needs to point to the server to work: every ticket issued joins its queue type instantly and becomes visible to the counters.
Connection with counters
Section titled “Connection with counters”The issued ticket joins the queue of its turn type and waits until a counter that handles that type calls it.
In the waiting modes that use tickets, this machine is essential. In manual or free counters modes it is not used.
Download
Section titled “Download”You can download it from the downloads page.