| № | Название товара | Количество | Цена | Стоимость | НДС % | НДС {{currency()}} | Стоимость с НДС | Срок годности |
|---|---|---|---|---|---|---|---|---|
| {{$index + 1}} |
{{item.name}}
|
{{formatAmount(item.amount, item.measure)}}
|
{{formatPrice(item.price)}}
|
{{formatPrice(item.cost * item.amount)}}
|
{{formatCount(item.fee)}}
|
{{formatPrice(item.amount * item.cost * ((item.fee || 0) / 100))}}
|
{{formatPrice(item.amount * item.price * (1 + (item.fee || 0) / 100))}}
|
{{formatDate(item.closed)}}
|