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