X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Frp%2Freport.html;h=cf755d6b7fbbd138841c212ad95d638525deea46;hb=fc41222c61dbee590005f04c50e8603581462543;hp=934bf8912b0b233ae95f4a6007e798c6f45e9e03;hpb=b0f652b639cd4d363235e8f9b53e14efc5085e1a;p=kivitendo-erp.git diff --git a/templates/webpages/rp/report.html b/templates/webpages/rp/report.html index 934bf8912..cf755d6b7 100644 --- a/templates/webpages/rp/report.html +++ b/templates/webpages/rp/report.html @@ -60,7 +60,7 @@ [%- 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')) %] @@ -70,11 +70,10 @@ [%- 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 %]

@@ -117,6 +116,10 @@ [%- PROCESS customized_report %] [%- PROCESS cash_or_accrual %] + + + + [%- END %] [%- IF is_bwa %] @@ -153,6 +156,11 @@  [% 'Subtotal' | $T8 %]  [% 'Account Number' | $T8 %] + + + + [%- END %] [%- IF is_trial_balance %] @@ -348,5 +356,3 @@ - -
[% 'Include in Report' | $T8 %] [% 'CB Transactions' | $T8 %]
 [% 'CB Transactions' | $T8 %] +  [% 'only OB Transactions' | $T8 %]