[% USE T8 %] [% USE HTML %] [% USE LxERP %] [% USE L %] [% USE P %]
[% 'Subtotal' | $T8 %] | [% LxERP.format_amount(invsubtotal, 2) %] | ||||||
---|---|---|---|---|---|---|---|
[% 'Including' | $T8 %] [% $description_ref | html %] [% $rate_ref * 100 %]% | [% LxERP.format_amount($total_ref, 2) %] | ||||||
[% 'Net amount' | $T8 %] | [% LxERP.format_amount($netto_ref, 2) %] | ||||||
[% 'Total weight' | $T8 %] | [% LxERP.format_amount(totalweight) %] [% HTML.escape(weightunit) %] | [% ELSE %] | [% END %] | [% 'Total' | $T8 %] | [% LxERP.format_amount(invtotal, 2) %] |
[% print_options %]
[% P.hidden_tag('draft_id', draft_id) %] [% P.hidden_tag('draft_description', draft_description) %]