summaryrefslogtreecommitdiff
path: root/templates/Traditional_Chinese_Big5-invoice.html
blob: 42fdfd144f072739029605a0cc661d649b27eb44 (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.ledger-smb.org/images/ledger-smb.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%> <%zipcode%>
  45. <%if country%>
  46. <br><%country%>
  47. <%end country%>
  48. <br>
  49. <%if contact%>
  50. <br><%contact%>
  51. <br>
  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%> <%shiptozipcode%>
  69. <%if shiptocountry%>
  70. <br><%shiptocountry%>
  71. <%end shiptocountry%>
  72. <br>
  73. <%if shiptocontact%>
  74. <br><%shiptocontact%>
  75. <br>
  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=14% align=left nowrap>發票編號</th>
  98. <th width=14% align=left nowrap>日期</th>
  99. <th width=14% align=left nowrap>到期日</th>
  100. <th width=14% align=left>訂單編號</th>
  101. <th width=14% align=left nowrap>銷售人員</th>
  102. <th width=14% align=left nowrap>付運點</th>
  103. <th width=14% align=left nowrap>付運公司</th>
  104. </tr>
  105. <tr>
  106. <td><%invnumber%></td>
  107. <td><%invdate%></td>
  108. <td><%duedate%></td>
  109. <td><%ordnumber%>&nbsp;</td>
  110. <td><%employee%>&nbsp;</td>
  111. <td><%shippingpoint%>&nbsp;</td>
  112. <td><%shipvia%>&nbsp;</td>
  113. </tr>
  114. </table>
  115. </td>
  116. </tr>
  117. <tr>
  118. <td>&nbsp;</td>
  119. <td>
  120. <table width=100%>
  121. <tr bgcolor=000000>
  122. <th align=right><font color=ffffff>編號</th>
  123. <th align=left><font color=ffffff>號碼</th>
  124. <th align=left><font color=ffffff>描述</th>
  125. <th>&nbsp;</th>
  126. <th align=right><font color=ffffff>數量</th>
  127. <th>&nbsp;</th>
  128. <th align=right><font color=ffffff>單價</th>
  129. <th align=right><font color=ffffff>折扣 %</th>
  130. <th align=right><font color=ffffff>總價</th>
  131. </tr>
  132. <%foreach number%>
  133. <tr valign=top>
  134. <td align=right><%runningnumber%>.</td>
  135. <td><%number%></td>
  136. <td><%description%></td>
  137. <td><%deliverydate%></td>
  138. <td align=right><%qty%></td>
  139. <td><%unit%></td>
  140. <td align=right><%sellprice%></td>
  141. <td align=right><%discountrate%></td>
  142. <td align=right><%linetotal%></td>
  143. </tr>
  144. <%end number%>
  145. <!--
  146. you can also use netprice instead of sellprice if you
  147. don't want to show the discount
  148. netprice = sellprice - discount
  149. -->
  150. <tr>
  151. <td colspan=9><hr noshade></td>
  152. </tr>
  153. <tr>
  154. <%if taxincluded%>
  155. <th colspan=7 align=right>合計</th>
  156. <td colspan=2 align=right><%invtotal%></td>
  157. <%end taxincluded%>
  158. <%if not taxincluded%>
  159. <th colspan=7 align=right>小計</th>
  160. <td colspan=2 align=right><%subtotal%></td>
  161. <%end taxincluded%>
  162. </tr>
  163. <%foreach tax%>
  164. <tr>
  165. <th colspan=7 align=right><%taxdescription%> 基於 <%taxbase%> @ <%taxrate%> %</th>
  166. <td colspan=2 align=right><%tax%></td>
  167. </tr>
  168. <%end tax%>
  169. <%if paid%>
  170. <tr>
  171. <th colspan=7 align=right>已支付</th>
  172. <td colspan=2 align=right>- <%paid%></td>
  173. </tr>
  174. <%end paid%>
  175. <tr>
  176. <td colspan=5>&nbsp;</td>
  177. <td colspan=4><hr noshade></td>
  178. </tr>
  179. <%if total%>
  180. <tr>
  181. <td colspan=5>&nbsp;</td>
  182. <th colspan=2 align=right nowrap>尚欠金額</th>
  183. <th colspan=2 align=right><%total%></th>
  184. </tr>
  185. <%end total%>
  186. <tr>
  187. </table>
  188. </td>
  189. </tr>
  190. <tr>
  191. <td>&nbsp;</td>
  192. <td>
  193. <table width=100%>
  194. <tr valign=top>
  195. <%if notes%>
  196. <td><%notes%></td>
  197. <%end notes%>
  198. <td><%text_amount%> ***** <%decimal%>/100</td>
  199. <td align=right nowrap>
  200. All prices in <b><%currency%></b>
  201. </td>
  202. </tr>
  203. </table>
  204. </td>
  205. </tr>
  206. <%if paid%>
  207. <tr>
  208. <td>&nbsp;</td>
  209. <td colspan=9>
  210. <table width=60%>
  211. <tr>
  212. <th align=left>付款</th>
  213. </tr>
  214. <tr>
  215. <td colspan=4>
  216. <hr noshade>
  217. </td>
  218. </tr>
  219. <tr>
  220. <th align=left>日期</th>
  221. <th align=left>帳戶</th>
  222. <th align=left>來源</th>
  223. <th align=left>金額</th>
  224. </tr>
  225. <%end paid%>
  226. <%foreach payment%>
  227. <tr>
  228. <td><%paymentdate%></td>
  229. <td><%paymentaccount%></td>
  230. <td><%paymentsource%></td>
  231. <td><%payment%></td>
  232. </tr>
  233. <%end payment%>
  234. <%if paid%>
  235. </table>
  236. </td>
  237. </tr>
  238. <%end paid%>
  239. <tr height=10></tr>
  240. <tr>
  241. <td>&nbsp;</td>
  242. <th>
  243. 多謝惠顧!
  244. </th>
  245. </tr>
  246. <tr>
  247. <td>&nbsp;</td>
  248. <td>
  249. <table width=100%>
  250. <tr valign=top>
  251. <td width=60%><font size=-3>
  252. 請於<%duedate%>之前付款。退回的物品須支付10%的回收費用。若要退回物品,必須先取得<%company%>的授權。退回
  253. 物品的運費和保險費自負。若在途中出現有損毀情況,<%company%>將不會負任何責任。
  254. </font>
  255. </td>
  256. <td width=40%>
  257. X <hr noshade>
  258. </td>
  259. </tr>
  260. </table>
  261. </td>
  262. </tr>
  263. <%foreach tax%>
  264. <tr>
  265. <td>&nbsp;</td>
  266. <th colspan=9 align=left><font size=-2><%taxdescription%> 註冊 <%taxnumber%></th>
  267. </tr>
  268. <%end tax%>
  269. <%if taxincluded%>
  270. <tr>
  271. <td>&nbsp;</td>
  272. </tr>
  273. <tr>
  274. <th colspan=8 align=left><font size=-2>上述稅項已包括在價格中。</th>
  275. </tr>
  276. <%end taxincluded%>
  277. </table>
  278. </body>
  279. </html>