summaryrefslogtreecommitdiff
path: root/sql-ledger/templates/Dutch-balance_sheet.html
diff options
context:
space:
mode:
authorivan <ivan>2004-11-15 10:35:56 +0000
committerivan <ivan>2004-11-15 10:35:56 +0000
commit5fc8c5edf574ab024d4646914b6432d458e2ffbd (patch)
treec8031ae966b35c47f6aea9929e10911412ff6c59 /sql-ledger/templates/Dutch-balance_sheet.html
parenta4fc489e860b7bc51b5282a87ea21750b30b905e (diff)
parent32306b5f8ffe4ce594409aa6e89626740b225a39 (diff)
This commit was generated by cvs2svn to compensate for changes in r3883,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sql-ledger/templates/Dutch-balance_sheet.html')
-rw-r--r--sql-ledger/templates/Dutch-balance_sheet.html18
1 files changed, 12 insertions, 6 deletions
diff --git a/sql-ledger/templates/Dutch-balance_sheet.html b/sql-ledger/templates/Dutch-balance_sheet.html
index 16ede7037..5eef5f52c 100644
--- a/sql-ledger/templates/Dutch-balance_sheet.html
+++ b/sql-ledger/templates/Dutch-balance_sheet.html
@@ -1,14 +1,18 @@
-<body bgcolor=ffffff>
+<body>
<h2 align=center>
<%company%>
<br><%address%>
<p>BALANS
-<br><%period%>
+<br>per <%this_period%>
</h2>
+<%if department%>
+<h4>Afdeling: <%department%></h4>
+<%end department%>
+
<table border=0>
<tr>
<th align=left width=400 colspan=2>ACTIVA<br><hr align=left width=250 size=5 noshade></th>
@@ -32,7 +36,7 @@
</tr>
<tr valign=top>
- <th align=left colspan=2>Totaal Activa</th>
+ <th align=left colspan=2>TOTAAL ACTIVA</th>
<td align=right><%total_assets_this_period%><hr noshade size=2></td>
<td align=right><%total_assets_last_period%><hr noshade size=2></td>
</tr>
@@ -64,7 +68,7 @@
</tr>
<tr>
- <th align=left colspan=4>ONVERDEELD RESULTAAT<br><hr align=left width=250 size=5 noshade></th>
+ <th align=left colspan=4>EIGEN VERMOGEN<br><hr align=left width=250 size=5 noshade></th>
</tr>
<%foreach equity_account%>
@@ -84,13 +88,13 @@
<tr valign=top>
<td></td>
- <th align=left>Totaal Opbrengst</th>
+ <th align=left>Totaal Eigen Vermogen</th>
<td align=right><%total_equity_this_period%><br><hr noshade size=2</td>
<td align=right><%total_equity_last_period%><br><hr noshade size=2</td>
</tr>
<tr valign=top>
- <th align=left colspan=2>TOTAAL PASSIVA & RESULTAAT</th>
+ <th align=left colspan=2>TOTAAL PASSIVA & EIGEN VERMOGEN</th>
<td align=right><%total_this_period%><br><hr noshade size=2></td>
<td align=right><%total_last_period%><br><hr noshade size=2></td>
</tr>
@@ -102,3 +106,5 @@
+
+