pointonsoftware / pscore

C++ library for building your business software
GNU Affero General Public License v3.0
1 stars 2 forks source link

Add Category and Status storage for Product #196

Open gbenziv opened 3 years ago

gbenziv commented 3 years ago

Provide an API to add, delete and return the list of category and status

Must be stored in the DB

Category: Grocery, Medicine, Beverage Status: High, Active, Reorder, Low Stock

Must provide those list to product validator Display the category and status names on the screen if validation fails