{{$t('title')}}

{{$t('supplierId')}} {{invoice.supplierId}}
{{$t('invoiceId')}} {{invoice.id}}
{{$t('date')}} {{invoice.created | date('%d-%m-%Y')}}
{{$t('invoiceData')}}

{{invoice.name}}

{{invoice.postalAddress}}
{{invoice.postcodeCity}}
{{$t('fiscalId')}}: {{invoice.nif}}
{{$t('phone')}}: {{invoice.phone}}

{{$t('invoiceId')}}

{{entry.id}}

{{$t('date')}}

{{entry.landed | date}}

{{$t('reference')}}

{{entry.ref}}
{{$t('item')}} {{$t('quantity')}} {{$t('buyingValue')}} {{$t('amount')}}
{{buy.name}} {{buy.quantity}} {{buy.buyingValue}} {{buyImport(buy) | currency('EUR', $i18n.locale)}}
{{buy.tag5}} {{buy.value5}} {{buy.tag6}} {{buy.value6}} {{buy.tag7}} {{buy.value7}}
{{$t('subtotal')}} {{entrySubtotal(entry) | currency('EUR', $i18n.locale)}}
{{$t('taxBreakdown')}}
{{$t('type')}} {{$t('taxBase')}} {{$t('tax')}} {{$t('fee')}}
{{tax.name}} {{tax.taxableBase | currency('EUR', $i18n.locale)}} {{tax.rate | percentage}} {{tax.vat | currency('EUR', $i18n.locale)}}
{{$t('subtotal')}} {{sumTotal(taxes, 'taxableBase') | currency('EUR', $i18n.locale)}} {{sumTotal(taxes, 'vat') | currency('EUR', $i18n.locale)}}
{{$t('total')}} {{taxTotal() | currency('EUR', $i18n.locale)}}
{{$t('notes')}}
{{invoice.footNotes}}
{{$t('observations')}}
{{$t('payMethod')}}
{{invoice.payMethod}}