summaryrefslogtreecommitdiff
path: root/templates/Italian-purchase_order.html
blob: 27a982a8ee1f1965c97e0ddc9b6e7fb199fa897d (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. Telefono: <%tel%>
  17. <br>Fax: <%fax%>
  18. </h4>
  19. </td>
  20. </tr>
  21. <tr>
  22. <th colspan=3>
  23. <h4>ORDINE DI ACQUISTO</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>Data ordine</th><td width=10>&nbsp;</td><td><%orddate%></td>
  33. </tr>
  34. <tr>
  35. <th align=right>Consegna</th><td width=10>&nbsp;</td><td><%reqdate%></td>
  36. </tr>
  37. <tr>
  38. <th align=right>Ordine numero</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 width=50%><font color=ffffff>Ordinare a:</th>
  51. <th align=left width=50%><font color=ffffff>Recapito:</th>
  52. </tr>
  53. <tr valign=top>
  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. <br>
  64. <%if contact%>
  65. <br>All'attenzione di: <%contact%>
  66. <%end contact%>
  67. <%if vendorphone%>
  68. <br>Telefono: <%vendorphone%>
  69. <%end vendorphone%>
  70. <%if vendorfax%>
  71. <br>Fax: <%vendorfax%>
  72. <%end vendorfax%>
  73. </td>
  74. <td><%shiptoname%>
  75. <br><%shiptoaddress1%>
  76. <%if shiptoaddress2%>
  77. <br><%shiptoaddress2%>
  78. <%end shiptoaddress2%>
  79. <br><%shiptocity%> <%shiptostate%> <%shiptozipcode%>
  80. <%if shiptocountry%>
  81. <%shiptocountry%>
  82. <%end shiptocountry%>
  83. <br>
  84. <%if shiptocontact%>
  85. <br>All'attenzione di: <%shiptocontact%>
  86. <%end shiptocontact%>
  87. <%if shiptophone%>
  88. <br>Telefono: <%shiptophone%>
  89. <%end shiptophone%>
  90. <%if shiptofax%>
  91. <br>Fax: <%shiptofax%>
  92. <%end shiptofax%>
  93. </tr>
  94. </table>
  95. </td>
  96. </tr>
  97. <tr>
  98. <td>&nbsp;</td>
  99. </tr>
  100. <tr>
  101. <td>
  102. <table width=100%>
  103. <tr bgcolor=000000>
  104. <!-- <th align=right><font color=ffffff>No.</th> -->
  105. <th align=left><font color=ffffff>Codice</th>
  106. <th align=left><font color=ffffff>Descrizione</th>
  107. <th><font color=ffffff>Quantit&agrave;</th>
  108. <th>&nbsp;</th>
  109. <th><font color=ffffff>Prezzo</th>
  110. <th><font color=ffffff>Totale riga</th>
  111. </tr>
  112. <%foreach number%>
  113. <tr valign=top>
  114. <!-- <td align=right><%runningnumber%>.</td>
  115. adjust the colspan if you include this to shift subtotal one to the right
  116. -->
  117. <td><%number%></td>
  118. <td><%description%></td>
  119. <td align=right><%qty%></td>
  120. <td><%unit%></td>
  121. <td align=right><%sellprice%></td>
  122. <td align=right><%linetotal%></td>
  123. </tr>
  124. <%end number%>
  125. <tr>
  126. <td colspan=6><hr noshade></td>
  127. </tr>
  128. <tr>
  129. <th colspan=4 align=right>Totale righe</th>
  130. <td colspan=2 align=right><%subtotal%></td>
  131. </tr>
  132. <%foreach tax%>
  133. <tr>
  134. <th colspan=4 align=right><%taxdescription%>: <%taxrate%>% su <%taxbase%></th>
  135. <td colspan=2 align=right><%tax%></td>
  136. </tr>
  137. <%end tax%>
  138. <tr>
  139. <td colspan=2>&nbsp;</td>
  140. <td colspan=4><hr noshade></td>
  141. </tr>
  142. <tr>
  143. <td colspan=2><!--Termine di pagamento: <b><%terms%></b> giorni--></td>
  144. <th colspan=2 align=right>Totale ordine</th>
  145. <th colspan=2 align=right><%ordtotal%></th>
  146. </tr>
  147. <tr>
  148. <td>&nbsp;</td>
  149. </tr>
  150. </table>
  151. </td>
  152. </tr>
  153. <tr>
  154. <td>
  155. <table width=100%>
  156. <tr valign=top>
  157. <%if notes%>
  158. <td>Note</td>
  159. <td><pre><%notes%></pre></td>
  160. <%end notes%>
  161. <td align=right>
  162. Tutti i prezzi sono espressi in valuta <b><%currency%></b>
  163. <br><%shippingpoint%>
  164. </td>
  165. </tr>
  166. </table>
  167. </td>
  168. </tr>
  169. <tr><td>&nbsp;</td></tr>
  170. <tr>
  171. <td>
  172. <table width=100%>
  173. <tr valign=top>
  174. <td><!--<font size=-3>
  175. Payment due NET <%terms%> Days from date of Invoice.
  176. Interest on overdue amounts will acrue at the rate of 1.5% per month
  177. from due date until paid in full. Items returned are subject to
  178. a 10% restocking charge. A return authorization must be obtained
  179. from <%company%> before goods are returned. Returns must be shipped
  180. prepaid and properly insured. <%company%> will not be responsible
  181. for damages during transit.-->
  182. </font>
  183. </td>
  184. <td width=150>
  185. X <hr noshade>
  186. </td>
  187. </tr>
  188. </table>
  189. </td>
  190. </tr>
  191. </table>
  192. </td>
  193. </tr>
  194. </table>
  195. </body>
  196. </html>