Receipt No: <%= @saleobj.receipt_no rescue '' %>
Date: <%= @saleobj.created_at.utc.strftime("%d/%m/%Y - %I:%M %p") rescue '-'%>
| # | Items | QTY | Price | Action |
|---|---|---|---|---|
| <%= count %> | <%= sale_item.product_name %> | <% if sale_item.remark != 'void' || sale_item.qty.to_i > 0 %> | <% end %> |