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 --- .../Brazilian_Portuguese-balance_sheet.html | 103 +++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 sql-ledger/templates/Brazilian_Portuguese-balance_sheet.html (limited to 'sql-ledger/templates/Brazilian_Portuguese-balance_sheet.html') diff --git a/sql-ledger/templates/Brazilian_Portuguese-balance_sheet.html b/sql-ledger/templates/Brazilian_Portuguese-balance_sheet.html new file mode 100644 index 0000000..20c3c51 --- /dev/null +++ b/sql-ledger/templates/Brazilian_Portuguese-balance_sheet.html @@ -0,0 +1,103 @@ + + + +

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

BALANÇO
+ <%period%> +

+ + + + + + + + +<%foreach asset_account%> + + + + + + +<%end asset_account%> + + + + + + + + + + + + + + + + + +<%foreach liability_account%> + + + + + + +<%end liability_account%> + + + + + + + + + + + + + + + + + + +<%foreach equity_account%> + + + + + + +<%end equity_account%> + + + + + + + + + + + + + + + + + + + +
VALORES
+
<%this_period%><%last_period%>
<%asset_account%><%asset_this_period%><%asset_last_period%>


TOTAL<%total_assets_this_period%>
<%total_assets_last_period%>
BALANÇO +
<%liability_account%><%liability_this_period%><%liability_last_period%>


Total<%total_liabilities_this_period%>

<%total_liabilities_last_period%>

SÓCIOS (%)
+
<%equity_account%><%equity_this_period%><%equity_last_period%>


Total<%total_equity_this_period%>

<%total_equity_last_period%>

TOTAIS<%total_this_period%>

<%total_last_period%>

+ + + -- cgit v1.1