Bill
home
Main Menu
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.table.name }}
/ {{ bs.bill.pax }} / {{ 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' }}