项目作者: Mitch-SB

项目描述 :
Cash register
高级语言: Visual Basic
项目地址: git://github.com/Mitch-SB/PointOfSaleVB.git
创建时间: 2018-11-27T05:06:09Z
项目社区:https://github.com/Mitch-SB/PointOfSaleVB

开源协议:

下载


Point Of Sale - VB

This is a cash register created from scratch to hone up my skills working with Visual Basic. 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.

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

    1. git clone https://github.com/Mitch-SB/PointOfSaleVB.git
    2. cd PointOfSaleVB

    Install Visual Studio Community

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

    Install Microsoft SQL Server Management Studio (Optional)

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

    Running

    1. Open RegisterVB.sln
    2. Edit SQL connection path in Helper.class