summaryrefslogtreecommitdiff
path: root/templates/Swedish-sales_quotation.html
blob: 01435f387e3637d6ffcd86acbed3f9da706cbf2a (plain)
  1. <body bgcolor=ffffff>
  2. <table width=100%>
  3. <tr valign=bottom>
  4. <td width=10>&nbsp;</td>
  5. <td>
  6. <table width=100%>
  7. <tr valign=top>
  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><td colspan=3>&nbsp;</td></tr>
  23. <tr>
  24. <th colspan=3>
  25. <h4>R E S E R V A T I O N</h4>
  26. </th>
  27. </tr>
  28. </table>
  29. <table width=100% callspacing=0 cellpadding=0>
  30. <tr>
  31. <td>
  32. <table width=100%>
  33. <tr valign=top>
  34. <td><%name%>
  35. <br><%address1%>
  36. <%if address2%>
  37. <br><%address2%>
  38. <%end address2%>
  39. <br><%city%> <%state%> <%zipcode%>
  40. <%if country%>
  41. <br><%country%>
  42. <%end country%>
  43. <br>
  44. <%if contact%>
  45. <br>Attn: <%contact%>
  46. <%end contact%>
  47. <%if customerphone%>
  48. <br>Tel: <%customerphone%>
  49. <%end customerphone%>
  50. <%if customerfax%>
  51. <br>Fax: <%customerfax%>
  52. <%end customerfax%>
  53. <%if email%>
  54. <br><%email%>
  55. <%end email%>
  56. </td>
  57. </tr>
  58. </table>
  59. </td>
  60. </tr>
  61. <tr><td>&nbsp;</td></tr>
  62. <tr>
  63. <td colspan=2>
  64. <table width=100% border=1>
  65. <tr>
  66. <th width=17% align=left nowrap>Nummer</th>
  67. <th width=17% align=left>Datum</th>
  68. <th width=17% align=left>Gäller till</th>
  69. <th width=17% align=left nowrap>Kontakt</th>
  70. <th width=17% align=left nowrap>Destination</th>
  71. <th width=15% align=left nowrap>Fraktas via</th>
  72. </tr>
  73. <tr>
  74. <td><%quonumber%></td>
  75. <td><%quodate%></td>
  76. <td><%reqdate%></td>
  77. <td><%employee%></td>
  78. <td><%shippingpoint%>&nbsp;</td>
  79. <td><%shipvia%>&nbsp;</td>
  80. </tr>
  81. </table>
  82. </td>
  83. </tr>
  84. <tr>
  85. <td>&nbsp;</td>
  86. </tr>
  87. <tr>
  88. <td>
  89. <table width=100%>
  90. <tr bgcolor=000000>
  91. <th align=right><font color=ffffff>No.</th>
  92. <th align=left><font color=ffffff>Nummer</th>
  93. <th align=left><font color=ffffff>Beskrivning</th>
  94. <th><font color=ffffff>Antal</th>
  95. <th>&nbsp;</th>
  96. <th><font color=ffffff>Pris</th>
  97. <th><font color=ffffff>Rabatt %</th>
  98. <th><font color=ffffff>Belopp</th>
  99. </tr>
  100. <%foreach number%>
  101. <tr valign=top>
  102. <td align=right><%runningnumber%></td>
  103. <td><%number%></td>
  104. <td><%description%></td>
  105. <td align=right><%qty%></td>
  106. <td><%unit%></td>
  107. <td align=right><%sellprice%></td>
  108. <td align=right><%discountrate%></td>
  109. <td align=right><%linetotal%></td>
  110. </tr>
  111. <%end number%>
  112. <tr>
  113. <td colspan=8><hr noshade></td>
  114. </tr>
  115. <tr>
  116. <%if taxincluded%>
  117. <th colspan=6 align=right>Totalt</th>
  118. <td colspan=2 align=right><%invtotal%></td>
  119. <%end taxincluded%>
  120. <%if not taxincluded%>
  121. <th colspan=6 align=right>Pris ex moms</th>
  122. <td colspan=2 align=right><%subtotal%></td>
  123. <%end taxincluded%>
  124. </tr>
  125. <%foreach tax%>
  126. <tr>
  127. <th colspan=6 align=right><%taxdescription%> on <%taxbase%> @ <%taxrate%> %</th>
  128. <td colspan=2 align=right><%tax%></td>
  129. </tr>
  130. <%end tax%>
  131. <tr>
  132. <td colspan=4>&nbsp;</td>
  133. <td colspan=4><hr noshade></td>
  134. </tr>
  135. <tr>
  136. <td colspan=4>&nbsp;
  137. <%if terms%>
  138. Terms Net <b><%terms%></b> days
  139. <%end terms%>
  140. </td>
  141. <th colspan=2 align=right>Totalt</th>
  142. <th colspan=2 align=right><%quototal%></th>
  143. </tr>
  144. <tr>
  145. <td>&nbsp;</td>
  146. </tr>
  147. </table>
  148. </td>
  149. </tr>
  150. <tr>
  151. <td>
  152. <table width=100%>
  153. <tr valign=top>
  154. <%if notes%>
  155. <td>Notes</td>
  156. <td><%notes%></td>
  157. <%end notes%>
  158. <td align=right>
  159. Alla pricer är i <b><%currency%></b>
  160. </td>
  161. </tr>
  162. </table>
  163. </td>
  164. </tr>
  165. <tr><td>&nbsp;</td></tr>
  166. <tr>
  167. <td>
  168. <table width=100%>
  169. <tr valign=top>
  170. <td width=60%><font size=-3>
  171. Special orders produkter har en 10% avbeställnings kostnad
  172. </font>
  173. </td>
  174. <td width=40%>
  175. X <hr noshade>
  176. </td>
  177. </tr>
  178. </table>
  179. </td>
  180. </tr>
  181. </table>
  182. </td>
  183. </tr>
  184. </table>
  185. </body>
  186. </html>