X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Frp%2Freport.html;h=6866da5d2f55ea3a293f8e1199e9b6ac9dc91838;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hp=934bf8912b0b233ae95f4a6007e798c6f45e9e03;hpb=b0f652b639cd4d363235e8f9b53e14efc5085e1a;p=kivitendo-erp.git diff --git a/templates/webpages/rp/report.html b/templates/webpages/rp/report.html index 934bf8912..6866da5d2 100644 --- a/templates/webpages/rp/report.html +++ b/templates/webpages/rp/report.html @@ -1,6 +1,7 @@ [%- USE HTML %] [%- USE LxERP %] [%- USE L %] +[%- USE P %] [%- USE T8 %] [%- BLOCK customized_report %] @@ -9,7 +10,9 @@ [% 'Year' | $T8 %] - + + + [% 'Yearly' | $T8 %] @@ -17,32 +20,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 +88,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) %] @@ -60,45 +97,47 @@ [%- 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='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 %] + [% P.customer_vendor.picker('customer_id', '', type='customer') %] + +[%- END %] [%- BLOCK projectnumber %] [% 'Project' | $T8 %] - [% L.select_tag('project_id', L.options_for_select(ALL_PROJECTS, title='projectnumber', with_empty=1)) %] + [% P.project.picker('project_id', '', active="both", valid="both") %] [%- END %] -

[% title %]

-
+ [%- IF selectdepartment %] - + [%- END %] [%- IF is_projects %] - - - + [% INCLUDE projectnumber %] - - - + + +
[% 'Department' | $T8 %][% 'Department' | $T8 %]
[% 'Project' | $T8 %] -
[% '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') %]
@@ -117,8 +156,13 @@ [%- PROCESS customized_report %] [%- PROCESS cash_or_accrual %] + + + + [%- END %] + [%- IF is_bwa %] [%- PROCESS projectnumber %] @@ -132,13 +176,28 @@ [%- END %] + +[%- IF is_erfolgsrechnung %] + +
[% 'Include in Report' | $T8 %] [% 'CB Transactions' | $T8 %]
+ +[%- PROCESS customized_report %] +[%- END %] + + [%- IF is_balance_sheet %] - + + + + + + + @@ -156,6 +215,7 @@ [%- END %] [%- IF is_trial_balance %] +[%- PROCESS customer %] [%- PROCESS projectnumber %]
[% '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 %]
@@ -174,29 +234,38 @@ [%- IF is_aging %] - [% label %] + [% label %] [% vc %] + + + + + - - + - + + + + - + [% L.hidden_tag("format", format) %] @@ -213,7 +282,7 @@ - + @@ -294,59 +363,34 @@ [%- END %] - -[%- IF 0 # is_nontaxable %] - - - - - - - - - - - - -[%- PROCESS cash_or_accrual %] - - - - -[%- END %]

[% 'Review of Aging list' | $T8 %][% 'Reference day' | $T8 %] ([% 'Due Date' | $T8 %][% ', if set' | $T8 %])  [% 'Review of Aging list' | $T8 %] + [% 'for date' | $T8 %] [% L.date_tag('fordate', today) %]
+
[% 'Free report period' | $T8 %] ([% 'Invoice Date' | $T8 %])  [% 'From' | $T8 %] [% L.date_tag('fromdate', fromdate) %] [% 'Bis' | $T8 %] [% L.date_tag('todate') %]
[% 'Reference' | $T8 %]
[% 'Source' | $T8 %]
[% 'From' | $T8 %][% L.date_tag('fromdate', fromdate) %][% 'Bis' | $T8 %][% L.date_tag('todate', todate) %]
[% 'Include in Report' | $T8 %] - - - - - - - - - - - - - - - - - - - - - -
[% 'ID' | $T8 %][% 'Invoice' | $T8 %][% 'Date' | $T8 %]
- [% LxERP.t8('Customer') IF db == 'ar' %] - [% LxERP.t8('Vendor') IF db == 'ap' %] - [% 'Amount' | $T8 %][% 'Total' | $T8 %]
[% 'Subtotal' | $T8 %]
-
+
-
-
- +