Using POSper/Developer guide/Database-Table descriptions/kitchen order ticket line

From Wikibooks, open books for an open world
Jump to navigation Jump to search

kitchen_order_ticket_line[edit | edit source]


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