cashier : <%= session_user %>
| Product | Price | Qty | Total |
|---|---|---|---|
|
<%= item.name %> <%- item.sub_name %> |
<%= accounting.formatMoney(item.final_price,'') %> | <%= item.qty %> | <%= accounting.formatMoney(item.total,'') %> |