X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b404450189bc6a99c69fbf9f8b3e89c10dbcfda5..902b70fc8afe197df219583aef4913f152f1964f:/templates/webpages/rp/report.html
diff --git a/templates/webpages/rp/report.html b/templates/webpages/rp/report.html
index 807885cdb..c4e629b78 100644
--- a/templates/webpages/rp/report.html
+++ b/templates/webpages/rp/report.html
@@ -9,7 +9,9 @@
| [% 'Year' | $T8 %] |
- |
+
+
+ |
| [% 'Yearly' | $T8 %] |
@@ -17,32 +19,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 +87,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) %]
|
@@ -63,10 +99,16 @@
| [% 'Method' | $T8 %] |
[% L.radio_button_tag('method', value='accrual', checked=accrual, label=LxERP.t8('Accrual')) %]
- [% L.radio_button_tag('method', value='cash', checked=cash, label=LxERP.t8('EUR')) %]
+ [% L.radio_button_tag('method', value='cash', checked=cash, label=LxERP.t8('cash')) %]
|
[%- END %]
+[%- BLOCK customer %]
+
+ | [% 'Customer' | $T8 %] |
+ [% L.customer_vendor_picker('customer_id', '', type='customer') %] |
+
+[%- END %]
[%- BLOCK projectnumber %]
| [% 'Project' | $T8 %] |
@@ -74,7 +116,9 @@
[%- END %]
-[% title %]
+
+
[% title %]
+
+
+