Auftrags-Controller: Speichern und schließen, …
[kivitendo-erp.git] / templates / webpages / rp / balance_sheet.html
index fad142c..20f979c 100644 (file)
@@ -1,19 +1,19 @@
 [%- USE T8 %]
 [%- USE HTML %]
 [%- USE LxERP %]
-<h2 align="center">
+<h3 align="center">
 [% company %]
 <br>[% address %]
 <p>[% 'BALANCE SHEET' | $T8 %]
 <br>[% 'Balance sheet date' | $T8 %]: [% this_period %]
 <br>[% 'Report date' | $T8 %]: [% report_date %]
-</h2>
+</h3>
 
 <table border="0">
   <tr>
     <th align="left" width="400" colspan="2">[% 'ASSETS' | $T8 %]<br><hr align="left" width="250" size="5" noshade></th>
-    <th><b>[% this_period %]<b></th>
-    <th><b>[% last_period %]<b></th>
+    <th><b>[% this_startdate %] - [% this_period %]<b></th>
+    <th><b>[% IF last_period %][% last_startdate %] - [% last_period %][% END %]<b></th>
   </tr>
 
   [% FOREACH row = A %]