A Windows form based desktop application for Point-of-sale to manage stocks and all inventories. Developed using .NET(C#) and MS-SQL server as semester project for Object-oriented Programming.
With the zeal to develop something closed to real-world, we come up with this idea to make a complete GUI-based desktop application with all CRUD operations.
CheckOut is a Point of Sale (POS) solution that will solve all of your sales and inventory issues. Users, suppliers, product categories, and goods can all be added. You can buy from your suppliers and set up auto pricing by specifying a profit and discount percentage.Later on, you can sell things with barcodes, and the system will issue a sales receipt for the customer. It will also manage stocks and keep track of sales.
- Microsoft Visual Studio 2017 IDE
- .NET Framework (Windows form)
- C# programming language
- Microsoft SQL Server 2014
- Microsoft SQL Server Management Studio
- SAP Crystal reports
Note: only usable on Microsoft Windows 7 or later.
After cloning this repo on your local machine, you need to setup a local database by
-Make new query
-Copy and paste 'forDatabase.sql' and execute
-Also set configuration in first window of application
-Use username: admin password: admin for first time
Then you can either install the setup from CheckOut/CheckOutSetup/Debug/setup.exe
Or for developement experience, you can build it in Visual Studio by opening CheckOut/InventoryManagementSystem.sln
logo
This project is licensed under the MIT License - click the LICENSE for details.