summaryrefslogtreecommitdiff
path: root/templates/Traditional_Chinese_Big5-purchase_order.html
blob: 733667649f47b1ad62861662d5ddf2a32f8a3dfc (plain)
  1. <body bgcolor=ffffff>
  2. <table width=100%>
  3. <tr valign=bottom>
  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. <td><img src=http://www.ledger-smb.org/images/ledger-smb.png border=0 width=64 height=58>
  15. </td>
  16. <td align=right>
  17. <h4>
  18. 電話: <%tel%>
  19. <br>傳真: <%fax%>
  20. </h4>
  21. </td>
  22. </tr>
  23. <tr>
  24. <th colspan=3>
  25. <h4>採購單</h4>
  26. </th>
  27. </tr>
  28. </table>
  29. <table width=100% callspacing=0 cellpadding=0>
  30. <tr>
  31. <td>
  32. <table width=100%>
  33. <tr bgcolor=000000>
  34. <th align=left width=50%><font color=ffffff>致:</th>
  35. <th align=left width=50%><font color=ffffff>付運往:</th>
  36. </tr>
  37. <tr valign=top>
  38. <td><%name%>
  39. <br><%address1%>
  40. <%if address2%>
  41. <br><%address2%>
  42. <%end address2%>
  43. <br><%city%> <%state%> <%zipcode%>
  44. <%if country%>
  45. <br><%country%>
  46. <%end country%>
  47. <br>
  48. <%if contact%>
  49. <br>致: <%contact%>
  50. <%end contact%>
  51. <%if vendorphone%>
  52. <br>電話: <%vendorphone%>
  53. <%end vendorphone%>
  54. <%if vendorfax%>
  55. <br>傳真: <%vendorfax%>
  56. <%end vendorfax%>
  57. </td>
  58. <td><%shiptoname%>
  59. <br><%shiptoaddress1%>
  60. <%if shiptoaddress2%>
  61. <br><%shiptoaddress2%>
  62. <%end shiptoaddress2%>
  63. <br><%shiptocity%> <%shiptostate%> <%shiptozipcode%>
  64. <%if shiptocountry%>
  65. <br><%shiptocountry%>
  66. <%end shiptocountry%>
  67. <br>
  68. <%if shiptocontact%>
  69. <br>致: <%shiptocontact%>
  70. <%end shiptocontact%>
  71. <%if shiptophone%>
  72. <br>電話: <%shiptophone%>
  73. <%end shiptophone%>
  74. <%if shiptofax%>
  75. <br>傳真: <%shiptofax%>
  76. <%end shiptofax%>
  77. </tr>
  78. </table>
  79. </td>
  80. </tr>
  81. <tr><td>&nbsp;</td></tr>
  82. <tr>
  83. <td colspan=2>
  84. <table width=100% border=1>
  85. <tr>
  86. <th width=17% align=left>訂單編號</th>
  87. <th width=17% align=left>落訂日期</th>
  88. <th width=17% align=left>要求交付日期</th>
  89. <th width=17% align=left>聯絡人</th>
  90. <th width=17% align=left>付運點</th>
  91. <th width=15% align=left>付運公司</th>
  92. </tr>
  93. <tr>
  94. <td><%ordnumber%></td>
  95. <td><%orddate%></td>
  96. <td><%reqdate%></td>
  97. <td><%employee%></td>
  98. <td><%shippingpoint%>&nbsp;</td>
  99. <td><%shipvia%>&nbsp;</td>
  100. </tr>
  101. </table>
  102. </td>
  103. </tr>
  104. <tr>
  105. <td>
  106. <table width=100%>
  107. <tr bgcolor=000000>
  108. <!-- <th align=right><font color=ffffff>No.</th> -->
  109. <th align=left><font color=ffffff>號碼</th>
  110. <th align=left><font color=ffffff>描述</th>
  111. <th><font color=ffffff>數量</th>
  112. <th>&nbsp;</th>
  113. <th><font color=ffffff>價格</th>
  114. <th><font color=ffffff>%</th>
  115. <th><font color=ffffff>金額</th>
  116. </tr>
  117. <%foreach number%>
  118. <tr valign=top>
  119. <!-- <td align=right><%runningnumber%>.</td>
  120. other per line item variables available <%reqdate%>
  121. adjust the colspan if you include this to shift subtotal one to the right
  122. -->
  123. <td><%number%></td>
  124. <td><%description%></td>
  125. <td align=right><%qty%></td>
  126. <td><%unit%></td>
  127. <td align=right><%sellprice%></td>
  128. <td align=right><%discountrate%></th>
  129. <td align=right><%linetotal%></td>
  130. </tr>
  131. <%end number%>
  132. <tr>
  133. <td colspan=7><hr noshade></td>
  134. </tr>
  135. <tr>
  136. <%if taxincluded%>
  137. <th colspan=6 align=right>合計</th>
  138. <th colspan=1 align=right><%ordtotal%></th>
  139. <%end taxincluded%>
  140. <%if not taxincluded%>
  141. <th colspan=6 align=right>小計</th>
  142. <td colspan=1 align=right><%subtotal%></td>
  143. <%end taxincluded%>
  144. </tr>
  145. <%foreach tax%>
  146. <tr>
  147. <th colspan=6 align=right><%taxdescription%> 基於 <%taxbase%> @ <%taxrate%> %</th>
  148. <td colspan=1 align=right><%tax%></td>
  149. </tr>
  150. <%end tax%>
  151. <tr>
  152. <td colspan=3>&nbsp;</td>
  153. <td colspan=4><hr noshade></td>
  154. </tr>
  155. <%if not taxincluded%>
  156. <th colspan=6 align=right>合計</th>
  157. <td colspan=1 align=right><%ordtotal%></td>
  158. <%end taxincluded%>
  159. <%if terms%>
  160. <tr>
  161. <td colspan=3>有效期為淨<b><%terms%></b>日</td>
  162. <th colspan=3 align=right>合計</th>
  163. <th colspan=1 align=right><%ordtotal%></th>
  164. </tr>
  165. <%end terms%>
  166. <%if taxincluded%>
  167. <tr>
  168. <td colspan=2>已包稅項</td>
  169. </tr>
  170. <%end taxincluded%>
  171. <tr>
  172. <td>&nbsp;</td>
  173. </tr>
  174. <%if ordtotal%>
  175. <tr>
  176. <td colspan=7 align=right>
  177. 所有價格為<b><%currency%></b>
  178. </td>
  179. </tr>
  180. <%end ordtotal%>
  181. </table>
  182. </td>
  183. </tr>
  184. <tr>
  185. <td>
  186. <table width=100%>
  187. <%if notes%>
  188. <tr valign=top>
  189. <td>備註</td>
  190. <td><%notes%></td>
  191. </tr>
  192. <%end notes%>
  193. </table>
  194. </td>
  195. </tr>
  196. <tr><td>&nbsp;</td></tr>
  197. <tr>
  198. <td>
  199. <table width=100%>
  200. <tr valign=top>
  201. <td width=70%>&nbsp;</td>
  202. <td width=30%>
  203. X <hr noshade>
  204. </td>
  205. </tr>
  206. </table>
  207. </td>
  208. </tr>
  209. </table>
  210. </td>
  211. </tr>
  212. </table>
  213. </body>
  214. </html>