summaryrefslogtreecommitdiff
path: root/templates/Estonian-sales_quotation.html
blob: 68e3a34eba60524db1aabc1e46354cdbceb00d87 (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>
  7. <h4>H I N N A P A K K U M U S</h4>
  8. </th>
  9. </tr>
  10. <tr>
  11. <td>&nbsp;</td>
  12. <td>
  13. <table width=100%>
  14. <tr valign=top>
  15. <td><%name%>
  16. <br><%address1%>
  17. <%if address2%>
  18. <br><%address2%>
  19. <%end address2%>
  20. <br><%city%>
  21. <%if state%>
  22. , <%state%>
  23. <%end state%>
  24. <%zipcode%>
  25. <%if country%>
  26. <br><%country%>
  27. <%end country%>
  28. <br>
  29. <%if contact%>
  30. <br>Kontaktisik: <%contact%>
  31. <%end contact%>
  32. <%if customerphone%>
  33. <br>Tel: <%customerphone%>
  34. <%end customerphone%>
  35. <%if customerfax%>
  36. <br>Faks: <%customerfax%>
  37. <%end customerfax%>
  38. <%if email%>
  39. <br><%email%>
  40. <%end email%>
  41. </td>
  42. </tr>
  43. </table>
  44. </td>
  45. </tr>
  46. <tr>
  47. <td>&nbsp;</td>
  48. <td>
  49. <table width=100% border=1>
  50. <tr>
  51. <th width=17% align=left nowrap>Number</th>
  52. <th width=17% align=left>KuupÀev</th>
  53. <th width=17% align=left>Kehtiv Kuni</th>
  54. <th width=17% align=left nowrap>Kontakt</th>
  55. <th width=17% align=left nowrap>Tarneaadress</th>
  56. <th width=15% align=left nowrap>Tarneviis</th>
  57. </tr>
  58. <tr>
  59. <td><%quonumber%></td>
  60. <td><%quodate%></td>
  61. <td><%reqdate%></td>
  62. <td><%employee%></td>
  63. <td><%shippingpoint%>&nbsp;</td>
  64. <td><%shipvia%>&nbsp;</td>
  65. </tr>
  66. </table>
  67. </td>
  68. </tr>
  69. <tr>
  70. <td>&nbsp;</td>
  71. <td>
  72. <table width=100%>
  73. <tr bgcolor=000000>
  74. <th align=right><font color=ffffff>AR.</th>
  75. <th align=left><font color=ffffff>Number</th>
  76. <th align=left><font color=ffffff>Kirjeldus</th>
  77. <th><font color=ffffff>Kogus</th>
  78. <th>&nbsp;</th>
  79. <th><font color=ffffff>Hind</th>
  80. <th><font color=ffffff>Ale %</th>
  81. <th><font color=ffffff>Summa</th>
  82. </tr>
  83. <%foreach number%>
  84. <tr valign=top>
  85. <td align=right><%runningnumber%></td>
  86. <td><%number%></td>
  87. <td><%description%></td>
  88. <td align=right><%qty%></td>
  89. <td><%unit%></td>
  90. <td align=right><%sellprice%></td>
  91. <td align=right><%discountrate%></td>
  92. <td align=right><%linetotal%></td>
  93. </tr>
  94. <%end number%>
  95. <tr>
  96. <td colspan=8><hr noshade></td>
  97. </tr>
  98. <tr>
  99. <%if taxincluded%>
  100. <th colspan=6 align=right>Kokku</th>
  101. <td colspan=2 align=right><%invtotal%></td>
  102. <%end taxincluded%>
  103. <%if not taxincluded%>
  104. <th colspan=6 align=right>Vahekokkuvõte</th>
  105. <td colspan=2 align=right><%subtotal%></td>
  106. <%end taxincluded%>
  107. </tr>
  108. <%foreach tax%>
  109. <tr>
  110. <th colspan=6 align=right><%taxdescription%> on <%taxbase%> @ <%taxrate%> %</th>
  111. <td colspan=2 align=right><%tax%></td>
  112. </tr>
  113. <%end tax%>
  114. <tr>
  115. <td colspan=4>&nbsp;</td>
  116. <td colspan=4><hr noshade></td>
  117. </tr>
  118. <tr>
  119. <td colspan=4>&nbsp;
  120. <%if terms%>
  121. Maksetingimused <b><%terms%></b> pÀeva
  122. <%end terms%>
  123. </td>
  124. <th colspan=2 align=right>Kokku</th>
  125. <th colspan=2 align=right><%quototal%></th>
  126. </tr>
  127. <tr>
  128. <td>&nbsp;</td>
  129. </tr>
  130. </table>
  131. </td>
  132. </tr>
  133. <tr>
  134. <td>&nbsp;</td>
  135. <td>
  136. <table width=100%>
  137. <tr valign=top>
  138. <%if notes%>
  139. <td>Notes</td>
  140. <td><%notes%></td>
  141. <%end notes%>
  142. <td align=right>
  143. Kõik hinnad toodud <b><%currency%></b> vÀÀringus.
  144. </td>
  145. </tr>
  146. </table>
  147. </td>
  148. </tr>
  149. <tr>
  150. <td>&nbsp;</td>
  151. <td>
  152. <table width=100%>
  153. <tr valign=top>
  154. <td width=60%><font size=-3>
  155. Special order items are subject to a 10% cancellation fee.
  156. </font>
  157. </td>
  158. <td width=40%>
  159. X <hr noshade>
  160. </td>
  161. </tr>
  162. </table>
  163. </td>
  164. </tr>
  165. </table>
  166. </body>
  167. </html>