{{$t('Supplier')}} | {{supplier.id}} |
---|---|
{{$t('From')}} | {{formatDate(from, '%d-%m-%Y')}} |
{{$t('To')}} | {{formatDate(to, '%d-%m-%Y')}} |
{{$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)}} |