{{$t('title')}}

{{$t('Supplier')}} {{supplier.id}}
{{$t('From')}} {{formatDate(from, '%d-%m-%Y')}}
{{$t('To')}} {{formatDate(to, '%d-%m-%Y')}}
{{$t('supplierData')}}

{{supplier.supplierName}}

{{supplier.street}}
{{supplier.postcode}}, {{supplier.city}} ({{supplier.province}})
{{supplier.country}}

{{$t('entry')}} {{entry.id}} {{$t('dated')}} {{formatDate(entry.shipped, '%d-%m-%Y')}} {{$t('reference')}} {{entry.reference}}

{{$t('itemName')}} {{$t('Quantity')}} {{$t('price')}} {{$t('total')}}
{{buy.itemName}} {{buy.quantity}} {{buy.price | currency('EUR', $i18n.locale)}} {{buy.quantity * buy.price | currency('EUR', $i18n.locale)}}
{{buy.tag5}} {{buy.value5}} {{buy.tag6}} {{buy.value6}} {{buy.tag7}} {{buy.value7}}
{{$t('total')}} {{total.price | currency('EUR', $i18n.locale)}}