Skip to content

Restaurant bill calculator v1.0

Latest
Compare
Choose a tag to compare
@napatwongchr napatwongchr released this 03 Jun 05:53
· 11 commits to master since this release

This release consists of admin and employee functionalities.

Employee

  • System can be able to calculate the bill price according to table.
  • System can be able to applied discount code
  • System is automatically applied code according to bill's total price (For instance, total price > 6000 or 1000).
  • System can be able to applied highest discount price code for customer automatically, if the bill is within the scope of discount rules.
  • System can be able to remove discount code from bill.
  • System can be able to calculate exchanges.
  • System can be able to apply 1 discount code only no top up discount code.

Admin

  • System can be able to add / edit / delete discount code (EXCLUDE 6000, 1000 condition for now)
  • Added / Edited codes can be able to applied from bill calculation.