| Description | Qty | Price | Discount | <% if (taxType === "on_total") { %>Taxable | <% } else { %>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 { %> <%= user.currencySymbol %><%= item.taxAmount.toFixed(2) %> <% } %> | <%= user.currencySymbol %><%= item.lineTotal.toFixed(2) %> |