[%- USE HTML -%][%- USE LxERP -%] [%- SET name_col = FORM.params.salesman || FORM.params.buchungsgruppe || FORM.params.type %]
[% LxERP.t8("Type") %] | [%- IF name_col %][% LxERP.t8("Name") %] | [%- END %] [%- FOREACH month = SELF.liquidity.sorted.month %][%- IF month == 'old' %][% LxERP.t8("old") %][% ELSIF month == 'future' %][% LxERP.t8("prospective") %][% ELSE %][%- HTML.escape(month) %][% END %] | [%- END %]
---|---|---|
[% IF loop.first %][% LxERP.t8("Basis of calculation") %][% END %] | [% IF type == 'order' %][% LxERP.t8("Sales Orders") %] [% ELSIF type == 'partial' %][% LxERP.t8("Partial invoices") %] [% ELSE %][% LxERP.t8("Periodic Invoices") %] [% END %] | [%- FOREACH month = SELF.liquidity.sorted.month %][% LxERP.format_amount(SELF.liquidity.$type.$month, 2) %] | [%- END %]
[% IF loop.first %][% LxERP.t8("Salesman") %][% END %] | [%- HTML.escape(salesman) %] | [%- FOREACH month = SELF.liquidity.sorted.month %][% LxERP.format_amount(SELF.liquidity.salesman.$salesman.$month, 2) %] | [%- END %]
[% IF loop.first %][% LxERP.t8("Booking group") %][% END %] | [%- HTML.escape(buchungsgruppe) %] | [%- FOREACH month = SELF.liquidity.sorted.month %][% LxERP.format_amount(SELF.liquidity.buchungsgruppe.$buchungsgruppe.$month, 2) %] | [%- END %]
[% LxERP.t8("Total") %] | [% IF name_col %][% END %] [%- FOREACH month = SELF.liquidity.sorted.month %] | [% IF SELF.liquidity.total.$month > 0 %] [% END %] [% LxERP.format_amount(SELF.liquidity.total.$month, 2) %] [% IF SELF.liquidity.total.$month > 0 %] [% END %] | [%- END %]