Skip to content

Mitch-SB/pos_register

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pos_register

Cash register

Point Of Sale - C#

This is a cash register created from scratch to hone up my skills working with WinForms in C#. It's an ongoing project who's purpose is to demonstrate my understanding of said language and use this as a project for my portfolio. I demonstrate key skills in implementing use of the .NET Framework and SQl Server.

Pictures

PoS-C# PoS-C#2 PoS-C#3 PoS-C#4 PoS-C#5

Functionality

  • Log In
    • by cashier number & password
    • by supervisor number & password
  • Lock Register
  • Log Out
  • Cash tender
  • Item Void
  • Coupons
  • Validation

Installing

Clone the project

git clone https://github.com/Mitch-SB/pos_register.git
cd pos_register

Install Visual Studio Community

https://visualstudio.microsoft.com/downloads/

Install Microsoft SQL Server Management Studio (Optional)

https://www.microsoft.com/en-us/sql-server/sql-server-downloads

Running

Open Register.sln
Edit SQL connection path in Helper.class

Releases

No releases published

Packages

No packages published

Languages