summaryrefslogtreecommitdiff
path: root/templates/Service-purchase_order.html
blob: de5fd805200e640b484ec7b8aefae3ee5ba935d8 (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. Telephone: <%tel%>
  17. <br>Facsimile: <%fax%>
  18. </h4>
  19. </td>
  20. </tr>
  21. <tr>
  22. <th colspan=3>
  23. <h4>P U R C H A S E &nbsp;&nbsp; O R D E R</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>Order Date</th><td width=10>&nbsp;</td><td><%orddate%></td>
  33. </tr>
  34. <tr>
  35. <th align=right>Required by</th><td width=10>&nbsp;</td><td><%reqdate%></td>
  36. </tr>
  37. <tr>
  38. <th align=right>Number</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>To:</th>
  51. </tr>
  52. <tr>
  53. <td><%name%>
  54. <br><%address1%>
  55. <%if address2%>
  56. <br><%address2%>
  57. <%end address2%>
  58. <br><%city%> <%state%> <%zipcode%>
  59. <%if country%>
  60. <%country%>
  61. <%end country%>
  62. </td>
  63. </tr>
  64. </table>
  65. </td>
  66. </tr>
  67. <tr>
  68. <td>&nbsp;</td>
  69. </tr>
  70. <tr>
  71. <td>
  72. <table width=100%>
  73. <tr bgcolor=000000>
  74. <!-- <th align=right><font color=ffffff>No.</th> -->
  75. <th align=left><font color=ffffff>Number</th>
  76. <th align=left><font color=ffffff>Description</th>
  77. <th><font color=ffffff>Qt'y</th>
  78. <th>&nbsp;</th>
  79. <th><font color=ffffff>Price</th>
  80. <th><font color=ffffff>Amount</th>
  81. </tr>
  82. <%foreach number%>
  83. <tr valign=top>
  84. <!-- <td align=right><%runningnumber%>.</td>
  85. adjust the colspan if you include this to shift subtotal one to the right
  86. -->
  87. <td><%number%></td>
  88. <td><%description%></td>
  89. <td align=right><%qty%></td>
  90. <td><%unit%></td>
  91. <td align=right><%sellprice%></td>
  92. <td align=right><%linetotal%></td>
  93. </tr>
  94. <%end number%>
  95. <tr>
  96. <td colspan=6><hr noshade></td>
  97. </tr>
  98. <tr>
  99. <th colspan=4 align=right>Subtotal</th>
  100. <td colspan=2 align=right><%subtotal%></td>
  101. </tr>
  102. <%foreach tax%>
  103. <tr>
  104. <th colspan=4 align=right><%taxdescription%> @ <%taxrate%> %</th>
  105. <td colspan=2 align=right><%tax%></td>
  106. </tr>
  107. <%end tax%>
  108. <tr>
  109. <td colspan=2>&nbsp;</td>
  110. <td colspan=4><hr noshade></td>
  111. </tr>
  112. <tr>
  113. <td colspan=2>Terms Net <b><%terms%></b> days</td>
  114. <th colspan=2 align=right>Total</th>
  115. <th colspan=2 align=right><%ordtotal%></th>
  116. </tr>
  117. <tr>
  118. <td>&nbsp;</td>
  119. </tr>
  120. </table>
  121. </td>
  122. </tr>
  123. <tr>
  124. <td>
  125. <table width=100%>
  126. <tr valign=top>
  127. <%if notes%>
  128. <td>Notes</td>
  129. <td><pre><%notes%></pre></td>
  130. <%end notes%>
  131. <td align=right>
  132. All prices in <b><%currency%></b> Funds
  133. <br><%shippingpoint%>
  134. </td>
  135. </tr>
  136. </table>
  137. </td>
  138. </tr>
  139. <tr><td>&nbsp;</td></tr>
  140. <tr>
  141. <td>
  142. <table width=100%>
  143. <tr valign=top>
  144. <td><font size=-3>
  145. Payment due NET <%terms%> Days from date of Invoice.
  146. Interest on overdue amounts will acrue at the rate of 1.5% per month
  147. from due date until paid in full. Items returned are subject to
  148. a 10% restocking charge. A return authorization must be obtained
  149. from <%company%> before goods are returned. Returns must be shipped
  150. prepaid and properly insured. <%company%> will not be responsible
  151. for damages during transit.
  152. </font>
  153. </td>
  154. <td width=150>
  155. X <hr noshade>
  156. </td>
  157. </tr>
  158. </table>
  159. </td>
  160. </tr>
  161. </table>
  162. </td>
  163. </tr>
  164. </table>
  165. </body>
  166. </html>