{{$t('invoiceId')}} | -{{invoice.id}} | +{{invoice.supplierRef}} |
---|---|---|
{{$t('date')}} | @@ -26,7 +25,7 @@
{{$t('taxBreakdown')}} | |||||
---|---|---|---|---|---|
{{$t('type')}} | -{{$t('taxBase')}} | -{{$t('tax')}} | -{{$t('fee')}} | -||
{{tax.name}} | -{{tax.taxableBase | currency('EUR', $i18n.locale)}} | -{{tax.rate | percentage}} | +{{tax.taxableBase | currency('EUR', $i18n.locale)}} + | +{{(tax.rate / 100) | percentage}} | {{tax.vat | currency('EUR', $i18n.locale)}} |