[% USE T8 %]
[% USE HTML %]
[% USE LxERP %]
[% company %]
[% address %]
[% 'ERFOLGSRECHNUNG' %]
[% fromdate %] bis [% todate %]
[% FOREACH category = categories %]
| [% category.name %] |
[% FOREACH row = category.accounts %]
| [% row.accno %] |
[% row.description %] |
[% row.total %] |
[% END %]
| TOTAL |
[% category.total %] |
[% END %]
| GEWINN/VERLUST |
[% total %]
|