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/Service-income_statement.html | 54 ++++++++++++++++----------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'templates/Service-income_statement.html') diff --git a/templates/Service-income_statement.html b/templates/Service-income_statement.html index eab9ff0f..22ff482d 100755 --- a/templates/Service-income_statement.html +++ b/templates/Service-income_statement.html @@ -2,36 +2,36 @@

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

INCOME STATEMENT -
<%period%> +

-<%if department%> -

Department: <%department%>

-<%end department%> + +

Department:

+ -<%if projectnumber%> -

Project Number: <%projectnumber%>

-<%end projectnumber%> + +

Project Number:

+ - - + + -<%foreach income_account%> + - - - + + + -<%end income_account%> + @@ -42,22 +42,22 @@ - - + + -<%foreach expense_account%> + - - - + + + -<%end expense_account%> + @@ -68,14 +68,14 @@ - - - + +
INCOME

<%this_period%><%last_period%>
<%income_account%><%income_this_period%><%income_last_period%>
TOTAL INCOME<%total_income_this_period%>
<%total_income_last_period%>


EXPENSES

<%expense_account%><%expenses_this_period%><%expenses_last_period%>
TOTAL EXPENSES<%total_expenses_this_period%>

-
<%total_expenses_last_period%>

+


+


INCOME / (LOSS)<%total_this_period%>

<%total_last_period%>





-- cgit v1.2.3