| Description | Qty | Price | Discount | Tax | Total |
|---|---|---|---|---|---|
| <%= item.name %> <%= item.description %> |
<%= item.quantity %> | <%= user.currencySymbol%><%= item.price.toFixed(2) %> | <%= user.currencySymbol%><%= item.discountAmount.toFixed(2) %> | <% if (taxType === "on_total") { %> <% if (item.isTaxable) { %> <% } else { %> <% } %> <% } else if (taxType === "per_item") { %> <%= user.currencySymbol %><%= item.taxAmount.toFixed(2) %> <% } %> | <%= user.currencySymbol%><%= item.lineTotal.toFixed(2) %> |