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/Estonian_UTF8-income_statement.html | 84 +++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100755 templates/Estonian_UTF8-income_statement.html (limited to 'templates/Estonian_UTF8-income_statement.html') diff --git a/templates/Estonian_UTF8-income_statement.html b/templates/Estonian_UTF8-income_statement.html new file mode 100755 index 00000000..c12e69da --- /dev/null +++ b/templates/Estonian_UTF8-income_statement.html @@ -0,0 +1,84 @@ + + + +

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

KASUMIARUANNE +
<%period%> +

+ +<%if department%> +

Osakond: <%department%>

+<%end department%> + +<%if projectnumber%> +

Projekti Number: <%projectnumber%>

+<%end projectnumber%> + + + + + + + + +<%foreach income_account%> + + + + + + +<%end income_account%> + + + + + + + + + + + + + + + + + + +<%foreach expense_account%> + + + + + + +<%end expense_account%> + + + + + + + + + + + + + + + + + + +
TULUD

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


TULUD KOKKU<%total_income_this_period%>
<%total_income_last_period%>
KULUD

<%expense_account%><%expenses_this_period%><%expenses_last_period%>


KULUD KOKKU<%total_expenses_this_period%>

+
<%total_expenses_last_period%>

+
KASUM / (KAHJUM)<%total_this_period%>

<%total_last_period%>

+ + + \ No newline at end of file -- cgit v1.2.3