diff options
author | ivan <ivan> | 2004-11-15 10:35:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-11-15 10:35:56 +0000 |
commit | 5fc8c5edf574ab024d4646914b6432d458e2ffbd (patch) | |
tree | c8031ae966b35c47f6aea9929e10911412ff6c59 /sql-ledger/templates/Service-statement.html | |
parent | a4fc489e860b7bc51b5282a87ea21750b30b905e (diff) | |
parent | 32306b5f8ffe4ce594409aa6e89626740b225a39 (diff) |
This commit was generated by cvs2svn to compensate for changes in r3883,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sql-ledger/templates/Service-statement.html')
-rw-r--r-- | sql-ledger/templates/Service-statement.html | 39 |
1 files changed, 24 insertions, 15 deletions
diff --git a/sql-ledger/templates/Service-statement.html b/sql-ledger/templates/Service-statement.html index 6fca322ee..5e288505e 100644 --- a/sql-ledger/templates/Service-statement.html +++ b/sql-ledger/templates/Service-statement.html @@ -36,20 +36,24 @@ <table width=100%> <tr valign=top> <td><%name%> - <br><%addr1%> - <br><%addr2%> - <br><%addr3%> - <br><%addr4%> + <br><%address1%> + <%if address2%> + <br><%address2%> + <%end address2%> + <br><%city%> <%state%> <%zipcode%> + <%if country%> + <br><%country%> + <%end country%> <br> -<%if customerphone%> + <%if customerphone%> <br>Tel: <%customerphone%> -<%end customerphone%> -<%if customerfax%> + <%end customerphone%> + <%if customerfax%> <br>Fax: <%customerfax%> -<%end customerfax%> -<%if email%> + <%end customerfax%> + <%if email%> <br><%email%> -<%end email%> + <%end email%> </td> </tr> </table> @@ -62,16 +66,20 @@ <table width=100%> <tr> <th align=left>Invoice #</th> - <th width=15%>Date</th> - <th width=15%>Due</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%> + <%foreach invnumber%> <tr> <td><%invnumber%></td> + <td><%ordnumber%></td> +<!-- <td><%notes%></td> --> <td><%invdate%></td> <td><%duedate%></td> <td align=right><%c0%></td> @@ -79,14 +87,15 @@ <td align=right><%c60%></td> <td align=right><%c90%></td> </tr> -<%end invnumber%> + <%end invnumber%> <tr> - <td colspan=7><hr size=1></td> + <td colspan=8><hr size=1></td> </tr> <tr> <td> </td> <td> </td> <td> </td> + <td> </td> <th align=right><%c0total%></td> <th align=right><%c30total%></td> <th align=right><%c60total%></td> |