From ac5b087ea2d9ba7428d367aaeb288534158fee9a Mon Sep 17 00:00:00 2001 From: christopherm Date: Fri, 1 Sep 2006 01:16:38 +0000 Subject: Initial Import git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46 --- templates/Hungarian-income_statement.html | 82 +++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100755 templates/Hungarian-income_statement.html (limited to 'templates/Hungarian-income_statement.html') diff --git a/templates/Hungarian-income_statement.html b/templates/Hungarian-income_statement.html new file mode 100755 index 00000000..e9e4a45d --- /dev/null +++ b/templates/Hungarian-income_statement.html @@ -0,0 +1,82 @@ + + + +

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

EREDMÉNYKIMUTATÁS +
<%period%> +

+ + + + + + + + + +<%foreach income_account%> + + + + + + +<%end income_account%> + + + + + + + + + + + + + + + + + + +<%foreach expense_account%> + + + + + + +<%end expense_account%> + + + + + + + + + + + + + + + + + + +
BEVÉTELEK

<%this_period%><%last_period%>
<%income_account%><%income_this_period%><%income_last_period%>


Bevételek összesen<%total_income_this_period%>
<%total_income_last_period%>


RÁFORDÍTÁSOK
<%expense_account%><%expenses_this_period%><%expenses_last_period%>


Ráfordítások összesen<%total_expenses_this_period%>

+
<%total_expenses_last_period%>

+
NYERESÉG / (VESZTESÉG)<%total_this_period%>

<%total_last_period%>

+ + + + + + + + -- cgit v1.2.3