Version for LED displays in restaurant
This version is intended for restaurants where guests pick up the ordered food themselves.
They are sitting at their table, when they see on the LED display that the status of their order has become “COMPLETED”, they go to the bar and take the order.
Order statuses (“PROCESSING” and “COMPLETED”) can be presented in two ways (at the request of the manager). Only necessary data is displayed.
1) In the same table, all statuses are together, sorted by order time (for this Demo, data that is several days old is used, in real applications, this data is in minutes)
The current order count is 6 and that:
Completed: 6;
Processing: 6;
On - Hold: 0
SL |
Customer
|
Sell Time
|
Status
|
Action
|
---|---|---|---|---|
1 |
Peter Smith |
one year ago |
Processing | Buy Now |
2 |
Table 12 |
one year ago |
Processing | Buy Now Buy Now |
3 |
Peter Smith |
one year ago |
Processing | Buy Now |
4 |
Table 11 |
one year ago |
Completed | Buy Now Buy Now |
5 |
Peter Smith |
one year ago |
Processing | Buy Now |
6 |
Peter Smith |
one year ago |
Processing | Buy Now |
7 |
Room 125 |
one year ago |
Processing | Buy Now Buy Now |
8 |
Table 11 |
one year ago |
Completed | Buy Now Buy Now |
9 |
Table 12 |
one year ago |
Completed | Buy Now Buy Now |
10 |
Table 12 |
one year ago |
Completed | Buy Now Buy Now |
11 |
Table 12 |
one year ago |
Completed | Buy Now |
12 |
Table 11 |
one year ago |
Completed | Buy Now Buy Now Buy Now |
2) There is a separate table for each order status, it is not necessary for the guests to see, for example, “PROCESSING” orders if they do not want to.