Departmental-store-like stocks and inventories database storage and ease of searching. (Along with, possibly, customer purchase history.)
[C++ would be better for this type usage in my opinion.] I will create a C++ version as well, after I finish this one; mostly to see how much easier things get when switching to C++.
General Outline/Structure
-
Browse Inventory (Read only features mostly)
- Items list
- Items details such as stock, prices, date added, date of expiry
-
Staff Page/Access
- All the features of Browse Inventory module
- Add new items
- update existing item details
-
[Secondary priority] Checkout Page
- Update details of checkout items automatically
- billing details
-
[Secondary priority] Customer Page/Access [Adding this will lead to Staff Access being modified for customer info access]
- All Browse Inventory module
- other features incoming
-
[future priority] Encryptions/security for login access/info