summaryrefslogtreecommitdiff
path: root/templates/Swedish-bin_list.html
blob: f92ddcd75dff6b3a29eda25b99a4fe8d8e5e2534 (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. <th 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 A C K &nbsp;&nbsp; L I S T A</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><%name%>
  40. <br><%address1%>
  41. <%if address2%>
  42. <br><%address2%>
  43. <%end address2%>
  44. <br><%city%> <%state%> <%zipcode%>
  45. <%if country%>
  46. <br><%country%>
  47. <%end country%>
  48. <br>
  49. <%if contact%>
  50. <br>Attn: <%contact%>
  51. <%end contact%>
  52. <%if vendorphone%>
  53. <br>Tel: <%vendorphone%>
  54. <%end vendorphone%>
  55. <%if vendorfax%>
  56. <br>Fax: <%vendorfax%>
  57. <%end vendorfax%>
  58. <%if email%>
  59. <br><%email%>
  60. <%end email%>
  61. </td>
  62. <td><%shiptoname%>
  63. <br><%shiptoaddress1%>
  64. <%if shiptoaddress2%>
  65. <br><%shiptoaddress2%>
  66. <%end shiptoaddress2%>
  67. <br><%shiptocity%> <%shiptostate%> <%shiptozipcode%>
  68. <%if shiptocountry%>
  69. <br><%shiptocountry%>
  70. <%end shiptocountry%>
  71. <br>
  72. <%if shiptocontact%>
  73. <br>Attn: <%shiptocontact%>
  74. <%end shiptocontact%>
  75. <%if shiptophone%>
  76. <br>Tel: <%shiptophone%>
  77. <%end shiptophone%>
  78. <%if shiptofax%>
  79. <br>Fax: <%shiptofax%>
  80. <%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>Datum</th>
  94. <th width=17% align=left nowrap>kontakt</th>
  95. <%if warehouse%>
  96. <th width=17% align=left nowrap>Lager</th>
  97. <%end warehouse%>
  98. <th width=17% align=left>Destination</th>
  99. <th width=15% align=left>Fraktas via</th>
  100. </tr>
  101. <tr>
  102. <td><%ordnumber%>&nbsp;</td>
  103. <%if shippingdate%>
  104. <td><%shippingdate%></td>
  105. <%end shippingdate%>
  106. <%if not shippingdate%>
  107. <td><%orddate%></td>
  108. <%end shippingdate%>
  109. <td><%employee%>&nbsp;</td>
  110. <%if warehouse%>
  111. <td><%warehouse%></td>
  112. <%end warehouse%>
  113. <td><%shippingpoint%>&nbsp;</td>
  114. <td><%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>Nummer</th>
  126. <th align=left><font color=ffffff>Beskrivning</th>
  127. <th><font color=ffffff>Serienummer</th>
  128. <th>&nbsp;</th>
  129. <th><font color=ffffff>Antal</th>
  130. <th><font color=ffffff>Mottaget</th>
  131. <th>&nbsp;</th>
  132. <th><font color=ffffff>Box</th>
  133. </tr>
  134. <%foreach number%>
  135. <tr valign=top>
  136. <td><%runningnumber%></td>
  137. <td><%number%></td>
  138. <td><%description%></td>
  139. <td><%serialnumber%></td>
  140. <td><%deliverydate%></td>
  141. <td align=right><%qty%></td>
  142. <td align=right><%ship%></td>
  143. <td><%unit%></td>
  144. <td><%bin%></td>
  145. </tr>
  146. <%end number%>
  147. </table>
  148. </td>
  149. </tr>
  150. <tr>
  151. <td>&nbsp;</td>
  152. <td><hr noshade></td>
  153. </tr>
  154. </table>