Using POSper/Developer guide/Database-Table descriptions/kitchen order ticket line
kitchen_order_ticket_line
edit
This associative table connects a kitchen order to a specific line item on a ticket.
Column Name | Data Type | Null Allowed? | Key? | Comments |
---|---|---|---|---|
kitchen_order_id | VARCHAR(255) | No | Foreign Key; part of Primary | points to the associated kitchen order |
lines_id | VARCHAR(255) | No | Foreign Key; part of Primary | points to the associated ticket_line |