Bundle

Name Units
Sale Price Computed from bundle items Menu Category @for (mc of menuCategories; track mc) { {{ mc.name }} } Sale Category @for (sc of saleCategories; track sc) { {{ sc.name }} }
Sale Category is used for Tax Report and displaying in the right bill regimes. For the Sale Report, Discount Report and Beer Sale Report, the Sale Category from the Bundle Items is used.
Has Happy Hour? Not Available?

Items

Product @for (p of itemProducts | async; track p) { {{ p.name }} } Quantity Sale Price Print in Bill?
Item {{ row.name }} Qty {{ row.quantity }} Sale Price {{ row.salePrice | currency: 'INR' }} Print in Bill {{ row.printInBill ? 'visibility' : 'visibility_off' }} Action
@if (!!item.id) { }