summaryrefslogtreecommitdiff
path: root/templates/Danish-pick_list.html
blob: da8a3bdf6e17117d5adce2ae4fb9167fc32f9f48 (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. <%company%>
  11. <br><%address%>
  12. </h4>
  13. </td>
  14. <th><img src=http://www.sql-ledger.org/images/sql-ledger.png border=0 width=80 height=58></th>
  15. <td align=right>
  16. <h4>
  17. Tel: <%tel%>
  18. <br>Fax: <%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><%shiptoname%>
  40. <br><%shiptoaddress1%>
  41. <%if shiptoaddress2%>
  42. <br><%shiptoaddress2%>
  43. <%end shiptoaddress2%>
  44. <br><%shiptocity%> <%shiptostate%> <%shiptozipcode%>
  45. <%if shiptocountry%>
  46. <br><%shiptocountry%>
  47. <%end shiptocountry%>
  48. </td>
  49. <td>
  50. <%if shiptocontact%>
  51. <br>Attn: <%shiptocontact%>
  52. <%end shiptocontact%>
  53. <%if shiptophone%>
  54. <br>Tel: <%shiptophone%>
  55. <%end shiptophone%>
  56. <%if shiptofax%>
  57. <br>Fax: <%shiptofax%>
  58. <%end shiptofax%>
  59. <%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><%invnumber%>&nbsp;</td>
  81. <td><%ordnumber%>&nbsp;</td>
  82. <%if shippingdate%>
  83. <td><%shippingdate%></td>
  84. <%end shippingdate%>
  85. <%if not shippingdate%>
  86. <td><%transdate%></td>
  87. <%end shippingdate%>
  88. <td><%employee%>&nbsp;</td>
  89. <td><%warehouse%>&nbsp;</td>
  90. <td><%shippingpoint%>&nbsp;</td>
  91. <td><%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. <%foreach number%>
  110. <tr valign=top>
  111. <td><%runningnumber%>
  112. <td><%number%></td>
  113. <td><%description%></td>
  114. <td align=right><%qty%></td>
  115. <td align=right>[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;]</td>
  116. <td><%unit%></td>
  117. <td align=right><%bin%></td>
  118. </tr>
  119. <%end number%>
  120. </table>
  121. </td>
  122. </tr>
  123. <tr>
  124. <td>&nbsp;</td>
  125. <td><hr noshade></td>
  126. </tr>
  127. </table>