|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Акт № ${ helper.numer(o.number)|n } от ${o.date_invoice or ''} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Исполнитель: |
${ helper.full_representation(company)|n } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Заказчик: |
${ helper.full_representation(o.partner_id)|n } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if 1:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
№ |
Наименование работ, услуг |
Кол-во |
Ед. |
Цена |
Сумма |
|
|
|
|
|
%for counter, line in enumerate(o.invoice_line,1):
|
${counter} |
${line.product_id.name or ''} |
${line.quantity or ''} |
${line.uos_id.name or ''} |
${(('%.2f')%(line.price_subtotal/line.quantity)).replace('.',',') or ''} |
${line.price_subtotal or ''} |
|
|
%endfor
%else:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
№ |
Наименование работ, услуг |
Кол-во |
Ед. |
Цена |
Сумма без скидки |
Скидка |
Сумма |
|
|
|
|
|
%for counter, line in enumerate(o.invoice_line,1):
|
${counter} |
${line.product_id.name or ''} |
${line.quantity or ''} |
${line.uos_id.name or ''} |
${line.price_unit or ''} |
|
|
${line.price_subtotal or ''} |
|
|
%endfor
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Итого: |
${o.amount_untaxed or '0,00'} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Сумма НДС: |
${o.amount_tax or '0,00'} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Всего оказано услуг ${o.invoice_line and counter or 0}, на сумму ${o.amount_total or '0,00'} руб. |
|
|
|
${ helper.rubles(o.amount_total).capitalize()|n } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Вышеперечисленные услуги выполнены полностью и в срок. Заказчик претензий по объему, качеству и срокам оказания услуг не имеет. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ИСПОЛНИТЕЛЬ |
|
|
|
ЗАКАЗЧИК |
|
|
|
Директор ${company.name or ''} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${ company.print_stamp and (company.print_anywhere or context.get('email', False)) and helper.embed_image('png',company.stamp) or ''|n } |
${ company.print_facsimile and (company.print_anywhere or context.get('email', False)) and helper.embed_image('png',company.chief_id.facsimile) or ''|n } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${ helper.initials(company.chief_id.name)|n } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if 0:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
№ |
ИмяКодАртикул |
Наименование работ, услуг |
Кол-во |
Ед. |
Цена |
Сумма |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
НомерСтроки |
КодАртикул |
Товар |
Количество |
ЕдиницаИзмерения |
Цена |
Сумма |
|
|
%endif