We understand orders can be recalled after being bumped, but during busy service, we need the ability for individual sections to temporarily hide checks. Our kitchen screens operate as one system, with all tickets visible on all screens—this helps chefs stay coordinated. However, we’d like the option to hide a check on just one screen and recall it later, keeping screens tidy and manageable without affecting others.
Implement a 'peg' function that allows:
A user to temporarily hide an order on their specific screen (i.e., "peg" it), so it's not actively displayed or obstructing their view.
The order to remain visible and active on other screens.
The pegged order to continue receiving status updates and bump signals if bumped from another screen.
A way to unpeg or recall the order back into view on that screen at any time.