summaryrefslogtreecommitdiff
path: root/templates/Default-packing_list.html
blob: 572864379da13a270c0de6ffeba7609f1f1d2154 (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>P A C K I N G &nbsp;&nbsp; L I S T</h4>
  8. </th>
  9. </tr>
  10. <tr>
  11. <td>&nbsp;</td>
  12. <td>
  13. <table width=100% cellspacing=0 cellpadding=0>
  14. <tr bgcolor=000000>
  15. <th width=50% align=left><font color=ffffff>Ship To:</th>
  16. <th width=50%>&nbsp;</th>
  17. </tr>
  18. <tr valign=top>
  19. <td><%shiptoname%>
  20. <br><%shiptoaddress1%>
  21. <%if shiptoaddress2%>
  22. <br><%shiptoaddress2%>
  23. <%end shiptoaddress2%>
  24. <br><%shiptocity%>
  25. <%if shiptostate%>
  26. , <%shiptostate%>
  27. <%end shiptostate%>
  28. <%shiptozipcode%>
  29. <%if shiptocountry%>
  30. <br><%shiptocountry%>
  31. <%end shiptocountry%>
  32. </td>
  33. <td>
  34. <%if shiptocontact%>
  35. <br>Attn: <%shiptocontact%>
  36. <%end shiptocontact%>
  37. <%if shiptophone%>
  38. <br>Tel: <%shiptophone%>
  39. <%end shiptophone%>
  40. <%if shiptofax%>
  41. <br>Fax: <%shiptofax%>
  42. <%end shiptofax%>
  43. <%shiptoemail%>
  44. </td>
  45. </tr>
  46. </table>
  47. </td>
  48. </tr>
  49. <tr height=5></tr>
  50. <tr>
  51. <td>&nbsp;</td>
  52. <td>
  53. <table width=100% border=1>
  54. <tr>
  55. <th width=17% align=left>Invoice #</th>
  56. <th width=17% align=left>Order #</th>
  57. <th width=17% align=left>Date</th>
  58. <th width=17% align=left nowrap>Contact</th>
  59. <%if warehouse%>
  60. <th width=17% align=left>Warehouse</th>
  61. <%end warehouse%>
  62. <th width=17% align=left>Shipping Point</th>
  63. <th width=15% align=left>Ship via</th>
  64. </tr>
  65. <tr>
  66. <td><%invnumber%>&nbsp;</td>
  67. <td><%ordnumber%>&nbsp;</td>
  68. <%if shippingdate%>
  69. <td><%shippingdate%></td>
  70. <%end shippingdate%>
  71. <%if not shippingdate%>
  72. <td><%transdate%></td>
  73. <%end shippingdate%>
  74. <td><%employee%>&nbsp;</td>
  75. <%if warehouse%>
  76. <td><%warehouse%>&nbsp;</td>
  77. <%end warehouse%>
  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. <td>
  87. <table width=100%>
  88. <tr bgcolor=000000>
  89. <th align=left><font color=ffffff>Item</th>
  90. <th align=left><font color=ffffff>Number</th>
  91. <th align=left><font color=ffffff>Description</th>
  92. <th align=left><font color=ffffff>Serial #</th>
  93. <th>&nbsp;</th>
  94. <th><font color=ffffff>Qty</th>
  95. <th><font color=ffffff>Ship</th>
  96. <th>&nbsp;</th>
  97. </tr>
  98. <%foreach number%>
  99. <tr valign=top>
  100. <td><%runningnumber%></td>
  101. <td><%number%></td>
  102. <td><%description%></td>
  103. <td><%serialnumber%></td>
  104. <td><%deliverydate%></td>
  105. <td align=right><%qty%></td>
  106. <td align=right><%ship%></td>
  107. <td><%unit%></td>
  108. </tr>
  109. <%end number%>
  110. </table>
  111. </td>
  112. </tr>
  113. <tr>
  114. <td>&nbsp;</td>
  115. <td><hr noshade></td>
  116. </tr>
  117. <%if notes%>
  118. <tr>
  119. <td>&nbsp;</td>
  120. <td>
  121. <table width=100%>
  122. <tr valign=top>
  123. <td>Notes</td>
  124. <td><%notes%></td>
  125. </tr>
  126. </table>
  127. </td>
  128. </tr>
  129. <%end notes%>
  130. <tr>
  131. <td>&nbsp;</td>
  132. <td>
  133. <table width=100%>
  134. <tr valign=top>
  135. <td width=70%><font size=-3>
  136. Items returned are subject to
  137. a 10% restocking charge. A return authorization must be obtained
  138. from <%company%> before goods are returned. Returns must be shipped
  139. prepaid and properly insured. <%company%> will not be responsible
  140. for damages during transit.
  141. </font>
  142. </td>
  143. <td width=30%>
  144. X <hr noshade>
  145. </td>
  146. </tr>
  147. </table>
  148. </td>
  149. </tr>
  150. </table>
  151. </body>
  152. </html>