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.
