summaryrefslogtreecommitdiff
path: root/templates/spiff-en/packing_list.html
blob: 5274e865b348d38aeb0053244bae6219bb544ff9 (plain)
  1. <body bgcolor=ffffff>
  2. <table width="100%">
  3. <?lsmb 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><?lsmb shiptoname ?>
  20. <br><?lsmb shiptoaddress1 ?>
  21. <?lsmb if shiptoaddress2 ?>
  22. <br><?lsmb shiptoaddress2 ?>
  23. <?lsmb end shiptoaddress2 ?>
  24. <br><?lsmb shiptocity ?>
  25. <?lsmb if shiptostate ?>
  26. , <?lsmb shiptostate ?>
  27. <?lsmb end shiptostate ?>
  28. <?lsmb shiptozipcode ?>
  29. <?lsmb if shiptocountry ?>
  30. <br><?lsmb shiptocountry ?>
  31. <?lsmb end shiptocountry ?>
  32. </td>
  33. <td>
  34. <?lsmb if shiptocontact ?>
  35. <br>Attn: <?lsmb shiptocontact ?>
  36. <?lsmb end shiptocontact ?>
  37. <?lsmb if shiptophone ?>
  38. <br>Tel: <?lsmb shiptophone ?>
  39. <?lsmb end shiptophone ?>
  40. <?lsmb if shiptofax ?>
  41. <br>Fax: <?lsmb shiptofax ?>
  42. <?lsmb end shiptofax ?>
  43. <?lsmb 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. <?lsmb if warehouse ?>
  60. <th width="17%" align=left>Warehouse</th>
  61. <?lsmb 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><?lsmb invnumber ?>&nbsp;</td>
  67. <td><?lsmb ordnumber ?>&nbsp;</td>
  68. <?lsmb if shippingdate ?>
  69. <td><?lsmb shippingdate ?></td>
  70. <?lsmb end shippingdate ?>
  71. <?lsmb if not shippingdate ?>
  72. <td><?lsmb transdate ?></td>
  73. <?lsmb end shippingdate ?>
  74. <td><?lsmb employee ?>&nbsp;</td>
  75. <?lsmb if warehouse ?>
  76. <td><?lsmb warehouse ?>&nbsp;</td>
  77. <?lsmb end warehouse ?>
  78. <td><?lsmb shippingpoint ?>&nbsp;</td>
  79. <td><?lsmb 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. <?lsmb foreach number ?>
  99. <tr valign=top>
  100. <td><?lsmb runningnumber ?></td>
  101. <td><?lsmb number ?></td>
  102. <td><?lsmb description ?></td>
  103. <td><?lsmb serialnumber ?></td>
  104. <td><?lsmb deliverydate ?></td>
  105. <td align=right><?lsmb qty ?></td>
  106. <td align=right><?lsmb ship ?></td>
  107. <td><?lsmb unit ?></td>
  108. </tr>
  109. <?lsmb end number ?>
  110. </table>
  111. </td>
  112. </tr>
  113. <tr>
  114. <td>&nbsp;</td>
  115. <td><hr noshade></td>
  116. </tr>
  117. <?lsmb if notes ?>
  118. <tr>
  119. <td>&nbsp;</td>
  120. <td>
  121. <table width="100%">
  122. <tr valign=top>
  123. <td>Notes</td>
  124. <td><?lsmb notes ?></td>
  125. </tr>
  126. </table>
  127. </td>
  128. </tr>
  129. <?lsmb 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 <?lsmb company ?> before goods are returned. Returns must be shipped
  139. prepaid and properly insured. <?lsmb 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>