From ac5b087ea2d9ba7428d367aaeb288534158fee9a Mon Sep 17 00:00:00 2001 From: christopherm Date: Fri, 1 Sep 2006 01:16:38 +0000 Subject: Initial Import git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46 --- templates/Estonian-balance_sheet.html | 110 ++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100755 templates/Estonian-balance_sheet.html (limited to 'templates/Estonian-balance_sheet.html') diff --git a/templates/Estonian-balance_sheet.html b/templates/Estonian-balance_sheet.html new file mode 100755 index 00000000..cef8f9a7 --- /dev/null +++ b/templates/Estonian-balance_sheet.html @@ -0,0 +1,110 @@ + + + +

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

BILANSIARUANNE +
Perioodil: <%this_period%> +

+ +<%if department%> +

Osakond: <%department%>

+<%end department%> + + + + + + + + +<%foreach asset_account%> + + + + + + +<%end asset_account%> + + + + + + + + + + + + + + + + + +<%foreach liability_account%> + + + + + + +<%end liability_account%> + + + + + + + + + + + + + + + + +<%foreach equity_account%> + + + + + + +<%end equity_account%> + + + + + + + + + + + + + + + + + +
AKTIVA

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


AKTIVA KOKKU<%total_assets_this_period%>
<%total_assets_last_period%>
PASSIVA
<%liability_account%><%liability_this_period%><%liability_last_period%>


PASSIVA KOKKU<%total_liabilities_this_period%>

+
<%total_liabilities_last_period%>

+
AKTSIAKAPITAL

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


KOKKU AKTSIAKAPITAL<%total_equity_this_period%>

+
<%total_equity_last_period%>

+
KOKKU PASSIVA JA AKTSIAKAPITAL<%total_this_period%>

<%total_last_period%>

+ + + + + + + + + -- cgit v1.2.3