Skip to content

Zain-Bin-Arshad/Point-of-Sale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Point-of-Sale

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

Description

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

Screens

Login

image

Inventory Management

image

Checkout

image

Note

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.

Troubleshoot

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.