From 0dafb601d87ee13437db2b3a732910cc32bad5b8 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 11 Jan 2007 16:18:02 +0000 Subject: [PATCH] =?utf8?q?Wohlgeformtes=20HTML.=20Fix=20f=C3=BCr=20Bug=204?= =?utf8?q?00.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- templates/German-balance_sheet.html | 74 ++++++++++++++--------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/templates/German-balance_sheet.html b/templates/German-balance_sheet.html index 397eb9fe3..985b6eff5 100644 --- a/templates/German-balance_sheet.html +++ b/templates/German-balance_sheet.html @@ -1,7 +1,7 @@ - + -

+

<%company%>
<%address%> @@ -9,9 +9,9 @@
<%period%>

- +
- + @@ -20,79 +20,79 @@ - - + + <%end asset_account%> - - - + + + - - - - + + + + - + <%foreach liability_account%> - - + + <%end liability_account%> - - - + + + - + - - + - + <%foreach equity_account%> - - + + <%end equity_account%> - - - + + + - + - - + - - - - + + + +
AKTIVA

AKTIVA

<%this_period%> <%last_period%>
<%asset_account%><%asset_this_period%><%asset_last_period%><%asset_this_period%><%asset_last_period%>




TOTAL<%total_assets_this_period%>
<%total_assets_last_period%>
TOTAL<%total_assets_this_period%>
<%total_assets_last_period%>
PASSIVA
PASSIVA
<%liability_account%><%liability_this_period%><%liability_last_period%><%liability_this_period%><%liability_last_period%>




TOTAL<%total_liabilities_this_period%>

-
<%total_liabilities_last_period%>

+
TOTAL<%total_liabilities_this_period%>

+
<%total_liabilities_last_period%>

EIGENTUM

EIGENTUM

<%equity_account%><%equity_this_period%><%equity_last_period%><%equity_this_period%><%equity_last_period%>




TOTAL<%total_equity_this_period%>

-
<%total_equity_last_period%>

+
TOTAL<%total_equity_this_period%>

+
<%total_equity_last_period%>

TOTAL PASSIVA & EIGENTUM<%total_this_period%>

<%total_last_period%>

TOTAL PASSIVA & EIGENTUM<%total_this_period%>

<%total_last_period%>

-- 2.20.1