Home / Help Center / pos-app-restaurant / rest-takeaway / Kiosk Orders
📦 rest-takeaway

Kiosk Orders

Kiosk Orders is the staff-facing companion screen to the Self-Order Kiosk — every order a customer places at the kiosk terminal lands here as Pending, and a staff member Confirms it (which also creates the corresponding sale record) or Cancels it. The list auto-refreshes every 10 seconds so new kiosk orders show up without a manual reload.

📍 Menu path: Takeaway & Delivery → Kiosk Orders
👤 Who uses it: All roles with the Billing feature enabled

Overview

This page is generic (shared with Bakery and other variants) — nothing about it is restaurant-specific beyond how it is branded in the sidebar.

Filter tabs let you view Pending, Confirmed, or All orders; the Pending tab is the default and shows a live count badge in the header.

Each order card shows the order number, current status, order type (Dine In with table number, or Take Away), how long ago it was placed, and a payment badge (method + paid/pending).

Confirming an order also creates a sale — the toast after confirming shows the resulting Sale # when successful, or a specific sale-creation error if the sale could not be created (in which case the order is still marked confirmed, but you should check the sale manually).

Cancelling an order simply marks it Cancelled — no sale is created and the order is removed from the working list.

Before You Start

Step-by-Step Guide

1 Confirm a new kiosk order

  1. Open Takeaway & Delivery → Kiosk Orders — the Pending tab loads by default and shows any orders placed at the kiosk terminal.
  2. Review the item list, quantities, any customer note, and the tax/total breakdown.
  3. Click "Confirm" — a sale is created automatically and the confirmation toast shows the resulting Sale # (or an error if sale creation failed).

2 Cancel an order

  1. On a pending order, click "Cancel" instead of Confirm — the order moves to Cancelled status and is removed from the working list.

3 Review confirmed or all orders

  1. Switch to the Confirmed or All Orders tab to see orders beyond the pending queue.
  2. Use Refresh to force an immediate reload, or rely on the automatic 10-second polling.

Every Field & Button, Explained

Field / ButtonWhat it does
Order NumberAssigned when the order is placed at the kiosk; shown prominently on each card.
StatusPENDING (awaiting staff action), CONFIRMED (sale created), CANCELLED, or COMPLETED — only PENDING orders show Confirm/Cancel actions.
Order TypeDINE_IN (with table number if provided at the kiosk) or TAKEAWAY.
Payment badgeShows the payment method selected at the kiosk (UPI/Card/Cash) and whether it is marked paid.
Tax summarySubtotal plus CGST/SGST/IGST breakdown and total, matching what was calculated at the kiosk when the order was placed.

Tips & Best Practices

Troubleshooting & FAQ

I confirmed an order but no Sale # showed in the toast.
The confirm action still succeeded (the order is CONFIRMED) but sale creation failed separately — the toast will show the specific sale error; check Sales/Reports and create the sale manually if needed.
A new kiosk order is not appearing in the Pending list.
The list polls every 10 seconds — wait a moment or click Refresh; if it still does not appear, confirm the order was actually completed at the kiosk terminal (abandoned kiosk sessions with no payment step reached do not generate an order here).