Overview
A station in DishInk consists of:- A name (internal, e.g.
hot_kitchen) and display name (what appears on the KDS, e.g.Hot Kitchen) - A colour — used for the station chip, ticket accents, and border colouring
- An alert threshold in minutes — flashes a warning when items sit in the queue too long
- A list of assigned categories — the menu categories that route to this station
Auto-routing rules
When a waiter sends an order, DishInk decides where each item shows up on the KDS using this exact logic:1
Look up the item's category
Every menu item belongs to a category (Starters, Mains, Drinks, Desserts, etc.).
2
Find a matching station
Scan stations for the first one whose
category_ids includes the item’s category.3
Stamp the station on the item
The item is written with
kds_station = station.display_name so every screen shows it under the correct lane.4
Fall back to the category name
If no station matches, the item shows under a virtual station named after its category. It is not lost — it just does not have a configured lane yet.
If a category is assigned to multiple stations, the first matching station wins. Assign each category to exactly one station to make routing predictable.
Open the Stations panel
1
Sign in as owner or manager
Only roles with kitchen config permissions can create or edit stations.
2
Go to Settings → Kitchen Stations
You will see the info banner explaining how routing works, a list of existing stations, and an Add Station button.
Create a station
1
Tap Add Station
A form panel opens with New Station highlighted at the top.
2
Name and Display Name
Enter an internal name (e.g.
hot_kitchen) and a display name shown on the KDS (e.g. Hot Kitchen). If you leave display name blank, DishInk uses the name.3
Pick a colour
Choose from the 12 preset colours. This colour is used for the station chip, the ticket accent, and the border on cards filtered to this station.
4
Set a queue alert (optional)
Enter the number of minutes an item can sit in the queue before the KDS flashes a warning. Typical values are 10–15 minutes. Leave blank to disable.
5
Assign categories
Tap category chips to toggle them into the station. A checkmark appears on selected chips.
6
Tap Create Station
The station is saved and appears in the list. The KDS picks it up on the next order.

Kitchen Stations panel
Edit a station
- Tap the pencil icon on any station row.
- The row expands into the edit form pre-filled with current values.
- Change any field — name, colour, alert, categories.
- Tap Save Changes.
Delete a station
- Tap the trash icon on any station row.
- Confirm the deletion.
- Orders that were already sent keep their station label — the KDS still groups them under that name as a virtual station.
Filter the KDS by station
At the top of the KDS, tap a station chip to view only that station’s items. Tap All to see everything again.- Real stations appear first, in
sort_order, coloured with the station colour. - Virtual stations (items with no assigned station) appear after, in grey.
- The active chip is highlighted.
Bulk actions like Mark All Ready respect the active station filter — they only affect items visible on the ticket for that station.
Recommended setup
For a typical restaurant, we recommend starting with these stations:
Adjust based on your physical layout and how your team already thinks about the kitchen.

