| Time :<%= sale.date_format %> | |||||||
| Menu Category | Item Code | Item Name | Qty | Price | Total Price | ||
| <%= sale.menu_category_name %> | <% menu_cat_arr.push(sale.menu_category_name) %> <% else %><% end %> | <%= sale.item_code %> | <%= sale.product_name %> | <%= sale.total_item.to_i %> | <%= sale.unit_price.to_i %> | <%= sale.grand_total.to_i %> | <%= sale.date_format %> |
| Total Qty: | <%= total_qty.to_i %> <% total_qty = 0%> | Grand Total: | <%= grand_total.to_i %> <% grand_total = 0 %> | ||||