| № | Название товара | Количество | Цена | Стоимость | НДС % | НДС {{currency()}} | Стоимость с НДС | Цена в рознице | Стоимость в рознице | Срок годности |
|---|---|---|---|---|---|---|---|---|---|---|
| {{$index + 1}} |
{{item.product_name}}
|
{{formatAmount(item.item_amount, item.product_type)}}
|
{{formatPrice(item.product_price)}}
|
{{formatPrice(item.item_total)}}
|
{{formatPrice(item.item_vat_percent)}}
|
{{formatPrice(item.item_amount * item.item_price * item.item_vat_percent / 100)}}
|
{{formatPrice(item.item_amount * item.item_price * item.item_vat_percent / 100
+ item.item_amount * item.item_price)}}
|
{{formatPrice(item.product_price)}}
|
{{formatPrice(item.product_price * item.item_amount)}}
|
{{formatDate(item.item_waste_timestamp)}}
|