{{$t('title')}}

{{$t('clientId')}} {{client.id}}
{{$t('invoice')}} {{invoice.ref}}
{{$t('date')}} {{formatDate(invoice.issued, '%d-%m-%Y')}}
{{$t('invoiceData')}}

{{client.socialName}}

{{client.postalAddress}}
{{client.postcodeCity}}
{{$t('fiscalId')}}: {{client.fi}}

{{$t('rectifiedInvoices')}}

{{$t('invoice')}} {{$t('issued')}} {{$t('amount')}} {{$t('description')}}
{{row.ref}} {{formatDate(row.issued, '%d-%m-%Y')}} {{row.amount | currency('EUR', $i18n.locale)}} {{row.description}}

{{$t('deliveryNote')}}

{{ticket.id}}

{{$t('shipped')}}

{{formatDate(ticket.shipped, '%d-%m-%Y')}}

{{ticket.street}}

{{ticket.nickname}}

{{$t('reference')}} {{$t('quantity')}} {{$t('concept')}} {{$t('price')}} {{$t('discount')}} {{$t('vat')}} {{$t('amount')}}
{{sale.itemFk}} {{sale.quantity}} {{sale.concept}} {{sale.subName}} {{sale.price | currency('EUR', $i18n.locale)}} {{(sale.discount / 100) | percentage}} {{sale.vatType}} {{saleImport(sale) | currency('EUR', $i18n.locale)}}
{{$t('subtotal')}} {{ticketSubtotal(ticket) | currency('EUR', $i18n.locale)}}
{{$t('taxBreakdown')}}
{{$t('type')}} {{$t('taxBase')}} {{$t('tax')}} {{$t('fee')}}
{{tax.name}} {{tax.base | currency('EUR', $i18n.locale)}} {{tax.vatPercent | percentage}} {{tax.vat | currency('EUR', $i18n.locale)}}
{{$t('subtotal')}} {{sumTotal(taxes, 'base') | currency('EUR', $i18n.locale)}} {{sumTotal(taxes, 'vat') | currency('EUR', $i18n.locale)}}
{{$t('total')}} {{taxTotal | currency('EUR', $i18n.locale)}}
{{$t('notes')}}
{{invoice.footNotes}}
{{$t('plantPassport')}}
A {{botanical}}
B ES17462130
C {{ticketsId}}
D ES

{{$t('intrastat')}}

{{$t('code')}} {{$t('description')}} {{$t('stems')}} {{$t('netKg')}} {{$t('amount')}}
{{row.code}} {{row.description || $t('services') }} {{row.stems | number($i18n.locale)}} {{row.netKg | number($i18n.locale)}} {{row.subtotal | currency('EUR', $i18n.locale)}}
{{sumTotal(intrastat, 'stems') | number($i18n.locale)}} {{sumTotal(intrastat, 'netKg') | number($i18n.locale)}} {{sumTotal(intrastat, 'subtotal') | currency('EUR', $i18n.locale)}}
{{$t('observations')}}
{{$t('wireTransfer')}}
{{$t('accountNumber', [invoice.iban])}}
{{ticketObservations}}