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

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

D R I F T K O S T N A D +
<%period%> +

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

<%this_period%><%last_period%>
INTÄKTER

<%income_account%><%income_this_period%><%income_last_period%>


Totala intäkter<%total_income_this_period%>
<%total_income_last_period%>
UTGIFTER

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


Totala utgifter<%total_expenses_this_period%>

+
<%total_expenses_last_period%>

+
RESULTAT<%total_this_period%>

<%total_last_period%>

-- cgit v1.2.3