import sql-ledger 2.4.4
[freeside.git] / sql-ledger / templates / Dutch-income_statement.html
index ce4fd24..c4c1cfb 100644 (file)
@@ -1,5 +1,5 @@
 
 
-<body bgcolor=ffffff>
+<body>
 
 <h2 align=center>
 <%company%>
 
 <h2 align=center>
 <%company%>
@@ -9,6 +9,13 @@
 <br><%period%>
 </h2>
 
 <br><%period%>
 </h2>
 
+<%if department%>
+<h4>Afdeling: <%department%></h4>
+<%end department%>
+
+<%if projectnumber%>
+<h4>Project Nummer: <%projectnumber%></h4>
+<%end projectnumber%>
 
 <table width=100% border=0>
 <tr>
 
 <table width=100% border=0>
 <tr>
 
 <tr valign=top>
   <td> </td>
 
 <tr valign=top>
   <td> </td>
-  <th align=left>Totaal Inkomsten</th>
+  <th align=left>TOTAAL INKOMSTEN</th>
   <td align=right><%total_income_this_period%><hr noshade size=2></td>
   <td align=right><%total_income_last_period%><hr noshade size=2></td>
 </tr>
 
 <tr>
   <td align=right><%total_income_this_period%><hr noshade size=2></td>
   <td align=right><%total_income_last_period%><hr noshade size=2></td>
 </tr>
 
 <tr>
-  <th align=left colspan=2>ONKOSTEN<br><hr width=300 size=5 align=left noshade></th>
+  <th align=left colspan=2>UITGAVEN<br><hr width=300 size=5 align=left noshade></th>
 </tr>
 
 <%foreach expense_account%>
 </tr>
 
 <%foreach expense_account%>
@@ -60,7 +67,7 @@
 
 <tr valign=top>
   <td> </td>
 
 <tr valign=top>
   <td> </td>
-  <th align=left>Totaal Onkosten</th>
+  <th align=left>TOTAAL UITGAVEN</th>
   <td align=right><%total_expenses_this_period%><br><hr noshade size=2</td>
   <td align=right><%total_expenses_last_period%><br><hr noshade size=2</td>
 </tr>
   <td align=right><%total_expenses_this_period%><br><hr noshade size=2</td>
   <td align=right><%total_expenses_last_period%><br><hr noshade size=2</td>
 </tr>
 </tr>
 
 </table>
 </tr>
 
 </table>
-
-
-
-
-
-
-
-
-