{{$t('title')}}

{{$t('entryId')}} {{entry.id}}
{{$t('date')}} {{entry.landed | date('%d-%m-%Y')}}
{{$t('ref')}} {{entry.invoiceNumber}}
{{$t('supplierData')}}

{{supplier.name}}

{{supplier.street}}
{{supplier.postCode}}, {{supplier.city}}, ({{supplier.province}})
{{supplier.nif}}
{{$t('boxes')}} {{$t('packing')}} {{$t('concept')}} {{$t('quantity')}} {{$t('price')}} {{$t('amount')}}
{{buy.box}} {{buy.packing}} {{buy.itemName}} {{buy.quantity | number($i18n.locale)}} {{buy.buyingValue | currency('EUR', $i18n.locale)}} {{buy.buyingValue * buy.quantity | currency('EUR', $i18n.locale)}}
{{buy.tag5}} {{buy.value5}} {{buy.tag6}} {{buy.value6}} {{buy.tag7}} {{buy.value7}}
{{$t('total')}} {{getTotal() | currency('EUR', $i18n.locale)}}

{{$t('notes')}}

{{entry.notes}}