DOWNLOAD YOUR TAX INVOICE BELOW
|
||||
|
||||
| Line Items | Quantity | Amount | ||
| ${ lineItem.node.name } | ${ lineItem.node.quantity } | ${ formatMoney(lineItem.node.discountedTotalSet.presentmentMoney.amount) } ${ lineItem.node.discountedTotalSet.presentmentMoney.currencyCode } | ||
| ${ lineItem.node.title } | 1 | ${ formatMoney(lineItem.node.discountedPriceSet.presentmentMoney.amount) } ${ lineItem.node.discountedPriceSet.presentmentMoney.currencyCode } | ||
| Discount: | -${ formatMoney(order.totalDiscountsSet.presentmentMoney.amount) } ${ order.totalPriceSet.presentmentMoney.currencyCode } | |||
| ${ taxLine.title }: | ${ formatMoney(taxLine.priceSet.presentmentMoney.amount) } ${ taxLine.priceSet.presentmentMoney.currencyCode } | |||
| Total: | ${ formatMoney(order.totalReceivedSet.presentmentMoney.amount) } ${ order.totalPriceSet.presentmentMoney.currencyCode } | |||
| 10% GST Included: | ${ formatMoney(order.totalReceivedSet.presentmentMoney.amount - (order.totalReceivedSet.presentmentMoney.amount / 1.10)) } ${ order.totalPriceSet.presentmentMoney.currencyCode } | |||
| Total price includes taxes | ||||