| From Date : <%= @from.utc.getlocal.strftime("%Y-%b-%d") rescue '-' %> - To Date : <%= @to.utc.getlocal.strftime("%Y-%b-%d") rescue '-'%> | ||||||||
|---|---|---|---|---|---|---|---|---|
| Shift Name = <%= @shift_from %> - <%= @shift_to %> ( <%= cashier_name %> ) | ||||||||
| Recipt No | Cashier Name | Total Amount | Discount Amount | <% @sale_taxes.each do |tax| %><%= tax.tax_name %> | <% end %>Grand Total | Rounding Adj. | Grand Total + Rounding Adj. |
|
| <%= result.receipt_no rescue '-' %> | <%= result.cashier_name rescue '-' %> | <%= result.total_amount rescue '-' %> | <%= result.total_discount rescue '-' %> | <% result.sale_taxes.each do |tax| %><%= tax.tax_payable_amount rescue '-' %> | <%end%><%= result.old_grand_total %> | <%= result.rounding_adjustment.to_f rescue '-' %> | <%= result.grand_total_after_rounding() rescue '-'%> | |
| <%= total_sum rescue '-'%> | <%= discount_amt rescue '-'%> | <% @sale_taxes.each do |tax| %><%= tax.st_amount.round(2) %> | <% end %><%= old_grand_total.to_f.round(2) rescue '-'%> | <%= rounding_adj rescue '-'%> | <%= old_grand_total.to_f.round + rounding_adj %> | |||
| Total Amount | Discount Amount | <% @sale_taxes.each do |tax| %><%= tax.tax_name %> | <% end %>Grand Total | Rounding Adj. | Grand Total + Rounding Adj. |
|||