Settings
Set Up Restaurant Tables, KOT and Modifier Groups
Restaurant settings prepare the table list and item modifiers that cashiers use for dine-in orders and KOT.
- Menu path
- Manage -> Restaurant
- Verified from
- Posnic demo and current POS source reviewed on 2026-09-08
Technical source evidence
frontend/modules/settings_write.html v-pills-tableorder, frontend/static/script/js/modules/js/settings.js PosnicPro.tableOrders and PosnicPro.modifiers, frontend/static/script/js/modules/js/report_kot.js, frontend/modules/tableorder.html
What Restaurant Mode Adds
Restaurant mode adds dine-in table selection, kitchen order tickets and optional modifier groups. It should be enabled only after the table list and kitchen workflow are agreed.
- Tables let orders stay attached to a dining location until settlement.
- KOT sends kitchen-facing order tickets for preparation.
- Modifier groups define choices such as toppings, size, spice level or add-ons.
- Items reference modifier groups, then cashiers choose options at sale time.
- Kitchen staff must understand modifier names and price changes.
Create Tables
- Open Manage -> Features and enable Restaurant.
- Open Manage -> Restaurant.
- Use Tables list.
- Click New.
- Enter the table value, such as 1, T1, Patio 2 or Takeaway Counter.
- Save.
- Repeat for every table or service point used by cashiers.
- Open a dine-in sale and confirm the table can be selected.
Create Modifier Groups
Modifier groups are option sets the kitchen understands. Each option can add or subtract from price, and each group can enforce pick rules.
| Modifier field | Meaning | Example |
|---|---|---|
| Group name | The option-set name shown to staff. | Spice level, Pizza toppings, Milk choice. |
| Minimum picks | How many options must be chosen. | 1 for mandatory spice level. |
| Maximum picks | How many options can be chosen. | 3 for up to three toppings. |
| Option name | The kitchen-readable choice. | Extra cheese, No onion, Hot. |
| Price delta | Amount added or subtracted. | +20 for extra cheese, -10 for no side. |
Attach Modifiers to Items
- Create the modifier group first.
- Open Inventory -> Items.
- Create or edit the menu item.
- Attach the required modifier groups on the item page.
- Save the item.
- Create a training sale and choose that item.
- Confirm the cashier sees the modifier choices and the kitchen ticket is clear.
KOT Readiness Checklist
- Restaurant feature is enabled.
- Tables list matches the dining area.
- Modifier groups use kitchen-friendly names.
- Kitchen printer or KOT screen is tested.
- Cashiers know when to fire KOT and when to settle the table.
- Reports are reviewed for dine-in and table-order activity.