X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Frp%2Freport.html;h=afffd5c0cb52fcf5ecbad29e5d5e1fefee9a47be;hb=ec27f67783272a5fec9ddc7d3e6ae00b6db7a0a3;hp=934bf8912b0b233ae95f4a6007e798c6f45e9e03;hpb=b0f652b639cd4d363235e8f9b53e14efc5085e1a;p=kivitendo-erp.git diff --git a/templates/webpages/rp/report.html b/templates/webpages/rp/report.html index 934bf8912..afffd5c0c 100644 --- a/templates/webpages/rp/report.html +++ b/templates/webpages/rp/report.html @@ -60,21 +60,20 @@ [%- END %] [%- BLOCK cash_or_accrual %] - [% 'Method' | $T8 %] + [% '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 projectnumber %] [% 'Project' | $T8 %] - [% L.select_tag('project_id', L.options_for_select(ALL_PROJECTS, title='projectnumber', with_empty=1)) %] + [% L.select_tag('project_id', ALL_PROJECTS, title_key = 'projectnumber', with_empty = 1) %] [%- END %] -

[% title %]

@@ -84,16 +83,13 @@ [%- IF selectdepartment %] - + [%- END %] [%- IF is_projects %] - - - + [% INCLUDE projectnumber %] @@ -117,6 +113,10 @@
[% 'Department' | $T8 %][% 'Department' | $T8 %]
[% 'Project' | $T8 %] -
[% 'as at' | $T8 %]
[%- PROCESS customized_report %] [%- PROCESS cash_or_accrual %] + + + + [%- END %] [%- IF is_bwa %] @@ -153,6 +153,11 @@  [% 'Subtotal' | $T8 %]  [% 'Account Number' | $T8 %] + + + + [%- END %] [%- IF is_trial_balance %] @@ -174,23 +179,32 @@ [%- IF is_aging %] - + +
[% 'Include in Report' | $T8 %] [% 'CB Transactions' | $T8 %]
 [% 'CB Transactions' | $T8 %] +  [% 'only OB Transactions' | $T8 %]
[% label %][% label %] [% vc %]
+ + + + - - + - + + + + @@ -347,6 +361,3 @@ - - -

[% 'Review of Aging list' | $T8 %][% 'Reference day' | $T8 %]  [% 'Review of Aging list' | $T8 %] + [% 'for date' | $T8 %] [% L.date_tag('fordate', today) %]
+
[% 'Free report period' | $T8 %]  [% 'From' | $T8 %] [% L.date_tag('fromdate', fromdate) %] [% 'Bis' | $T8 %] [% L.date_tag('todate') %]