ae362abf6d1a8a21ed87fb1fe15c62b5e0ceedcf
[kivitendo-erp.git] / templates / webpages / financial_overview / report_top.html
1 [%- USE L %][% USE LxERP %]
2 <form method="post" id="form" action="controller.pl">
3  [% L.hidden_tag('action', 'FinancialOverview/list') %]
4  <a href="[% SELF.url_for(action='list', year=(SELF.year - 1), subtotals_per_quarter=SELF.subtotals_per_quarter) %]">&laquo; [%- LxERP.t8("Prior year") %]: [% SELF.year - 1 %]</a>
5  |
6
7  [% LxERP.t8("Current year") %]:
8  [% L.select_tag('year', YEARS_TO_LIST, default=SELF.year, onchange='$("#form").submit();') %]
9
10  [% IF SELF.year < SELF.current_year %]
11   |
12   <a href="[% SELF.url_for(action='list', year=(SELF.year + 1), subtotals_per_quarter=SELF.subtotals_per_quarter) %]">[%- LxERP.t8("Following year") %]: [% SELF.year + 1 %] &raquo;</a>
13  [% END %]
14
15  <br>
16  [% L.checkbox_tag('subtotals_per_quarter', checked=SELF.subtotals_per_quarter, label=LxERP.t8('Subtotals per quarter'), onchange='$("#form").submit();') %]
17 </form>
18 <hr>