<% if @shift_from %> <% if @shift_data.employee %> <% cashier_name = !@shift_data.nil? ? @shift_data.employee.name : '-' %> <% end %> <% end %> <% @sale_taxes.each do |tax| %> <% end %> <% grand_total = 0 %> <% old_grand_total = 0 %> <% total_tax = 0 %> <% guest_count = 0 %> <% total_sum = 0 %> <% discount_amt = 0 %> <% other_amt = 0 %> <% total_nett = 0 %> <% rounding_adj = 0%> <% gov_tax = 0 %> <% service_charge = 0 %> <%if @sale_data %> <% @sale_data.each do |result| %> <% grand_total = grand_total.to_f + result.grand_total.to_f %> <% old_grand_total = old_grand_total.to_f + result.old_grand_total.to_f %> <% total_tax += result.total_tax.to_f %> <% total_sum += result.total_amount.to_f %> <% discount_amt += result.total_discount.to_f %> <% rounding_adj += result.rounding_adjustment.to_f %> <% result.sale_taxes.each do |tax| %> <%end%> <% end %> <% @sale_taxes.each do |tax| %> <% end %> <% @sale_taxes.each do |tax| %> <% end %> <%end%>
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 <%= tax.tax_name %> Grand Total Rounding Adj. Grand Total +
Rounding Adj.
<%= result.receipt_no rescue '-' %> <%= result.cashier_name rescue '-' %> <%= result.total_amount rescue '-' %> <%= result.total_discount rescue '-' %><%= tax.tax_payable_amount rescue '-' %><%= result.old_grand_total %> <%= result.rounding_adjustment.to_f rescue '-' %> <%= result.grand_total_after_rounding() rescue '-'%>
  <%= total_sum rescue '-'%> <%= discount_amt rescue '-'%><%= tax.st_amount.round(2) %><%= old_grand_total.to_f.round(2) rescue '-'%> <%= rounding_adj rescue '-'%> <%= old_grand_total.to_f.round + rounding_adj %>
  Total Amount Discount Amount<%= tax.tax_name %>Grand Total Rounding Adj. Grand Total +
Rounding Adj.