{{$t('entryId')}} | {{entry.id}} |
---|---|
{{$t('date')}} | {{formatDate(entry.landed,'%d-%m-%Y')}} |
{{$t('ref')}} | {{entry.invoiceNumber | dashIfEmpty}} |
{{$t('code')}} | {{$t('boxes')}} | {{$t('packing')}} | {{$t('concept')}} | {{$t('reference')}} | {{$t('tags')}} | {{$t('quantity')}} | {{$t('price')}} | {{$t('amount')}} | |||
---|---|---|---|---|---|---|---|---|---|---|---|
{{buy.itemFk}} | {{buy.stickers}} | x | {{buy.packing}} | {{buy.name}} | referencia de prueba |
{{buy.tag5}}→ {{buy.value5}}
{{buy.tag6}}→ {{buy.value6}}
{{buy.tag7}}→ {{buy.value7}}
{{buy.tag8}}→ {{buy.value8}}
|
{{buy.quantity | number($i18n.locale)}} | x | {{buy.buyingValue | currency('EUR', $i18n.locale)}} | = | {{buy.buyingValue * buy.quantity | currency('EUR', $i18n.locale)}} |
{{getTotalBy('stickers')}} | {{getTotalBy('quantity') | number($i18n.locale)}} | {{getTotalBy('amount') | currency('EUR', $i18n.locale)}} |