[% USE T8 %] [% USE HTML %] [% USE LxERP %] [% USE L %] [% USE P %]
[% IF show_weight %]
[% 'Total weight' | $T8 %]
[% LxERP.format_amount(totalweight) %] [% HTML.escape(weightunit) %]
[% END %]
|
[% '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) %] | |
[% 'Rounding' | $T8 %] | [% LxERP.format_amount(rounding, 2) %] | |
[% 'Total' | $T8 %] | [% LxERP.format_amount(invtotal, 2) %] | |
[% 'Ertrag' | $T8 %] | [% LxERP.format_amount(marge_total, 2, 0) %] | |
[% 'Ertrag prozentual' | $T8 %] | [% LxERP.format_amount(marge_percent, 2, 0) %] % |