Dashboard
Placed Orders
| # | Order# | Details | Time Slot | Payment-Status | Order-Status | Action(s) |
|---|---|---|---|---|---|---|
| ${list.index+1} | ${aList.id} | View | ${aList.timeSlot}:00 - ${aList.timeSlot+1}:00 | ${aList.paymentStatus} | ${aList.ordersStatus} | SEND TO KITCHEN |
Preparing Orders
| # | Order# | Details | Time Slot | Payment-Status | Order-Status | Action |
|---|---|---|---|---|---|---|
| ${list.index+1} | ${aList.id} | View | ${aList.timeSlot}:00 - ${aList.timeSlot+1}:00 | ${aList.paymentStatus} | ${aList.ordersStatus} | DELIVER Undo |
Transit Orders
| # | Order# | Details | Time Slot | Payment-Status | Order-Status | Delivering By | Action |
|---|---|---|---|---|---|---|---|
| ${list.index+1} | ${aList.id} | View | ${aList.timeSlot}:00 - ${aList.timeSlot+1}:00 | ${aList.paymentStatus} | ${aList.ordersStatus} | ${aList.deliveryBoy.username} | COMPLETE THIS ORDER Undo |
Completed Orders
| # | Order# | Details | Time Slot | Payment-Status | Order-Status | Delivered By | Action |
|---|---|---|---|---|---|---|---|
| ${list.index+1} | ${aList.id} | View | ${aList.timeSlot}:00 - ${aList.timeSlot+1}:00 | ${aList.paymentStatus} | ${aList.ordersStatus} | ${aList.deliveryBoy.username} | Undo |