From f6c9088e16c4c083174dd1130ae58d213923cdef Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 15 Jul 2003 11:45:14 +0000 Subject: import of sql-ledger 2.0.8 --- sql-ledger/templates/Service-income_statement.html | 82 ++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 sql-ledger/templates/Service-income_statement.html (limited to 'sql-ledger/templates/Service-income_statement.html') diff --git a/sql-ledger/templates/Service-income_statement.html b/sql-ledger/templates/Service-income_statement.html new file mode 100644 index 000000000..e9d6a4002 --- /dev/null +++ b/sql-ledger/templates/Service-income_statement.html @@ -0,0 +1,82 @@ + + + +

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

INCOME STATEMENT +
<%period%> +

+ + + + + + + + + +<%foreach income_account%> + + + + + + +<%end income_account%> + + + + + + + + + + + + + + + + + + +<%foreach expense_account%> + + + + + + +<%end expense_account%> + + + + + + + + + + + + + + + + + + +
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.1