summaryrefslogtreecommitdiff
path: root/templates/Default-bin_list.html
blob: 3a14e7d98edbef9b7ee765fc7887e22d7c1dec66 (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>B I N &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 align=left width="50%"><font color=ffffff>From</th>
  16. <th align=left width="50%"><font color=ffffff>Ship To</th>
  17. </tr>
  18. <tr valign=top>
  19. <td><?lsmb name ?>
  20. <br><?lsmb address1 ?>
  21. <?lsmb if address2 ?>
  22. <br><?lsmb address2 ?>
  23. <?lsmb end address2 ?>
  24. <br><?lsmb city ?>
  25. <?lsmb if state ?>
  26. , <?lsmb state ?>
  27. <?lsmb end state ?>
  28. <?lsmb zipcode ?>
  29. <?lsmb if country ?>
  30. <?lsmb country ?>
  31. <?lsmb end country ?>
  32. <br>
  33. <?lsmb if contact ?>
  34. <br>Attn: <?lsmb contact ?>
  35. <?lsmb end contact ?>
  36. <?lsmb if vendorphone ?>
  37. <br>Tel: <?lsmb vendorphone ?>
  38. <?lsmb end vendorphone ?>
  39. <?lsmb if vendorfax ?>
  40. <br>Fax: <?lsmb vendorfax ?>
  41. <?lsmb end vendorfax ?>
  42. <?lsmb if email ?>
  43. <br><?lsmb email ?>
  44. <?lsmb end email ?>
  45. </td>
  46. <td><?lsmb shiptoname ?>
  47. <br><?lsmb shiptoaddress1 ?>
  48. <?lsmb if shiptoaddress2 ?>
  49. <br><?lsmb shiptoaddress2 ?>
  50. <?lsmb end shiptoaddress2 ?>
  51. <br><?lsmb shiptocity ?>
  52. <?lsmb if shiptostate ?>
  53. , <?lsmb shiptostate ?>
  54. <?lsmb end shiptostate ?>
  55. <?lsmb shiptozipcode ?>
  56. <?lsmb if shiptocountry ?>
  57. <?lsmb shiptocountry ?>
  58. <?lsmb end shiptocountry ?>
  59. <br>
  60. <?lsmb if shiptocontact ?>
  61. <br>Attn: <?lsmb shiptocontact ?>
  62. <?lsmb end shiptocontact ?>
  63. <?lsmb if shiptophone ?>
  64. <br>Tel: <?lsmb shiptophone ?>
  65. <?lsmb end shiptophone ?>
  66. <?lsmb if shiptofax ?>
  67. <br>Fax: <?lsmb shiptofax ?>
  68. <?lsmb end shiptofax ?>
  69. </td>
  70. </tr>
  71. </table>
  72. </td>
  73. </tr>
  74. <tr height=5></tr>
  75. <tr>
  76. <td>&nbsp;</td>
  77. <td>
  78. <table width=100% border=1>
  79. <tr>
  80. <th width=17% align=left nowrap>Order #</th>
  81. <th width=17% align=left nowrap>Date</th>
  82. <th width=17% align=left nowrap>Contact</th>
  83. <?lsmb if warehouse ?>
  84. <th width=17% align=left nowrap>Warehouse</th>
  85. <?lsmb end warehouse ?>
  86. <th width=17% align=left>Shipping Point</th>
  87. <th width=15% align=left>Ship via</th>
  88. </tr>
  89. <tr>
  90. <td><?lsmb ordnumber ?>&nbsp;</td>
  91. <?lsmb if shippingdate ?>
  92. <td><?lsmb shippingdate ?></td>
  93. <?lsmb end shippingdate ?>
  94. <?lsmb if not shippingdate ?>
  95. <td><?lsmb orddate ?></td>
  96. <?lsmb end shippingdate ?>
  97. <td><?lsmb employee ?>&nbsp;</td>
  98. <?lsmb if warehouse ?>
  99. <td><?lsmb warehouse ?></td>
  100. <?lsmb end warehouse ?>
  101. <td><?lsmb shippingpoint ?>&nbsp;</td>
  102. <td><?lsmb shipvia ?>&nbsp;</td>
  103. </tr>
  104. </table>
  105. </td>
  106. </tr>
  107. <tr>
  108. <td>&nbsp;</td>
  109. <td>
  110. <table width="100%">
  111. <tr bgcolor=000000>
  112. <th align=left><font color=ffffff>Item</th>
  113. <th align=left><font color=ffffff>Number</th>
  114. <th align=left><font color=ffffff>Description</th>
  115. <th><font color=ffffff>Serialnumber</th>
  116. <th>&nbsp;</th>
  117. <th><font color=ffffff>Qty</th>
  118. <th><font color=ffffff>Recd</th>
  119. <th>&nbsp;</th>
  120. <th><font color=ffffff>Bin</th>
  121. </tr>
  122. <?lsmb foreach number ?>
  123. <tr valign=top>
  124. <td><?lsmb runningnumber ?></td>
  125. <td><?lsmb number ?></td>
  126. <td><?lsmb description ?></td>
  127. <td><?lsmb serialnumber ?></td>
  128. <td><?lsmb deliverydate ?></td>
  129. <td align=right><?lsmb qty ?></td>
  130. <td align=right><?lsmb ship ?></td>
  131. <td><?lsmb unit ?></td>
  132. <td><?lsmb bin ?></td>
  133. </tr>
  134. <?lsmb end number ?>
  135. </table>
  136. </td>
  137. </tr>
  138. <tr>
  139. <td>&nbsp;</td>
  140. <td><hr noshade></td>
  141. </tr>
  142. </table>
  143. </body>
  144. </html>