summaryrefslogtreecommitdiff
path: root/templates/Estonian_UTF8-statement.html
blob: 8ee77c9a917ca60e31d2cf5555123af4dab5eb21 (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>A R U A N N E</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>Faks: <%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>Arve NR. #</th>
  52. <th align=left>Tellimus NR.#</th>
  53. <th width=10%>Kuupäev</th>
  54. <th width=10%>Võlg</th>
  55. <th width=10%>Hetkeseis</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>Kokku Laekumata</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>Kõik summad toodud <b><%currency%></b> vääringus.
  107. <br>Palume tasuda <b><%company%></b>.
  108. </td>
  109. </tr>
  110. </table>
  111. </body>
  112. </html>