summaryrefslogtreecommitdiff
path: root/templates/macronald/pick_list.html
blob: c71dd76dca5d53b21bfe033be9aff8a9ed8e99c2 (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 I C K &nbsp;&nbsp; L I S T</h4>
  8. </th>
  9. </tr>
  10. <tr>
  11. <td>&nbsp;</td>
  12. <td>
  13. <table width=100% callspacing=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=15% align=left>Invoice #</th>
  56. <th width=15% align=left>Order #</th>
  57. <th width=10% align=left>Date</th>
  58. <th width=15% align=left nowrap>Contact</th>
  59. <th width=15% align=left>Warehouse</th>
  60. <th width=10% align=left>Shipping Point</th>
  61. <th width=10% align=left>Ship via</th>
  62. </tr>
  63. <tr>
  64. <td><?lsmb invnumber ?>&nbsp;</td>
  65. <td><?lsmb ordnumber ?>&nbsp;</td>
  66. <?lsmb if shippingdate ?>
  67. <td><?lsmb shippingdate ?></td>
  68. <?lsmb end shippingdate ?>
  69. <?lsmb if not shippingdate ?>
  70. <td><?lsmb transdate ?></td>
  71. <?lsmb end shippingdate ?>
  72. <td><?lsmb employee ?>&nbsp;</td>
  73. <td><?lsmb warehouse ?>&nbsp;</td>
  74. <td><?lsmb shippingpoint ?>&nbsp;</td>
  75. <td><?lsmb shipvia ?>&nbsp;</td>
  76. </tr>
  77. </table>
  78. </td>
  79. </tr>
  80. <tr>
  81. <td>&nbsp;</td>
  82. <td>
  83. <table width="100%">
  84. <tr bgcolor=000000>
  85. <th align=left><font color=ffffff>Item</th>
  86. <th align=left><font color=ffffff>Number</th>
  87. <th align=left><font color=ffffff>Description</th>
  88. <th><font color=ffffff>Qty</th>
  89. <th><font color=ffffff>Ship</th>
  90. <th>&nbsp;</th>
  91. <th><font color=ffffff>Bin</th>
  92. </tr>
  93. <?lsmb foreach number ?>
  94. <tr valign=top>
  95. <td><?lsmb runningnumber ?>
  96. <td><?lsmb number ?></td>
  97. <td><?lsmb description ?></td>
  98. <td align=right><?lsmb qty ?></td>
  99. <td align=right>[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;]</td>
  100. <td><?lsmb unit ?></td>
  101. <td align=right><?lsmb bin ?></td>
  102. </tr>
  103. <?lsmb end number ?>
  104. </table>
  105. </td>
  106. </tr>
  107. <tr>
  108. <td>&nbsp;</td>
  109. <td><hr noshade></td>
  110. </tr>
  111. </table>
  112. </body>
  113. </html>