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/demo/statement.html | 137 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 templates/demo/statement.html (limited to 'templates/demo/statement.html') diff --git a/templates/demo/statement.html b/templates/demo/statement.html new file mode 100644 index 00000000..9a951a98 --- /dev/null +++ b/templates/demo/statement.html @@ -0,0 +1,137 @@ + + + + + + <%include letterhead.html%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 

S T A T E M E N T

 <%statementdate%>
  + + + + +
<%name%> +
<%address1%> + <%if address2%> +
<%address2%> + <%end address2%> +
<%city%> + <%if state%> + , <%state%> + <%end state%> + <%zipcode%> + <%if country%> +
<%country%> + <%end country%> +
+ <%if customerphone%> +
Tel: <%customerphone%> + <%end customerphone%> + <%if customerfax%> +
Fax: <%customerfax%> + <%end customerfax%> + <%if email%> +
<%email%> + <%end email%> +
+
  + + + + + + + + + + + + + <%foreach invnumber%> + + + + + + + + + + + <%end invnumber%> + + + + + + + + + + + +
Invoice #Order#DateDueCurrent306090
<%invnumber%><%ordnumber%><%invdate%><%duedate%><%c0%><%c30%><%c60%><%c90%>

    <%c0total%> + <%c30total%> + <%c60total%> + <%c90total%> +
+
  + + + + + +
Total Outstanding<%total%>
+
 
 All amounts in <%currency%> funds. +
Please make check payable to <%company%>. +
+ + + + -- cgit v1.2.3