БИК | ${company.bank_ids and company.bank_ids[0].bank_bic or ''} | ||||||||||||||||||||||||||||||||
Банк получателя | |||||||||||||||||||||||||||||||||
ИНН | ${company.inn or ''} | КПП | ${company.kpp or ''} | ||||||||||||||||||||||||||||||
Получатель | |||||||||||||||||||||||||||||||||
Поставщик: | ${ helper.representation(company)|n } | ||||||||||||||||||||||||||||||||
Покупатель: | ${ helper.representation(o.partner_id)|n } | ||||||||||||||||||||||||||||||||
№ | %if 0:ИмяКолонкиКодов | %endifТовары (работы, услуги) | Кол-во | Ед. | Цена | Сумма | ||
${counter} | %if 0:Артикул | %endif${line.product_id.name or ''} | ${line.product_uom_qty or ''} | ${line.product_uom.name or ''} | ${line.price_unit or ''} | ${(('%.2f')%(line.price_unit*line.product_uom_qty)).replace('.',',') or ''} |
Итого: | ${o.amount_total or '0,00'} | |||||||
В том числе НДС | ${o.amount_tax or '0,00'} | |||||||
Всего к оплате: | ${o.amount_total or '0,00'} |
Всего наименований ${o.order_line and counter or '0'}, на сумму ${o.amount_total or '0,00'} руб. | |||||||||||||||||||||||||||||||||
${ helper.rubles(o.amount_total).capitalize()|n } | |||||||||||||||||||||||||||||||||
Руководитель | ${ company.print_facsimile and (company.print_anywhere or context.get('email', False)) and helper.embed_image('png',company.chief_id.facsimile) or ''|n } | ${ company.print_stamp and (company.print_anywhere or context.get('email', False)) and helper.embed_image('png',company.stamp) or ''|n } | ${ helper.initials(company.chief_id.name)|n } | Бухгалтер | ${ company.print_facsimile and (company.print_anywhere or context.get('email', False)) and helper.embed_image('png',company.accountant_id.facsimile) or ''|n } | ${ helper.initials(company.accountant_id.name)|n } | |||||||||||||||||||||||||||
Исполнитель | ФИОИсполнителя | Заказчик | ФИОЗаказчика | ||||||||||||||||||||||||||||||
Предприниматель | ФИОПредпринимателя | %endif |