This is a POS system, which is made keeping in mind a Bakery Scenario. Following technologies are used:
- C#
- MS Visual Studio
- MS SQL Server
This is semester project for "Database System" course. It provides various functions similar to what you can expect from a Point of Sale system. Some of the main features includes:
- Two separate logins i.e. Admin and employee
- Stock management
- Beautiful GUI
- CRUD
- Searching and filtering of products on various parameters
Login
Inventory Management
Checkout
This is created just for Educational purposes. You can't just use this application for commercial purposes. Although, if code is updated in aright way, in right places, you can add more functionalities and make it perfect for commercial use also.
If you can't run this, due to any error related to database connection or something else, I have provided the database.sql file. You can use this file to create the database from scratch on you system, which will eliminate a lot of potential issues.