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/Italian-income_statement.html | 42 ++++++++++++++++----------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'templates/Italian-income_statement.html') diff --git a/templates/Italian-income_statement.html b/templates/Italian-income_statement.html index 55771010..4ce1d856 100755 --- a/templates/Italian-income_statement.html +++ b/templates/Italian-income_statement.html @@ -2,29 +2,29 @@

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

CONTO ECONOMICO -
<%period%> +

- - + + -<%foreach income_account%> + - - - + + + -<%end income_account%> + @@ -35,22 +35,22 @@ - - + + -<%foreach expense_account%> + - - - + + + -<%end expense_account%> + @@ -61,14 +61,14 @@ - - - + +
RICAVI

<%this_period%><%last_period%>
<%income_account%><%income_this_period%><%income_last_period%>
Totale Ricavi<%total_income_this_period%>
<%total_income_last_period%>


COSTI

<%expense_account%><%expenses_this_period%><%expenses_last_period%>
Totale Costi<%total_expenses_this_period%>

-
<%total_expenses_last_period%>

+


+


UTILE / (PERDITA)<%total_this_period%>

<%total_last_period%>





-- cgit v1.2.3