Skip to content

This application is about Super-Market scenario. At Billing counter, bill is generated having item information, total amount , customer id and transaction id; customer rewarded with some points; in parallel one need to update the stock and customer points.

License

Notifications You must be signed in to change notification settings

njshah301/SuperStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

SuperStore

I have made an application on Supermarket using C++ language in second semester. In this application, the customer can buy items and the automated bill will be generated. In this application, parallel inventory will be updated and customer data will be generated.

There are specifications of some functionalities listed below:

  • Inventory Dataset maintains items and stock information.
  • Manager can have all the access to this inventory Dataset.
  • Billing object has all the functionality that we generally encounter at billing counter like bill generation, add new customer to customer Dataset and update points and update inventory.

Sample Output

image

About

This application is about Super-Market scenario. At Billing counter, bill is generated having item information, total amount , customer id and transaction id; customer rewarded with some points; in parallel one need to update the stock and customer points.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages