Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 858 Bytes

product.md

File metadata and controls

24 lines (17 loc) · 858 Bytes

Product Model

The Product DB Model specs

Fields

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

Methods

....

Checklist

  • 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