X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Ffinancial_overview%2Freport_top.html;h=85a1881074c00268fc96625e2ca437d2070aa701;hb=a86dab03f00248d8a631098f3e8a517d4a30325b;hp=ae362abf6d1a8a21ed87fb1fe15c62b5e0ceedcf;hpb=8165bc52de684ec8cd95a78515bb82a23d0dab5d;p=kivitendo-erp.git diff --git a/templates/webpages/financial_overview/report_top.html b/templates/webpages/financial_overview/report_top.html index ae362abf6..85a188107 100644 --- a/templates/webpages/financial_overview/report_top.html +++ b/templates/webpages/financial_overview/report_top.html @@ -1,18 +1,22 @@ [%- USE L %][% USE LxERP %]
[% L.hidden_tag('action', 'FinancialOverview/list') %] - « [%- LxERP.t8("Prior year") %]: [% SELF.year - 1 %] + « [%- LxERP.t8("Prior year") %]: [% SELF.year - 1 %] | [% LxERP.t8("Current year") %]: [% L.select_tag('year', YEARS_TO_LIST, default=SELF.year, onchange='$("#form").submit();') %] - [% IF SELF.year < SELF.current_year %] + [% IF SELF.year < (SELF.current_year + 5) %] | - [%- LxERP.t8("Following year") %]: [% SELF.year + 1 %] » + [%- LxERP.t8("Following year") %]: [% SELF.year + 1 %] » [% END %] -
+ [% L.checkbox_tag('subtotals_per_quarter', checked=SELF.subtotals_per_quarter, label=LxERP.t8('Subtotals per quarter'), onchange='$("#form").submit();') %] +
+ + [% LxERP.t8("Salesperson") %]: + [% L.select_tag('salesman_id', SELF.employees, with_empty=1, title_key='name', onchange='$("#form").submit();', default=SELF.salesman_id) %]