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

%endif %endfor