%for o in objects: %if 1: %for counter, line in enumerate(o.invoice_line,1): %endfor %else: %for counter, line in enumerate(o.invoice_line,1): %endfor %endif %if 0: %endif
 
 
 
Акт № ${ helper.numer(o.number)|n } от ${o.date_invoice or ''}
 
Исполнитель: ${ helper.full_representation(company)|n }
 
 
Заказчик: ${ helper.full_representation(o.partner_id)|n }
 
 
Наименование работ, услуг
Кол-во
Ед.
Цена
Сумма
 
${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 ''}
 
Наименование работ, услуг
Кол-во
Ед.
Цена
Сумма
без скидки
Скидка
Сумма
 
${counter} ${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 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 }
 
ИмяКодАртикул
Наименование работ, услуг
Кол-во
Ед.
Цена
Сумма
 
 
НомерСтроки КодАртикул Товар Количество ЕдиницаИзмерения Цена Сумма

%endfor