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