summaryrefslogtreecommitdiff
path: root/sql-ledger/templates/Dutch-income_statement.html
diff options
context:
space:
mode:
authorivan <ivan>2004-11-15 10:35:56 +0000
committerivan <ivan>2004-11-15 10:35:56 +0000
commit32306b5f8ffe4ce594409aa6e89626740b225a39 (patch)
tree8dba82e8424ebe8d089b4e0ef579d87db06742a3 /sql-ledger/templates/Dutch-income_statement.html
parent52072fcd26f2faf57923f598c358e7f47c4e2643 (diff)
import sql-ledger 2.4.4SQL_LEDGER
Diffstat (limited to 'sql-ledger/templates/Dutch-income_statement.html')
-rw-r--r--sql-ledger/templates/Dutch-income_statement.html24
1 files changed, 11 insertions, 13 deletions
diff --git a/sql-ledger/templates/Dutch-income_statement.html b/sql-ledger/templates/Dutch-income_statement.html
index ce4fd2462..c4c1cfb4f 100644
--- a/sql-ledger/templates/Dutch-income_statement.html
+++ b/sql-ledger/templates/Dutch-income_statement.html
@@ -1,5 +1,5 @@
-<body bgcolor=ffffff>
+<body>
<h2 align=center>
<%company%>
@@ -9,6 +9,13 @@
<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>
@@ -34,13 +41,13 @@
<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>
- <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%>
@@ -60,7 +67,7 @@
<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>
@@ -72,12 +79,3 @@
</tr>
</table>
-
-
-
-
-
-
-
-
-