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

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

STATO PATRIMONIALE +
<%period%> +

+ + + + + + + + +<%foreach asset_account%> + + + + + + +<%end asset_account%> + + + + + + + + + + + + + + + + + +<%foreach liability_account%> + + + + + + +<%end liability_account%> + + + + + + + + + + + + + + + + +<%foreach equity_account%> + + + + + + +<%end equity_account%> + + + + + + + + + + + + + + + + + +
ATTIVITA'

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


TOTALE ATTIVITA<%total_assets_this_period%>
<%total_assets_last_period%>
PASSIVITA'
<%liability_account%><%liability_this_period%><%liability_last_period%>


Totale Passivita'<%total_liabilities_this_period%>

+
<%total_liabilities_last_period%>

+
CAPITALE NETTO

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


Totale Capitale Netto<%total_equity_this_period%>

+
<%total_equity_last_period%>

+
TOTALE PASSIVITA'<%total_this_period%>

<%total_last_period%>

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