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
/
/
@if (row.id) {
}
{{ row.id ? `Kot: ${row.kot.code} / ${row.kot.date} (${row.kot.user.name})` : '== New Kot ==' }}
{{ `${row.inv.sku.name} @ ${row.inv.price} - ${discountPct(row.inv)}%` }}
@for (m of row.inv.modifiers; track m.id) {
- {{ m.name }}
}
{{ `${row.inv.sku.name} @ ${row.inv.price} - ${discountPct(row.inv)}%` }}
@for (m of row.inv.modifiers; track m.id) {
- {{ m.name }}
}
Quantity
Quantity
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'
}}