X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/chart/report_configuration_overview.html diff --git a/templates/webpages/chart/report_configuration_overview.html b/templates/webpages/chart/report_configuration_overview.html new file mode 100644 index 000000000..5178ba6e8 --- /dev/null +++ b/templates/webpages/chart/report_configuration_overview.html @@ -0,0 +1,40 @@ +[%- USE HTML -%][%- USE LxERP -%][%- USE L -%]

[% LxERP.t8("Chart configuration overview regarding reports") %]

+ +[% FOREACH data = DATA %] + [% UNLESS data.size == 1 %] +
+ [% LxERP.t8("Jump to") %]: + [% FOREACH jump = DATA %] + [% IF jump.type != data.type %] + [% L.link("#" _ jump.type, jump.heading) %] + [% END %] + [% END %] +
+ [% END %] + +

[% HTML.escape(data.heading) %]

+ + [% FOREACH pos = data.positions %] + [%- SET name = data.names.item(pos) %] +

[% IF name %][% LxERP.t8("Position #1: #2", pos, name) %][% ELSE %][% LxERP.t8("Position #1", pos) %][% END %]

+ + [%- SET charts = data.charts.$pos %] + + + + + + + + + + [% FOREACH chart = charts %] + + + + + [% END %] + +
[% LxERP.t8("Account") %][% LxERP.t8("Description") %]
[% L.link("am.pl?action=edit_account&id=" _ chart.id, chart.accno) %][% HTML.escape(chart.description) %]
+ [% END %] +[% END %]