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/Spanish_A4-income_statement.html | 42 +++++++++++++++--------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'templates/Spanish_A4-income_statement.html') diff --git a/templates/Spanish_A4-income_statement.html b/templates/Spanish_A4-income_statement.html index fbb5653b..bc75fe60 100755 --- a/templates/Spanish_A4-income_statement.html +++ b/templates/Spanish_A4-income_statement.html @@ -5,29 +5,29 @@

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

BALANCE DE SITUACIÓN -
<%period%> +

- - + + -<%foreach income_account%> + - - - + + + -<%end income_account%> + @@ -38,22 +38,22 @@ - - + + -<%foreach expense_account%> + - - - + + + -<%end expense_account%> + @@ -64,14 +64,14 @@ - - - + +
INGRESOS

<%this_period%><%last_period%>
 <%income_account%><%income_this_period%><%income_last_period%>
 
  Total de ingresos<%total_income_this_period%>
<%total_income_last_period%>


GASTOS

 <%expense_account%><%expenses_this_period%><%expenses_last_period%>
 
  Total de gastos<%total_expenses_this_period%>

-
<%total_expenses_last_period%>

+


+


GANANCIA/(PERDIDA)<%total_this_period%>

<%total_last_period%>





-- cgit v1.2.3