Finanzübersicht: VerkäuferIn bei Jahreswechsel beibehalten
authorMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 16 Oct 2013 14:05:29 +0000 (16:05 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 3 Apr 2014 12:19:42 +0000 (14:19 +0200)
templates/webpages/financial_overview/report_top.html

index 38716f0..e128e87 100644 (file)
@@ -1,7 +1,7 @@
 [%- USE L %][% USE LxERP %]
 <form method="post" id="form" action="controller.pl">
  [% L.hidden_tag('action', 'FinancialOverview/list') %]
- <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>
+ <a href="[% SELF.url_for(action='list', year=(SELF.year - 1), subtotals_per_quarter=SELF.subtotals_per_quarter, salesman_id=SELF.salesman_id) %]">&laquo; [%- LxERP.t8("Prior year") %]: [% SELF.year - 1 %]</a>
  |
 
  [% LxERP.t8("Current year") %]:
@@ -9,7 +9,7 @@
 
  [% IF SELF.year < SELF.current_year %]
   |
-  <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>
+  <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 %] &raquo;</a>
  [% END %]
  <br>