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-balance_sheet.html | 100 ++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 sql-ledger/templates/Service-balance_sheet.html (limited to 'sql-ledger/templates/Service-balance_sheet.html') diff --git a/sql-ledger/templates/Service-balance_sheet.html b/sql-ledger/templates/Service-balance_sheet.html new file mode 100644 index 000000000..478caabca --- /dev/null +++ b/sql-ledger/templates/Service-balance_sheet.html @@ -0,0 +1,100 @@ + + + +

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

BALANCE SHEET +
<%period%> +

+ + + + + + + + +<%foreach asset_account%> + + + + + + +<%end asset_account%> + + + + + + + + + + + + + + + + + +<%foreach liability_account%> + + + + + + +<%end liability_account%> + + + + + + + + + + + + + + + + +<%foreach equity_account%> + + + + + + +<%end equity_account%> + + + + + + + + + + + + + + + + + +
ASSETS

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


TOTAL ASSETS<%total_assets_this_period%>
<%total_assets_last_period%>
LIABILITIES
<%liability_account%><%liability_this_period%><%liability_last_period%>


Total Liabilities<%total_liabilities_this_period%>

+
<%total_liabilities_last_period%>

+
SHAREHOLDER'S EQUITY

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


Total Equity<%total_equity_this_period%>

+
<%total_equity_last_period%>

+
TOTAL LIABILITIES & EQUITY<%total_this_period%>

<%total_last_period%>

+ + + -- cgit v1.2.1