summaryrefslogtreecommitdiff
path: root/templates/Traditional_Chinese_UTF8-work_order.html
blob: 587e51468090462b94b2fcf0c8e79cde42cf1ae4 (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 valign=bottom>
  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% callspacing=0 cellpadding=0>
  34. <tr bgcolor=000000>
  35. <th align=left width=50%><font color=ffffff></th>
  36. <th align=left width=50%><font color=ffffff>付運往</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%>
  45. <br><%zipcode%>
  46. <%if country%>
  47. <br><%country%>
  48. <%end country%>
  49. <br>
  50. <%if contact%>
  51. <br>致: <%contact%>
  52. <%end contact%>
  53. <%if customerphone%>
  54. <br>電話: <%customerphone%>
  55. <%end customerphone%>
  56. <%if customerfax%>
  57. <br>傳真: <%customerfax%>
  58. <%end customerfax%>
  59. <%if email%>
  60. <br><%email%>
  61. <%end email%>
  62. </td>
  63. <td><%shiptoname%>
  64. <br><%shiptoaddress1%>
  65. <%if shiptoaddress2%>
  66. <br><%shiptoaddress2%>
  67. <%end shiptoaddress2%>
  68. <br><%shiptocity%> <%shiptostate%>
  69. <br><%shiptozipcode%>
  70. <%if shiptocountry%>
  71. <br><%shiptocountry%>
  72. <%end shiptocountry%>
  73. <br>
  74. <%if shiptocontact%>
  75. <br><%shiptocontact%>
  76. <%end shiptocontact%>
  77. <%if shiptophone%>
  78. <br>電話: <%shiptophone%>
  79. <%end shiptophone%>
  80. <%if shiptofax%>
  81. <br>傳真: <%shiptofax%>
  82. <%end shiptofax%>
  83. <%if shiptoemail%>
  84. <br><%shiptoemail%>
  85. <%end shiptoemail%>
  86. </td>
  87. </tr>
  88. </table>
  89. </td>
  90. </tr>
  91. <tr height=5></tr>
  92. <tr>
  93. <td>&nbsp;</td>
  94. <td>
  95. <table width=100% border=1>
  96. <tr>
  97. <th width=17% align=left nowrap>訂單編號</th>
  98. <th width=17% align=left>落訂日期</th>
  99. <th width=17% align=left>要求交付日期</th>
  100. <th width=17% align=left nowrap>銷售人員</th>
  101. <th width=17% align=left nowrap>付運點</th>
  102. <th width=15% align=left nowrap>付運公司</th>
  103. </tr>
  104. <tr>
  105. <td><%ordnumber%></td>
  106. <td><%orddate%></td>
  107. <td><%reqdate%></td>
  108. <td><%employee%></td>
  109. <td><%shippingpoint%>&nbsp;</td>
  110. <td><%shipvia%>&nbsp;</td>
  111. </tr>
  112. </table>
  113. </td>
  114. </tr>
  115. <tr>
  116. <td>&nbsp;</td>
  117. <td>
  118. <table width=100%>
  119. <tr bgcolor=000000>
  120. <th align=right><font color=ffffff>號碼</th>
  121. <th align=left><font color=ffffff>號碼</th>
  122. <th align=left><font color=ffffff>描述</th>
  123. <th><font color=ffffff>數量</th>
  124. <th>&nbsp;</th>
  125. <th><font color=ffffff></th>
  126. <th><font color=ffffff>序號</th>
  127. </tr>
  128. <%foreach number%>
  129. <tr valign=top>
  130. <td align=right><%runningnumber%>.</td>
  131. <td><%number%></td>
  132. <td><%description%></td>
  133. <td align=right><%qty%></td>
  134. <td><%unit%></td>
  135. <td><%bin%></td>
  136. <td><%serialnumber%></td>
  137. </tr>
  138. <%end number%>
  139. <tr>
  140. <td colspan=7><hr noshade></td>
  141. </tr>
  142. </table>
  143. </td>
  144. </tr>
  145. <tr>
  146. <td>&nbsp;</td>
  147. <%if notes%>
  148. <td><%notes%></td>
  149. <%end notes%>
  150. </tr>
  151. </table>
  152. </body>
  153. </html>