summaryrefslogtreecommitdiff
path: root/sql-ledger/templates/Service-statement.html
diff options
context:
space:
mode:
authorcvs2git <cvs2git>2006-08-23 22:25:40 +0000
committercvs2git <cvs2git>2006-08-23 22:25:40 +0000
commit58d093219cf60264550b8c34649d9f3190eda042 (patch)
tree10418dd70b52416a5f52da8e17d8e282d914595d /sql-ledger/templates/Service-statement.html
parent3ce7691203a7737406bf2d4442f7fd84b81f847e (diff)
This commit was manufactured by cvs2svn to create tagAFTER_FINAL_MASONIZE
'AFTER_FINAL_MASONIZE'.
Diffstat (limited to 'sql-ledger/templates/Service-statement.html')
-rw-r--r--sql-ledger/templates/Service-statement.html130
1 files changed, 0 insertions, 130 deletions
diff --git a/sql-ledger/templates/Service-statement.html b/sql-ledger/templates/Service-statement.html
deleted file mode 100644
index 5e288505e..000000000
--- a/sql-ledger/templates/Service-statement.html
+++ /dev/null
@@ -1,130 +0,0 @@
-
-<body bgcolor=ffffff>
-
-<table width=100%>
- <tr>
- <td width=10>&nbsp;</td>
- <td>
- <table width=100%>
- <tr>
- <td>
- <h4>
- <%company%>
- <br><%address%>
- </h4>
- </td>
- <th><img src=http://www.sql-ledger.org/images/sql-ledger.png border=0 width=64 height=58></th>
- <td align=right>
- <h4>
- Tel: <%tel%>
- <br>Fax: <%fax%>
- </h4>
- </td>
- </tr>
- <tr>
- <th colspan=3><h4>S T A T E M E N T</h4></th>
- </tr>
- <tr>
- <td colspan=3 align=right><%statementdate%></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td>&nbsp;</td>
- <td>
- <table width=100%>
- <tr valign=top>
- <td><%name%>
- <br><%address1%>
- <%if address2%>
- <br><%address2%>
- <%end address2%>
- <br><%city%> <%state%> <%zipcode%>
- <%if country%>
- <br><%country%>
- <%end country%>
- <br>
- <%if customerphone%>
- <br>Tel: <%customerphone%>
- <%end customerphone%>
- <%if customerfax%>
- <br>Fax: <%customerfax%>
- <%end customerfax%>
- <%if email%>
- <br><%email%>
- <%end email%>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr height=10></tr>
- <tr>
- <td>&nbsp;</td>
- <td>
- <table width=100%>
- <tr>
- <th align=left>Invoice #</th>
- <th align=left>Order #</th>
-<!-- <th align=left>Notes</th> -->
- <th width=10%>Date</th>
- <th width=10%>Due</th>
- <th width=10%>Current</th>
- <th width=10%>30</th>
- <th width=10%>60</th>
- <th width=10%>90+</th>
- </tr>
- <%foreach invnumber%>
- <tr>
- <td><%invnumber%></td>
- <td><%ordnumber%></td>
-<!-- <td><%notes%></td> -->
- <td><%invdate%></td>
- <td><%duedate%></td>
- <td align=right><%c0%></td>
- <td align=right><%c30%></td>
- <td align=right><%c60%></td>
- <td align=right><%c90%></td>
- </tr>
- <%end invnumber%>
- <tr>
- <td colspan=8><hr size=1></td>
- </tr>
- <tr>
- <td>&nbsp;</td>
- <td>&nbsp;</td>
- <td>&nbsp;</td>
- <td>&nbsp;</td>
- <th align=right><%c0total%></td>
- <th align=right><%c30total%></td>
- <th align=right><%c60total%></td>
- <th align=right><%c90total%></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr height=10></tr>
- <tr>
- <td>&nbsp;</td>
- <td align=right>
- <table width=50%>
- <tr>
- <th>Total Outstanding</th>
- <th align=right><%total%></th>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td>&nbsp;</td>
- <td><hr noshade></td>
- </tr>
- <tr>
- <td>&nbsp;</td>
- <td>Please make check payable to <b><%company%></b>.
- </td>
- </tr>
- <tr height=20></tr>
-</table>
-