Skip to content

rynrsts/HealthyRoasters

Repository files navigation

HealthyRoasters

Point of sales system for Healthy Roasters


Additional Context

Scope

  • Login (cashier or admin)
  • Cashier
    • Cash Register
      • Select item (food or drinks)
      • Input quantity
      • Show order list
      • Tender / Cancel
      • Discount
      • Void
      • Payout
    • Void (manager's authorization)
    • Discount
  • Admin
    • Products
      • View products and details
      • Search product by id
      • Create new product
      • Update / Delete existing product
      • View coupon codes
      • Set / Clear and reset percentage
    • Employees
      • View employees and information
      • Search employee by id
      • Create new employee account
      • Update / Delete employee information
    • Sales Report
      • View sales report
      • Filter by year, month and/or day
      • Save sales report as Excel
    • Activity Log
      • View activity log
      • Search activity log by username / by date (year, month, and/or day)
      • Save activity log as Excel
  • Logout session

Screenshot

HR1

HR2


Language and Tools

  • C#
  • .NET
  • Visual Studio 2019
  • MySQL
  • XAMPP

Note

  • XAMPP
    • I am still using XAMPP v3.2.2
    • Since 5.5.30 and 5.6.14, XAMPP ships MariaDB instead of MySQL
    • Though MariaDB is a fork of MySQL, I do not know the differences in runtime

How to Execute

Click here to see the instructions

About

Point of sales system for Healthy Roasters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages