X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f29fd47b411bf05edd62e71b5a8eae46d1e781c7..c5d397d9b1c2e13dfdaf644fbd98cd41d00a2909:/templates/webpages/rp/report.html diff --git a/templates/webpages/rp/report.html b/templates/webpages/rp/report.html index 08eacfd74..93ef0a9ea 100644 --- a/templates/webpages/rp/report.html +++ b/templates/webpages/rp/report.html @@ -67,6 +67,12 @@ [%- END %] +[%- BLOCK customer %] + + [% 'Customer' | $T8 %] + [% L.customer_vendor_picker('customer_id', '', type='customer') %] + +[%- END %] [%- BLOCK projectnumber %] [% 'Project' | $T8 %] @@ -92,9 +98,9 @@ [% INCLUDE projectnumber %] - [% 'as at' | $T8 %] + [% 'From' | $T8 %] [% L.date_tag('fromdate', fromdate, class='initial_focus') %] - [% 'Compare to' | $T8 %] + [% 'Bis' | $T8 %] [% L.date_tag('todate') %] @@ -162,6 +168,7 @@ [%- END %] [%- IF is_trial_balance %] +[%- PROCESS customer %] [%- PROCESS projectnumber %]