summaryrefslogtreecommitdiff
path: root/templates/German-sales_order.html
blob: ce37fc492638482cbc71848912a6b4c845f8a46f (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>
  8. <td>
  9. <h4>
  10. <%company%>
  11. <br><%address%>
  12. </h4>
  13. </td>
  14. <td align=right>
  15. <h4>
  16. Telefon <%tel%>
  17. <br>Telefax <%fax%>
  18. </h4>
  19. </td>
  20. </tr>
  21. <tr>
  22. <th colspan=3>
  23. <h4>B E S T E L L U N G</h4>
  24. </th>
  25. </tr>
  26. </table>
  27. <table width=100% callspacing=0 cellpadding=0>
  28. <tr>
  29. <td align=right>
  30. <table>
  31. <tr>
  32. <th align=right>Bestelldatum</th><td width=10>&nbsp;</td><td><%orddate%></td>
  33. </tr>
  34. <tr>
  35. <th align=right>Lieferbar bei</th><td width=10>&nbsp;</td><td><%reqdate%></td>
  36. </tr>
  37. <tr>
  38. <th align=right>Bestellnummer</th><td>&nbsp;</td><td><%ordnumber%></td></tr>
  39. </tr>
  40. <tr>
  41. <td>&nbsp;</td>
  42. </tr>
  43. </td>
  44. </table>
  45. </tr>
  46. <tr>
  47. <td>
  48. <table width=100%>
  49. <tr bgcolor=000000>
  50. <th align=left><font color=ffffff>Verrechnet An:</th>
  51. <th align=left><font color=ffffff>Lieferaddresse:</th>
  52. </tr>
  53. <tr>
  54. <td><%name%>
  55. <br><%address1%>
  56. <%if address2%>
  57. <br><%address2%>
  58. <%end address2%>
  59. <br><%city%> <%state%> <%zipcode%>
  60. <%if country%>
  61. <%country%>
  62. <%end country%>
  63. </td>
  64. <td><%shiptoname%>
  65. <br><%shiptoaddress1%>
  66. <%if shiptoaddress2%>
  67. <br><%shiptoaddress2%>
  68. <%end shiptoaddress2%>
  69. <br><%shiptocity%> <%shiptostate%> <%shiptozipcode%>
  70. <%if shiptocountry%>
  71. <%shiptocountry%>
  72. <%end shiptocountry%>
  73. </td>
  74. </tr>
  75. </table>
  76. </td>
  77. </tr>
  78. <tr>
  79. <td>&nbsp;</td>
  80. </tr>
  81. <tr>
  82. <td>
  83. <table width=100%>
  84. <tr bgcolor=000000>
  85. <!-- <th align=right><font color=ffffff>No.</th> -->
  86. <th align=left><font color=ffffff>Nummer</th>
  87. <th align=left><font color=ffffff>Artikel</th>
  88. <th><font color=ffffff>Anz</th>
  89. <th>&nbsp;</th>
  90. <th><font color=ffffff>Preis</th>
  91. <th><font color=ffffff>Rab</th>
  92. <th><font color=ffffff>Total</th>
  93. </tr>
  94. <%foreach number%>
  95. <tr valign=top>
  96. <!-- <td align=right><%runningnumber%>.</td>
  97. adjust the colspan if you include this to shift subtotal one to the right
  98. -->
  99. <td><%number%></td>
  100. <td><%description%></td>
  101. <td align=right><%qty%></td>
  102. <td><%unit%></td>
  103. <td align=right><%sellprice%></td>
  104. <td align=right><%discount%></td>
  105. <td align=right><%linetotal%></td>
  106. </tr>
  107. <%end number%>
  108. <tr>
  109. <td colspan=7><hr noshade></td>
  110. </tr>
  111. <%if taxincluded%>
  112. <tr>
  113. <th colspan=5 align=right>Total</th>
  114. <td colspan=2 align=right><%ordtotal%></td>
  115. </tr>
  116. <%end taxincluded%>
  117. <%if not taxincluded%>
  118. <tr>
  119. <th colspan=5 align=right>Zwischensumme</th>
  120. <td colspan=2 align=right><%subtotal%></td>
  121. </tr>
  122. <%end taxincluded%>
  123. <%foreach tax%>
  124. <tr>
  125. <th colspan=5 align=right><%taxdescription%> auf <%taxbase%> @ <%taxrate%> %</th>
  126. <td colspan=2 align=right><%tax%></td>
  127. </tr>
  128. <%end tax%>
  129. <tr>
  130. <td colspan=2>&nbsp;</td>
  131. <td colspan=5><hr noshade></td>
  132. </tr>
  133. <tr>
  134. <td colspan=3>Netto <b><%terms%></b> Tage</td>
  135. <th colspan=2 align=right>Total</th>
  136. <th colspan=2 align=right><%ordtotal%></th>
  137. </tr>
  138. <%if taxincluded%>
  139. <tr>
  140. <td colspan=3>Steuern sind im Preis inbegriffen</td>
  141. </tr>
  142. <%end taxincluded%>
  143. <tr>
  144. <td>&nbsp;</td>
  145. </tr>
  146. </table>
  147. </td>
  148. </tr>
  149. <tr>
  150. <td>
  151. <table width=100%>
  152. <tr valign=top>
  153. <%if notes%>
  154. <td>Bemerkungen</td>
  155. <td><%notes%></td>
  156. <%end notes%>
  157. <td align=right>
  158. Alle Preise in <b><%currency%></b>
  159. <br><%shippingpoint%>
  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><font size=-3>
  171. Spezialprodukte werden nicht zurückgenommen. Für alle anderen Waren
  172. wird eine 10% Stornogebühr verrechnet.
  173. </font>
  174. </td>
  175. <td width=150>
  176. X <hr noshade>
  177. </td>
  178. </tr>
  179. </table>
  180. </td>
  181. </tr>
  182. </table>
  183. </td>
  184. </tr>
  185. </table>
  186. </body>
  187. </html>