summaryrefslogtreecommitdiff
path: root/templates/Traditional_Chinese_UTF8-packing_list.html
blob: 82eca02a24fff6884805c4f7d5467f810f70515d (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=64 height=58></th>
  15. <td align=right>
  16. <h4>
  17. 電話: <%tel%>
  18. <br>傳真: <%fax%>
  19. </h4>
  20. </td>
  21. </tr>
  22. <tr>
  23. <th colspan=3>
  24. <h4>出貨單</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 width=50% align=left><font color=ffffff>付運往:</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>致:<%shiptocontact%>
  52. <%end shiptocontact%>
  53. <%if shiptophone%>
  54. <br>電話: <%shiptophone%>
  55. <%end shiptophone%>
  56. <%if shiptofax%>
  57. <br>傳真: <%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=17% align=left>發票編號</th>
  72. <th width=17% align=left>訂單編號</th>
  73. <th width=17% align=left>日期</th>
  74. <th width=17% align=left nowrap>聯絡人</th>
  75. <%if warehouse%>
  76. <th width=17% align=left>倉庫</th>
  77. <%end warehouse%>
  78. <th width=17% align=left>付運點</th>
  79. <th width=15% align=left>付運公司</th>
  80. </tr>
  81. <tr>
  82. <td><%invnumber%>&nbsp;</td>
  83. <td><%ordnumber%>&nbsp;</td>
  84. <%if shippingdate%>
  85. <td><%shippingdate%></td>
  86. <%end shippingdate%>
  87. <%if not shippingdate%>
  88. <td><%transdate%></td>
  89. <%end shippingdate%>
  90. <td><%employee%>&nbsp;</td>
  91. <%if warehouse%>
  92. <td><%warehouse%>&nbsp;</td>
  93. <%end warehouse%>
  94. <td><%shippingpoint%>&nbsp;</td>
  95. <td><%shipvia%>&nbsp;</td>
  96. </tr>
  97. </table>
  98. </td>
  99. </tr>
  100. <tr>
  101. <td>&nbsp;</td>
  102. <td>
  103. <table width=100%>
  104. <tr bgcolor=000000>
  105. <th align=left><font color=ffffff>位置</th>
  106. <th align=left><font color=ffffff>編號</th>
  107. <th align=left><font color=ffffff>描述</th>
  108. <th align=left><font color=ffffff>序號</th>
  109. <th>&nbsp;</th>
  110. <th><font color=ffffff>數量</th>
  111. <th><font color=ffffff>付運</th>
  112. <th>&nbsp;</th>
  113. </tr>
  114. <%foreach number%>
  115. <tr valign=top>
  116. <td><%runningnumber%></td>
  117. <td><%number%></td>
  118. <td><%description%></td>
  119. <td><%serialnumber%></td>
  120. <td><%deliverydate%></td>
  121. <td align=right><%qty%></td>
  122. <td align=right><%ship%></td>
  123. <td><%unit%></td>
  124. </tr>
  125. <%end number%>
  126. </table>
  127. </td>
  128. </tr>
  129. <tr>
  130. <td>&nbsp;</td>
  131. <td><hr noshade></td>
  132. </tr>
  133. <tr>
  134. <td>&nbsp;</td>
  135. <td>
  136. <table width=100%>
  137. <tr valign=top>
  138. <td>備註</td>
  139. <td><%notes%></td>
  140. </tr>
  141. </table>
  142. </td>
  143. </tr>
  144. <tr>
  145. <td>&nbsp;</td>
  146. <td>
  147. <table width=100%>
  148. <tr valign=top>
  149. <td width=70%><font size=-3>
  150. 退回的物品須支付10%的回收費用。若要退回物品,必須先取得<%company%>的授權。退回
  151. 物品的運費和保險費自負。若在途中出現有損毀情況,<%company%>將不會負任何責任。
  152. </font>
  153. </td>
  154. <td width=30%>
  155. X <hr noshade>
  156. </td>
  157. </tr>
  158. </table>
  159. </td>
  160. </tr>
  161. </table>