[%- USE HTML %] [%- USE LxERP %]
[%- IF id && follow_ups.size %] [%- END %]
Notes Internal Notes
[%- LxERP.format_string('There are #1 unfinished follow-ups of which #2 are due.', follow_ups.size, follow_ups_unfinished) | html %]
[%- IF taxaccounts %] Tax Included

[%- END %] [%- UNLESS taxincluded %] [%- END %] [%# tax %] [% FOREACH item = taxaccounts_array %] [% SET description_ref = item _ '_description' %] [% SET rate_ref = item _ '_rate' %] [% SET total_ref = item _ '_total' %] [% SET netto_ref = item _ '_netto' %] [%- IF taxincluded %] [%- END %] [%- END %]
Subtotal [% LxERP.format_amount(invsubtotal, 2) %]
Enthaltene [% $description_ref | html %] [% $rate_ref * 100 %]% [% LxERP.format_amount($total_ref, 2) %]
Nettobetrag [% LxERP.format_amount($netto_ref, 2) %]
Total [% LxERP.format_amount(invtotal, 2) %]
[% PROCESS 'webdav/_list_master.html' %] [% PROCESS 'ir/_payments_master.html' %]
[% print_options %] [% IF id %] [% IF show_storno %] [% END %] [% IF show_delete %] [% END %] [% ELSE # no id %] [% UNLESS locked %] [%- END %] [% END # id %] [% IF id %] [%#- button for saving history %] [% END %]