From 32306b5f8ffe4ce594409aa6e89626740b225a39 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 15 Nov 2004 10:35:56 +0000 Subject: import sql-ledger 2.4.4 --- sql-ledger/templates/Hungarian-balance_sheet.html | 100 ++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 sql-ledger/templates/Hungarian-balance_sheet.html (limited to 'sql-ledger/templates/Hungarian-balance_sheet.html') diff --git a/sql-ledger/templates/Hungarian-balance_sheet.html b/sql-ledger/templates/Hungarian-balance_sheet.html new file mode 100644 index 000000000..b3efde2ce --- /dev/null +++ b/sql-ledger/templates/Hungarian-balance_sheet.html @@ -0,0 +1,100 @@ + + + +

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

MÉRLEG +
<%period%> +

+ + + + + + + + +<%foreach asset_account%> + + + + + + +<%end asset_account%> + + + + + + + + + + + + + + + + +<%foreach equity_account%> + + + + + + +<%end equity_account%> + + + + + + + + + + + + + + + + +<%foreach liability_account%> + + + + + + +<%end liability_account%> + + + + + + + + + + + + + + + + + + +
ESZKÖZÖK

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


Eszközök összesen<%total_assets_this_period%>
<%total_assets_last_period%>
SAJÁT TŐKE

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


Tőke összesen<%total_equity_this_period%>

+
<%total_equity_last_period%>

+
KÖTELEZETTSÉGEK
<%liability_account%><%liability_this_period%><%liability_last_period%>


Kötelezettségek összesen<%total_liabilities_this_period%>

+
<%total_liabilities_last_period%>

+
KÖTELEZETTSÉGEK & TŐKE ÖSSZESEN<%total_this_period%>

<%total_last_period%>

+ + + -- cgit v1.2.1