diff options
Diffstat (limited to 'sql-ledger/templates/Dutch-income_statement.html')
-rw-r--r-- | sql-ledger/templates/Dutch-income_statement.html | 81 |
1 files changed, 0 insertions, 81 deletions
diff --git a/sql-ledger/templates/Dutch-income_statement.html b/sql-ledger/templates/Dutch-income_statement.html deleted file mode 100644 index c4c1cfb4f..000000000 --- a/sql-ledger/templates/Dutch-income_statement.html +++ /dev/null @@ -1,81 +0,0 @@ - -<body> - -<h2 align=center> -<%company%> -<br><%address%> - -<p>INKOMSTEN OVERZICHT -<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> - <th width=400 align=left colspan=2>INKOMSTEN<br><hr width=300 size=5 align=left noshade></th> - <th><%this_period%></th> - <th><%last_period%></th> -</tr> - -<%foreach income_account%> -<tr> - <td width=4> </td> - <td><%income_account%></td> - <td align=right><%income_this_period%></td> - <td align=right><%income_last_period%></td> -</tr> -<%end income_account%> - -<tr> - <td colspan=2> </td> - <td><hr noshade size=1></td> - <td><hr noshade size=1></td> -</tr> - -<tr valign=top> - <td> </td> - <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>UITGAVEN<br><hr width=300 size=5 align=left noshade></th> -</tr> - -<%foreach expense_account%> -<tr> - <td> </td> - <td><%expense_account%></td> - <td align=right><%expenses_this_period%></td> - <td align=right><%expenses_last_period%></td> -</tr> -<%end expense_account%> - -<tr> - <td colspan=2> </td> - <td><hr noshade size=1></td> - <td><hr noshade size=1></td> -</tr> - -<tr valign=top> - <td> </td> - <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> - -<tr valign=top> - <th align=left colspan=2>WINST / (VERLIES)</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> - -</table> |