This enum represents the three different states of an order.
PENDING: the order has to be processed
READY: the order can be collected by the customer or it’s going to be delivered
COMPLETED: the order it has been served at the table, or it has been collected by the customer, or it has been delivered to the customer house.
This enum represents the three different states of an order. PENDING: the order has to be processed READY: the order can be collected by the customer or it’s going to be delivered COMPLETED: the order it has been served at the table, or it has been collected by the customer, or it has been delivered to the customer house.