Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 664 Bytes

File metadata and controls

20 lines (13 loc) · 664 Bytes

Order Model

The Order DB Model specs

Fields

field type status description (verbose name)
timestamps datetime mandatory ORder's created/updated fields
cashier/customer FK mandatory Cashier/Customer that created the order

Methods

....

Checklist