Using POSper/Developer guide/Database-Table descriptions/kitchen order
kitchen_order
edit
This table describes an order sent to the kitchen for completion.
Column Name | Data Type | Null Allowed? | Key? | Comments |
---|---|---|---|---|
id | VARCHAR(255) | No | Primary | UUID instead of int |
version | INT(11) | No | This is used by hibernate to track table versions | |
openDate | DATE | Yes | Describes when the order was sent. Currently unused within the application |