Skip to content

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.

License

Notifications You must be signed in to change notification settings

Sumair2000/CheckOut

 
 

Repository files navigation

CheckOut

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.

Abstract

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.


Tech stack

  • Microsoft Visual Studio 2017 IDE
  • .NET Framework (Windows form)
  • C# programming language
  • Microsoft SQL Server 2014
  • Microsoft SQL Server Management Studio
  • SAP Crystal reports

Setup

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


Screenshots

logo

logo

ss1

ss2

ss3

ss4

ss5

ss6

ss7

ss8

ss9

ss10

ss11


License

This project is licensed under the MIT License - click the LICENSE for details.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 76.2%
  • TSQL 23.8%