diff --git a/app/views/reports/waste_and_spoilage/_shift_sale_report_filter.html.erb b/app/views/reports/waste_and_spoilage/_shift_sale_report_filter.html.erb index 3d89a376..1c403afc 100755 --- a/app/views/reports/waste_and_spoilage/_shift_sale_report_filter.html.erb +++ b/app/views/reports/waste_and_spoilage/_shift_sale_report_filter.html.erb @@ -34,12 +34,12 @@ -
| - Receipt No :<%= sale.receipt_no %> - | -- | Date : <%= sale.created_at.utc.getlocal.strftime("%e,%b %Y %I:%M %p") %> | -||
| Product | -Code | -Qty | -Price | -Total Price | -
| <%= item.product_name %> | -<%= item.product_code %> | -<%= item.qty %> | -<%= item.price %> | -<%= item.price %> | -
| Total Qty: | -- <%= waste_and_spoil_item_count %> - | -Grand Total: | -- - <%= sale.grand_total %> - - | -|
| + Receipt No :<%= sale.receipt_no %> + | ++ | Date : <%= sale.created_at.utc.getlocal.strftime("%e,%b %Y %I:%M %p") %> | +||
| Item Name | +Item Code | +Qty | +Price | +Total Price | +
| <%= item.product_name %> | +<%= item.product_code %> | +<%= item.qty %> | +<%= item.price %> | +<%= item.price %> | +
| Total Qty: | ++ <%= waste_and_spoil_item_count %> + | +Grand Total: | ++ + <%= sale.grand_total %> + + | +|
| <%= t("views.right_panel.detail.from_date") %> : <%= @from.utc.getlocal.strftime("%Y-%b-%d") rescue '-' %> - <%= t("views.right_panel.detail.to_date") %> : <%= @to.utc.getlocal.strftime("%Y-%b-%d") rescue '-'%> | -|||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| <%= t("views.right_panel.detail.shift_name") %> = <%= @shift_from %> - <%= @shift_to %> ( <%= cashier_name %> ) | -|||||||||||||
| <%= t("views.right_panel.detail.receipt_no") %> | -<%= t :cashier %> <%= t("views.right_panel.detail.name") %> | -<%= t("views.right_panel.detail.total") %> <%= t("views.right_panel.detail.amount") %> | -<%= t("views.right_panel.detail.discount") %> <%= t("views.right_panel.detail.amount") %> | - <% @tax_profiles.each do |tax| %> -<%= tax.name %> | - <% end %> - -<%= t("views.right_panel.detail.grand_total") %> | -<%= t("views.right_panel.detail.rnd_adj_sh") %> | -<%= t("views.right_panel.detail.grand_total") %> + - <%= t("views.right_panel.detail.rnd_adj_sh") %> - |
+ + Receipt No :<%= sale.receipt_no %> + | ++ | Date : <%= sale.created_at.utc.getlocal.strftime("%e,%b %Y %I:%M %p") %> | |||
| <%= result.receipt_no rescue '-' %> | -<%= result.cashier_name rescue '-' %> | -<%= result.total_amount rescue '-' %> | -<%= result.total_discount rescue '-' %> | - <%if result.customer.customer_type == "Takeaway"%> -0.0 | - <%end%> - <% result.sale_taxes.each do |tax| %> -<%= tax.tax_payable_amount rescue '-' %> | - <%end%> - -<%= result.grand_total %> | -<%= result.rounding_adjustment.to_f rescue '-' %> | -<%= result.grand_total_after_rounding() rescue '-'%> | +Item Name | +Item Code | +Qty | +Price | +Total Price |
| <%= item.product_name %> | +<%= item.product_code %> | +<%= item.qty %> | +<%= item.price %> | +<%= item.price %> | +|||||||||
| - | <%= total_sum rescue '-'%> | -<%= discount_amt rescue '-'%> | - <% @sale_taxes.each do |tax| %> -<%= tax.st_amount.round(2) %> | - <% end %> -<%= grand_total.to_f.round(2) rescue '-'%> | -<%= rounding_adj rescue '-'%> | -<%= grand_total.to_f.round + rounding_adj %> | -|||||||
| - | <%= t("views.right_panel.detail.total") %> <%= t("views.right_panel.detail.amount") %> | -<%= t("views.right_panel.detail.discount") %> <%= t("views.right_panel.detail.amount") %> | - - <% @tax_profiles.each do |tax| %> -<%= tax.name %> | - <% end %> -<%= t("views.right_panel.detail.grand_total") %> | -<%= t("views.right_panel.detail.rnd_adj_sh") %> | -<%= t("views.right_panel.detail.grand_total") %> + - <%= t("views.right_panel.detail.rnd_adj_sh") %> + | Total Qty: | ++ <%= waste_and_spoil_item_count %> + | +Grand Total: | ++ + <%= sale.grand_total %> + | -|||