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/Spanish_Letter-balance_sheet.html | 100 ++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100755 templates/Spanish_Letter-balance_sheet.html (limited to 'templates/Spanish_Letter-balance_sheet.html') diff --git a/templates/Spanish_Letter-balance_sheet.html b/templates/Spanish_Letter-balance_sheet.html new file mode 100755 index 00000000..aef74d0e --- /dev/null +++ b/templates/Spanish_Letter-balance_sheet.html @@ -0,0 +1,100 @@ + + Hoja de Balance + + + + +

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

HOJA DE BALANCE +
<%period%> +

+ + + + + + + + +<%foreach asset_account%> + + + + + + +<%end asset_account%> + + + + + + + + + + + + + + + + + +<%foreach liability_account%> + + + + + + +<%end liability_account%> + + + + + + + + + + + + + + + + +<%foreach equity_account%> + + + + + + +<%end equity_account%> + + + + + + + + + + + + + + + + + +
ACTIVOS

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


Total de activos<%total_assets_this_period%>
<%total_assets_last_period%>
PASIVOS
<%liability_account%><%liability_this_period%><%liability_last_period%>


Total de pasivos<%total_liabilities_this_period%>

+
<%total_liabilities_last_period%>

+
CAPITAL

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


Capital total<%total_equity_this_period%>

+
<%total_equity_last_period%>

+
Total de pasivos y capital<%total_this_period%>

<%total_last_period%>

-- cgit v1.2.3