Bill
Bill / KOT number
{{ bs.bill.billId }} / K-{{ bs.bill.kotId }}
Time / Start Time / Last Edit Time
{{ bs.bill.date }} / {{
bs.bill.creationDate
}} / {{
bs.bill.lastEditDate
}}
Table / Pax / Customer
/
/
{{ row.info }}
Quantity
Gross
{{
bs.grossAmount | async | currency : 'INR'
}}
Happy Hour Discount
{{
bs.hhAmount | async | currency : 'INR'
}}
Discount
{{
bs.discountAmount | async | currency : 'INR'
}}
Tax
{{
bs.taxAmount | async | currency : 'INR'
}}
Amount
{{
bs.amount | async | currency : 'INR'
}}