summaryrefslogtreecommitdiff
path: root/templates/Default-statement.html
blob: 9a951a98c4e1970d63dcd2674f6601078a8d3e6c (plain)
  1. <body bgcolor=ffffff>
  2. <table width=100%>
  3. <%include letterhead.html%>
  4. <tr>
  5. <td width=10>&nbsp;</td>
  6. <th colspan=3><h4>S T A T E M E N T</h4></th>
  7. </tr>
  8. <tr>
  9. <td>&nbsp;</td>
  10. <td colspan=3 align=right><%statementdate%></td>
  11. </tr>
  12. <tr>
  13. <td>&nbsp;</td>
  14. <td>
  15. <table width=100%>
  16. <tr valign=top>
  17. <td><%name%>
  18. <br><%address1%>
  19. <%if address2%>
  20. <br><%address2%>
  21. <%end address2%>
  22. <br><%city%>
  23. <%if state%>
  24. , <%state%>
  25. <%end state%>
  26. <%zipcode%>
  27. <%if country%>
  28. <br><%country%>
  29. <%end country%>
  30. <br>
  31. <%if customerphone%>
  32. <br>Tel: <%customerphone%>
  33. <%end customerphone%>
  34. <%if customerfax%>
  35. <br>Fax: <%customerfax%>
  36. <%end customerfax%>
  37. <%if email%>
  38. <br><%email%>
  39. <%end email%>
  40. </td>
  41. </tr>
  42. </table>
  43. </td>
  44. </tr>
  45. <tr height=10></tr>
  46. <tr>
  47. <td>&nbsp;</td>
  48. <td>
  49. <table width=100%>
  50. <tr>
  51. <th align=left>Invoice #</th>
  52. <th align=left>Order#</th>
  53. <th width=10%>Date</th>
  54. <th width=10%>Due</th>
  55. <th width=10%>Current</th>
  56. <th width=10%>30</th>
  57. <th width=10%>60</th>
  58. <th width=10%>90</th>
  59. </tr>
  60. <%foreach invnumber%>
  61. <tr>
  62. <td><%invnumber%></td>
  63. <td><%ordnumber%></td>
  64. <td><%invdate%></td>
  65. <td><%duedate%></td>
  66. <td align=right><%c0%></td>
  67. <td align=right><%c30%></td>
  68. <td align=right><%c60%></td>
  69. <td align=right><%c90%></td>
  70. </tr>
  71. <%end invnumber%>
  72. <tr>
  73. <td colspan=8><hr size=1></td>
  74. </tr>
  75. <tr>
  76. <td>&nbsp;</td>
  77. <td>&nbsp;</td>
  78. <td>&nbsp;</td>
  79. <td>&nbsp;</td>
  80. <th align=right><%c0total%></td>
  81. <th align=right><%c30total%></td>
  82. <th align=right><%c60total%></td>
  83. <th align=right><%c90total%></td>
  84. </tr>
  85. </table>
  86. </td>
  87. </tr>
  88. <tr height=10></tr>
  89. <tr>
  90. <td>&nbsp;</td>
  91. <td align=right>
  92. <table width=50%>
  93. <tr>
  94. <th>Total Outstanding</th>
  95. <th align=right><%total%></th>
  96. </tr>
  97. </table>
  98. </td>
  99. </tr>
  100. <tr>
  101. <td>&nbsp;</td>
  102. <td><hr noshade></td>
  103. </tr>
  104. <tr>
  105. <td>&nbsp;</td>
  106. <td>All amounts in <b><%currency%></b> funds.
  107. <br>Please make check payable to <b><%company%></b>.
  108. </td>
  109. </tr>
  110. </table>
  111. </body>
  112. </html>