Skip to content

Departmental-store-like stocks and inventories database storage and ease of searching. (Along with, possibly, customer purchase history.)

License

Notifications You must be signed in to change notification settings

sanjeetchau/Store-Inventory-Database

Repository files navigation

Store-Inventory-Database

Departmental-store-like stocks and inventories database storage and ease of searching. (Along with, possibly, customer purchase history.)

College C-programming project

[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

About

Departmental-store-like stocks and inventories database storage and ease of searching. (Along with, possibly, customer purchase history.)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages