Накладная
Дата поставки
Поставщик {{p}}
Оплатить до
{{formatPrice(calcInvoiceTotal())}}
Стоимость
{{formatPrice(calcInvoiceVat())}}
НДС
{{formatPrice(calcInvoiceTotal() + calcInvoiceVat())}}
Стоимость c НДС
Оплаты
Дата
Счет {{value}}
Сумма
Добавить платеж
Остаток к оплате: {{formatPrice(footer.total + footer.fee - calcPaymentsTotal())}}
Название товара Количество Цена Стоимость НДС % НДС {{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)}}