| From Date : <%= params[:from] rescue '-'%> , To Date : <%= params[:to] rescue '-'%> | |||||||
|---|---|---|---|---|---|---|---|
| Shift Name = <%= @shift_from rescue '-'%> - <%= @shift_to rescue '-'%> ( <%= cashier_name rescue '-'%> ) | |||||||
| Receipt No | Sale Date | Total Amount | Grand Total | Rounding Adj. | Grand Total + Rounding Adj. |
Sale Status | Remarks |
| <%= item.receipt_no rescue '-' %> | <%= item.date.utc.getlocal.strftime("%e %b %I:%M%p") rescue '-' %> | <%= item.total_amount.to_f rescue '-'%> | <%= item.grand_total.to_f rescue '-'%> | <%= item.rounding_adjustment.to_f rescue '-' %> | <%= item.grand_total.to_f + item.rounding_adjustment.to_f rescue '-'%> | <%= item.sales_status rescue '-' %> | <%= item.remarks rescue '-' %> |
| Total Void Amount : | <%= total_amount rescue '-' %> | <%= grand_total rescue '-' %> | <%= rounding_adjustment rescue '-'%> | <%= grand_rounding_adjustment rescue '-'%> | |||