|
{{ item.description }}
|
{{ vm.currency.symbol }}{{ item.amount | currency: '' }} {{ vm.currency.currency }}
|
|
Sub Total
|
{{ vm.currency.symbol }}{{ vm.invoice.subtotal | currency: '' }} {{ vm.currency.currency }}
|
|
Discount
|
{{ vm.currency.symbol }}{{ vm.discountAmountOff | currency: '' }} {{ vm.currency.currency }} off ({{ vm.discountCode }})
{{ vm.discountPercentOff }}% off ({{ vm.discountCode }})
|
|
Total
|
{{ vm.currency.symbol }}{{ vm.invoice.total | currency: '' }} {{ vm.currency.currency }}
|