X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0c28bb82b805b07543debaf08061b58d0b437c07..a648b673fcb23982d6fecb0c0f97a40c0636a601:/templates/webpages/rp/report.html
diff --git a/templates/webpages/rp/report.html b/templates/webpages/rp/report.html
index 649140a33..2e9775a96 100644
--- a/templates/webpages/rp/report.html
+++ b/templates/webpages/rp/report.html
@@ -9,7 +9,7 @@
| [% 'Year' | $T8 %] |
- |
+ |
| [% 'Yearly' | $T8 %] |
@@ -62,11 +62,17 @@
| [% '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('cash')) %]
+ [% L.radio_button_tag('method', value='accrual', checked=(INSTANCE_CONF.get_accounting_method=='accrual'), label=LxERP.t8('Accrual')) %]
+ [% L.radio_button_tag('method', value='cash', checked=(INSTANCE_CONF.get_accounting_method=='cash'), label=LxERP.t8('cash')) %]
|
[%- 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 %] |
- [% L.date_tag('fromdate', fromdate) %] |
- [% 'Compare to' | $T8 %] |
+ [% 'From' | $T8 %] |
+ [% L.date_tag('fromdate', fromdate, class='initial_focus') %] |
+ [% 'Bis' | $T8 %] |
[% L.date_tag('todate') %] |
@@ -136,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 %] |
@@ -153,14 +165,10 @@
[% 'Subtotal' | $T8 %]
[% 'Account Number' | $T8 %]
-
- |
- [% 'CB Transactions' | $T8 %]
- [% 'only OB Transactions' | $T8 %] |
-
[%- END %]
[%- IF is_trial_balance %]
+[%- PROCESS customer %]
[%- PROCESS projectnumber %]
@@ -188,7 +196,7 @@
|
- | [% 'Reference day' | $T8 %] |
+ [% 'Reference day' | $T8 %] ([% 'Due Date' | $T8 %][% ', if set' | $T8 %]) |
[% 'Review of Aging list' | $T8 %] |
- | [% 'Free report period' | $T8 %] |
+ [% 'Free report period' | $T8 %] ([% 'Invoice Date' | $T8 %]) |
[% 'From' | $T8 %] [% L.date_tag('fromdate', fromdate) %]
[% 'Bis' | $T8 %] [% L.date_tag('todate') %]
@@ -227,7 +235,7 @@
|
| [% 'Reference' | $T8 %] |
- |
+ |
| [% 'Source' | $T8 %] |