summaryrefslogtreecommitdiff
path: root/templates/Default-statement.html
blob: 6635f605f3b3b757f376907b8427b68f02353a97 (plain)
  1. <body bgcolor=ffffff>
  2. <table width="100%">
  3. <?lsmb 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><?lsmb statementdate ?></td>
  11. </tr>
  12. <tr>
  13. <td>&nbsp;</td>
  14. <td>
  15. <table width="100%">
  16. <tr valign=top>
  17. <td><?lsmb name ?>
  18. <br><?lsmb address1 ?>
  19. <?lsmb if address2 ?>
  20. <br><?lsmb address2 ?>
  21. <?lsmb end address2 ?>
  22. <br><?lsmb city ?>
  23. <?lsmb if state ?>
  24. , <?lsmb state ?>
  25. <?lsmb end state ?>
  26. <?lsmb zipcode ?>
  27. <?lsmb if country ?>
  28. <br><?lsmb country ?>
  29. <?lsmb end country ?>
  30. <br>
  31. <?lsmb if customerphone ?>
  32. <br>Tel: <?lsmb customerphone ?>
  33. <?lsmb end customerphone ?>
  34. <?lsmb if customerfax ?>
  35. <br>Fax: <?lsmb customerfax ?>
  36. <?lsmb end customerfax ?>
  37. <?lsmb if email ?>
  38. <br><?lsmb email ?>
  39. <?lsmb 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. <?lsmb foreach invnumber ?>
  61. <tr>
  62. <td><?lsmb invnumber ?></td>
  63. <td><?lsmb ordnumber ?></td>
  64. <td><?lsmb invdate ?></td>
  65. <td><?lsmb duedate ?></td>
  66. <td align=right><?lsmb c0 ?></td>
  67. <td align=right><?lsmb c30 ?></td>
  68. <td align=right><?lsmb c60 ?></td>
  69. <td align=right><?lsmb c90 ?></td>
  70. </tr>
  71. <?lsmb 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><?lsmb c0total ?></td>
  81. <th align=right><?lsmb c30total ?></td>
  82. <th align=right><?lsmb c60total ?></td>
  83. <th align=right><?lsmb 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><?lsmb 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><?lsmb currency ?></b> funds.
  107. <br>Please make check payable to <b><?lsmb company ?></b>.
  108. </td>
  109. </tr>
  110. </table>
  111. </body>
  112. </html>