X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b16556ccc8e2c1838d5c782b79fd5dcb246b184d..c5d397d9b1c2e13dfdaf644fbd98cd41d00a2909:/templates/webpages/rp/report.html
diff --git a/templates/webpages/rp/report.html b/templates/webpages/rp/report.html
index cf755d6b7..93ef0a9ea 100644
--- a/templates/webpages/rp/report.html
+++ b/templates/webpages/rp/report.html
@@ -9,7 +9,7 @@
| [% 'Year' | $T8 %] |
- |
+ |
| [% 'Yearly' | $T8 %] |
@@ -63,10 +63,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 %] |
@@ -83,21 +89,18 @@
@@ -139,9 +142,15 @@
| [% 'as at' | $T8 %] |
- [% L.date_tag('asofdate', asofdate) %] |
+ [% L.date_tag('asofdate', asofdate, class="initial_focus") %] |
+ [% 'CB Transactions' | $T8 %] |
+ [% 'only OB Transactions' | $T8 %] |
+
+
[% 'Compare to' | $T8 %] |
[% L.date_tag('compareasofdate', compareasofdate) %] |
+ [% 'CB Transactions' | $T8 %] |
+ [% 'only OB Transactions' | $T8 %] |
| [% 'Decimalplaces' | $T8 %] |
@@ -156,14 +165,10 @@
[% 'Subtotal' | $T8 %]
[% 'Account Number' | $T8 %]
-
- |
- [% 'CB Transactions' | $T8 %]
- [% 'only OB Transactions' | $T8 %] |
-
[%- END %]
[%- IF is_trial_balance %]
+[%- PROCESS customer %]
[%- PROCESS projectnumber %]
@@ -182,23 +187,32 @@
[%- IF is_aging %]
- | [% label %] |
+ [% label %] |
[% vc %] |
+
+
@@ -355,4 +323,3 @@
-