From eedad02e621755aa269a6728364fa2ef07f6bca9 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Sun, 24 Sep 2006 17:44:51 +0000 Subject: Changed all templates to the new syntax git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@142 4979c152-3d1c-0410-bac9-87ea11338e46 --- templates/Default-balance_sheet.html | 62 ++++++++++++++++++------------------ 1 file changed, 31 insertions(+), 31 deletions(-) (limited to 'templates/Default-balance_sheet.html') diff --git a/templates/Default-balance_sheet.html b/templates/Default-balance_sheet.html index 6ede0b9c..2ce532f8 100755 --- a/templates/Default-balance_sheet.html +++ b/templates/Default-balance_sheet.html @@ -2,32 +2,32 @@

-<%company%> -
<%address%> + +

BALANCE SHEET -
as at <%this_period%> +
as at

-<%if department%> -

Department: <%department%>

-<%end department%> + +

Department:

+ - - + + -<%foreach asset_account%> + - - - + + + -<%end asset_account%> + @@ -37,22 +37,22 @@ - - + + -<%foreach liability_account%> + - - - + + + -<%end liability_account%> + @@ -63,22 +63,22 @@ - -<%foreach equity_account%> + - - - + + + -<%end equity_account%> + @@ -89,14 +89,14 @@ - - - + +
ASSETS

<%this_period%><%last_period%>
<%asset_account%><%asset_this_period%><%asset_last_period%>
TOTAL ASSETS<%total_assets_this_period%>
<%total_assets_last_period%>


LIABILITIES
<%liability_account%><%liability_this_period%><%liability_last_period%>
TOTAL LIABILITIES<%total_liabilities_this_period%>

-
<%total_liabilities_last_period%>

+


+


SHAREHOLDER'S EQUITY

<%equity_account%><%equity_this_period%><%equity_last_period%>
TOTAL EQUITY<%total_equity_this_period%>

-
<%total_equity_last_period%>

+


+


TOTAL LIABILITIES & EQUITY<%total_this_period%>

<%total_last_period%>





-- cgit v1.2.3