Feature: Added Happy Hour Discount in the bill display and changed Net amount to Gross Amount.

Changed the color of running / printed tables to a brighter colors.
This commit is contained in:
2021-07-05 08:29:15 +05:30
parent c2483ae321
commit 5cd0acc7a9
5 changed files with 37 additions and 16 deletions

View File

@ -3,11 +3,11 @@
}
.running {
background-color: #f8cbad;
background-color: #f53d24;
color: #000000;
}
.printed {
background-color: #c6e0b4;
background-color: #00f518;
color: #000000;
}