The Product DB Model specs
field | type | status | description (verbose name) |
---|---|---|---|
name | Char | mandatory | Product's name |
barcode | ToBeDefined | one_required | Product's BarCode |
qr_code | ToBeDefined | one_required | Product's QR Code |
stock | Int | mandatory | How many in stock |
price | Money | mandatory | Product's Price |
....
- A Product should be connected to a Shop
- A Product must be searchable using a Bar Code
- A Product must be searchable using a QR code
- A Product can be added/edited by ShopManger & DataEntryClerk Users only