> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fire.rest/llms.txt
> Use this file to discover all available pages before exploring further.

# Operator board

> Supervisor view to monitor every store order in real time, inspect detail, and override cancel / ready / dispatch when needed.

The **operator board** is a full-screen supervisor view for a store. It lists every order with live timers, filters, and a detail page where you can cancel an order, mark it ready for pickup, or complete dispatch — even when the kitchen path needs a manual override.

**Where you open it:** from the store dashboard in fire-kds, or directly at `/operator/{storeId}`. Leave it running in its own tab.

## Order list

The list shows active and recent orders with:

* Channel, order status, KDS status, and fulfillment badges
* A **live elapsed timer** (green → amber → red as the order ages)
* Order code / external ID and customer name when available
* Clocks and timestamps in the **store timezone** (not the browser’s)

<Frame>
  <img src="https://mintcdn.com/firepos/YE9-JONwBCj2q0UK/images/manuals/kds/operator-board/01-operator-list.png?fit=max&auto=format&n=YE9-JONwBCj2q0UK&q=85&s=bc28b28f94940481169f34573c0c1781" alt="Operator board order list with badges and timers" width="2940" height="1554" data-path="images/manuals/kds/operator-board/01-operator-list.png" />
</Frame>

Use the header **language switcher** (EN / ES / PT) the same way as on KDS screens.

## Filters

Open the filter panel to narrow the list:

* Text: external ID, order code, customer name
* Date range (business day)
* Chips: order status, KDS status, channel, fulfillment type

Active filters appear as removable chips. Clearing filters resets pagination to page 1.

<Frame>
  <img src="https://mintcdn.com/firepos/YE9-JONwBCj2q0UK/images/manuals/kds/operator-board/02-operator-filters.png?fit=max&auto=format&n=YE9-JONwBCj2q0UK&q=85&s=44b8b4c0347105cc8417fed363ea617c" alt="Operator board filter panel with active chips" width="2932" height="1536" data-path="images/manuals/kds/operator-board/02-operator-filters.png" />
</Frame>

## Order detail

Tap **View** (or the row) to open `/operator/{storeId}/orders/{orderId}`. The detail layout includes:

* Header with status badges and prominent **collect / verification code** when the aggregator provides one
* General info (channel, fulfillment, timestamps in store timezone)
* Order lines / items
* KDS progress across stations
* Timeline of kitchen and status events
* Aggregator payload extras when present

<Frame>
  <img src="https://mintcdn.com/firepos/YE9-JONwBCj2q0UK/images/manuals/kds/operator-board/03-operator-detail.png?fit=max&auto=format&n=YE9-JONwBCj2q0UK&q=85&s=69c46e70141f0dfb91d41a99fd3401ae" alt="Operator order detail with header, lines, and KDS progress" width="2940" height="2604" data-path="images/manuals/kds/operator-board/03-operator-detail.png" />
</Frame>

## Supervisor actions

From the detail page you can run operational overrides (each asks for confirmation):

| Action               | When it applies                               | What it does                                                     |
| -------------------- | --------------------------------------------- | ---------------------------------------------------------------- |
| **Cancel**           | Order not already completed / cancelled       | Cancels through Fire with a reason from the cancellation catalog |
| **Ready for pickup** | Order is still in kitchen (`SENT_TO_KITCHEN`) | Advances the order to ready and syncs KDS tickets / gates        |
| **Dispatch**         | Order is already ready                        | Completes the order and closes the kitchen cycle                 |
| **Hold / Unhold**    | As needed                                     | Same global hold used on kitchen screens                         |

<Frame>
  <img src="https://mintcdn.com/firepos/YE9-JONwBCj2q0UK/images/manuals/kds/operator-board/04-operator-actions.png?fit=max&auto=format&n=YE9-JONwBCj2q0UK&q=85&s=5414d8723438580d2fffb8b676a7f3c4" alt="Supervisor actions with confirmation dialog" width="2666" height="198" data-path="images/manuals/kds/operator-board/04-operator-actions.png" />
</Frame>

<Warning>
  Ready and dispatch from the operator board **fast-forward** the kitchen state (lines done, gates unlocked, ticket closed as needed). Use them when the floor needs a supervisor override — not as a substitute for normal bumps on every order.
</Warning>

## How it differs from the kitchen screen

|                  | Kitchen screen                   | Operator board                                         |
| ---------------- | -------------------------------- | ------------------------------------------------------ |
| Audience         | Cooks / expo                     | Supervisors                                            |
| Scope            | Stations assigned to that screen | Whole store                                            |
| Main job         | Bump / hold / strike lines       | Monitor + override                                     |
| Customer display | No                               | No (use the [order display](/en/manuals/kds/waitlist)) |

<Check>
  You can monitor the store’s orders live and apply cancel, ready, or dispatch overrides when service needs them.
</Check>
