summaryrefslogtreecommitdiff
path: root/templates/Norwegian-pick_list.html
blob: 23858c66c9295354a4a82eb3eb5f851cabf39243 (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. <td 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>P I C K &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% callspacing=0 cellpadding=0>
  34. <tr bgcolor=000000>
  35. <th width=50% align=left><font color=ffffff>Ship To:</th>
  36. <th width="50%">&nbsp;</th>
  37. </tr>
  38. <tr valign=top>
  39. <td><?lsmb shiptoname ?>
  40. <br><?lsmb shiptoaddress1 ?>
  41. <?lsmb if shiptoaddress2 ?>
  42. <br><?lsmb shiptoaddress2 ?>
  43. <?lsmb end shiptoaddress2 ?>
  44. <br><?lsmb shiptocity ?> <?lsmb shiptostate ?> <?lsmb shiptozipcode ?>
  45. <?lsmb if shiptocountry ?>
  46. <br><?lsmb shiptocountry ?>
  47. <?lsmb end shiptocountry ?>
  48. </td>
  49. <td>
  50. <?lsmb if shiptocontact ?>
  51. <br>Attn: <?lsmb shiptocontact ?>
  52. <?lsmb end shiptocontact ?>
  53. <?lsmb if shiptophone ?>
  54. <br>Tel: <?lsmb shiptophone ?>
  55. <?lsmb end shiptophone ?>
  56. <?lsmb if shiptofax ?>
  57. <br>Fax: <?lsmb shiptofax ?>
  58. <?lsmb end shiptofax ?>
  59. <?lsmb shiptoemail ?>
  60. </td>
  61. </tr>
  62. </table>
  63. </td>
  64. </tr>
  65. <tr height=5></tr>
  66. <tr>
  67. <td>&nbsp;</td>
  68. <td>
  69. <table width=100% border=1>
  70. <tr>
  71. <th width=15% align=left>Invoice #</th>
  72. <th width=15% align=left>Order #</th>
  73. <th width=10% align=left>Date</th>
  74. <th width=15% align=left nowrap>Contact</th>
  75. <th width=15% align=left>Warehouse</th>
  76. <th width=10% align=left>Shipping Point</th>
  77. <th width=10% align=left>Ship via</th>
  78. </tr>
  79. <tr>
  80. <td><?lsmb invnumber ?>&nbsp;</td>
  81. <td><?lsmb ordnumber ?>&nbsp;</td>
  82. <?lsmb if shippingdate ?>
  83. <td><?lsmb shippingdate ?></td>
  84. <?lsmb end shippingdate ?>
  85. <?lsmb if not shippingdate ?>
  86. <td><?lsmb transdate ?></td>
  87. <?lsmb end shippingdate ?>
  88. <td><?lsmb employee ?>&nbsp;</td>
  89. <td><?lsmb warehouse ?>&nbsp;</td>
  90. <td><?lsmb shippingpoint ?>&nbsp;</td>
  91. <td><?lsmb shipvia ?>&nbsp;</td>
  92. </tr>
  93. </table>
  94. </td>
  95. </tr>
  96. <tr>
  97. <td>&nbsp;</td>
  98. <td>
  99. <table width="100%">
  100. <tr bgcolor=000000>
  101. <th align=left><font color=ffffff>Pos</th>
  102. <th align=left><font color=ffffff>Number</th>
  103. <th align=left><font color=ffffff>Description</th>
  104. <th><font color=ffffff>Qty</th>
  105. <th><font color=ffffff>Ship</th>
  106. <th>&nbsp;</th>
  107. <th><font color=ffffff>Bin</th>
  108. </tr>
  109. <?lsmb foreach number ?>
  110. <tr valign=top>
  111. <td><?lsmb runningnumber ?>
  112. <td><?lsmb number ?></td>
  113. <td><?lsmb description ?></td>
  114. <td align=right><?lsmb qty ?></td>
  115. <td align=right>[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;]</td>
  116. <td><?lsmb unit ?></td>
  117. <td align=right><?lsmb bin ?></td>
  118. </tr>
  119. <?lsmb end number ?>
  120. </table>
  121. </td>
  122. </tr>
  123. <tr>
  124. <td>&nbsp;</td>
  125. <td><hr noshade></td>
  126. </tr>
  127. </table>