Revision 8840bb0c
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
templates/webpages/financial_overview/report_top.html | ||
---|---|---|
1 | 1 |
[%- USE L %][% USE LxERP %] |
2 | 2 |
<form method="post" id="form" action="controller.pl"> |
3 | 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) %]">« [%- LxERP.t8("Prior year") %]: [% SELF.year - 1 %]</a> |
|
4 |
<a href="[% SELF.url_for(action='list', year=(SELF.year - 1), subtotals_per_quarter=SELF.subtotals_per_quarter, salesman_id=SELF.salesman_id) %]">« [%- LxERP.t8("Prior year") %]: [% SELF.year - 1 %]</a>
|
|
5 | 5 |
| |
6 | 6 |
|
7 | 7 |
[% LxERP.t8("Current year") %]: |
... | ... | |
9 | 9 |
|
10 | 10 |
[% IF SELF.year < SELF.current_year %] |
11 | 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 %] »</a> |
|
12 |
<a href="[% SELF.url_for(action='list', year=(SELF.year + 1), subtotals_per_quarter=SELF.subtotals_per_quarter, salesman_id=SELF.salesman_id) %]">[%- LxERP.t8("Following year") %]: [% SELF.year + 1 %] »</a>
|
|
13 | 13 |
[% END %] |
14 | 14 |
<br> |
15 | 15 |
|
Auch abrufbar als: Unified diff
Finanzübersicht: VerkäuferIn bei Jahreswechsel beibehalten