X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/335fc788611b85c4879e701fba2892ec1ed2c8dd..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/rp/report.html
diff --git a/templates/webpages/rp/report.html b/templates/webpages/rp/report.html
index 2e9775a96..6866da5d2 100644
--- a/templates/webpages/rp/report.html
+++ b/templates/webpages/rp/report.html
@@ -1,6 +1,7 @@
[%- USE HTML %]
[%- USE LxERP %]
[%- USE L %]
+[%- USE P %]
[%- USE T8 %]
[%- BLOCK customized_report %]
@@ -9,7 +10,9 @@
[% 'Year' | $T8 %]
-
+
+
+
[% 'Yearly' | $T8 %]
@@ -17,32 +20,66 @@
[% 'Monthly' | $T8 %]
-
- 1. [% 'Quarter' | $T8 %]
- [% 'January' | $T8 %]
- [% 'May' | $T8 %]
- [% 'September' | $T8 %]
+
+
+
+
+ 1. [% 'Quarter' | $T8 %]
+
+
+ [% 'January' | $T8 %]
+
+
+ [% 'May' | $T8 %]
+
+
+ [% 'September' | $T8 %]
+
- 2. [% 'Quarter' | $T8 %]
- [% 'February' | $T8 %]
- [% 'June' | $T8 %]
- [% 'October' | $T8 %]
+
+ 2. [% 'Quarter' | $T8 %]
+
+
+ [% 'February' | $T8 %]
+
+
+ [% 'June' | $T8 %]
+
+
+ [% 'October' | $T8 %]
+
- 3. [% 'Quarter' | $T8 %]
- [% 'March' | $T8 %]
- [% 'July' | $T8 %]
- [% 'November' | $T8 %]
+
+ 3. [% 'Quarter' | $T8 %]
+
+
+ [% 'March' | $T8 %]
+
+
+ [% 'July' | $T8 %]
+
+
+ [% 'November' | $T8 %]
+
- 4. [% 'Quarter' | $T8 %]
- [% 'April' | $T8 %]
- [% 'August' | $T8 %]
- [% 'December' | $T8 %]
+
+ 4. [% 'Quarter' | $T8 %]
+
+
+ [% 'April' | $T8 %]
+
+
+ [% 'August' | $T8 %]
+
+
+ [% 'December' | $T8 %]
+
@@ -51,7 +88,7 @@
[% 'Free report period' | $T8 %]
[% 'From' | $T8 %] [% L.date_tag('fromdate', fromdate) %]
- [% 'Bis' | $T8 %] [% L.date_tag('todate') %]
+ [% 'Bis' | $T8 %] [% L.date_tag('todate', todate) %]
@@ -70,19 +107,19 @@
[%- BLOCK customer %]
[% 'Customer' | $T8 %]
- [% L.customer_vendor_picker('customer_id', '', type='customer') %]
+ [% P.customer_vendor.picker('customer_id', '', type='customer') %]
[%- END %]
[%- BLOCK projectnumber %]
[% 'Project' | $T8 %]
- [% L.select_tag('project_id', ALL_PROJECTS, title_key = 'projectnumber', with_empty = 1) %]
+ [% P.project.picker('project_id', '', active="both", valid="both") %]
[%- END %]
[% title %]
-
-
-
-
+