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
/
/
{{ bs.bill.customer?.name }}
{{ row.info }}
Quantity
Net
{{
bs.netAmount | async | currency: 'INR'
}}
Discount
{{
bs.discountAmount | async | currency: 'INR'
}}
Tax
{{
bs.taxAmount | async | currency: 'INR'
}}
Amount
{{
bs.amount | async | currency: 'INR'
}}