summaryrefslogtreecommitdiff
path: root/templates/Brazilian_Portuguese-invoice.html
blob: aa6814c6981bed65a19f7a6c4b034a6c5fb3b75d (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. <?lsmb company ?>
  11. <br><?lsmb address ?>
  12. </h4>
  13. </td>
  14. <th><img src=http://www.ledger-smb.org/images/ledger-smb.png border=0 width=80 height=58></th>
  15. <td align=right>
  16. <h4>
  17. Tel: <?lsmb tel ?>
  18. <br>Fax: <?lsmb fax ?>
  19. </h4>
  20. </td>
  21. </tr>
  22. <tr>
  23. <th colspan=3>
  24. <h4>F A T U R A</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>Para</th>
  36. <th align=left width="50%"><font color=ffffff>Enviar para</th>
  37. </tr>
  38. <tr valign=top>
  39. <td><?lsmb name ?>
  40. <br><?lsmb address1 ?>
  41. <?lsmb if address2 ?>
  42. <br><?lsmb address2 ?>
  43. <?lsmb end address2 ?>
  44. <br><?lsmb city ?> <?lsmb state ?> <?lsmb zipcode ?>
  45. <?lsmb if country ?>
  46. <br><?lsmb country ?>
  47. <?lsmb end country ?>
  48. <br>
  49. <?lsmb if contact ?>
  50. <br><?lsmb contact ?>
  51. <br>
  52. <?lsmb end contact ?>
  53. <?lsmb if customerphone ?>
  54. <br>Tel: <?lsmb customerphone ?>
  55. <?lsmb end customerphone ?>
  56. <?lsmb if customerfax ?>
  57. <br>Fax: <?lsmb customerfax ?>
  58. <?lsmb end customerfax ?>
  59. <?lsmb if email ?>
  60. <br><?lsmb email ?>
  61. <?lsmb end email ?>
  62. </td>
  63. <td><?lsmb shiptoname ?>
  64. <br><?lsmb shiptoaddress1 ?>
  65. <?lsmb if shiptoaddress2 ?>
  66. <br><?lsmb shiptoaddress2 ?>
  67. <?lsmb end shiptoaddress2 ?>
  68. <br><?lsmb shiptocity ?> <?lsmb shiptostate ?> <?lsmb shiptozipcode ?>
  69. <?lsmb if shiptocountry ?>
  70. <br><?lsmb shiptocountry ?>
  71. <?lsmb end shiptocountry ?>
  72. <br>
  73. <?lsmb if shiptocontact ?>
  74. <br><?lsmb shiptocontact ?>
  75. <br>
  76. <?lsmb end shiptocontact ?>
  77. <?lsmb if shiptophone ?>
  78. <br>Tel: <?lsmb shiptophone ?>
  79. <?lsmb end shiptophone ?>
  80. <?lsmb if shiptofax ?>
  81. <br>Fax: <?lsmb shiptofax ?>
  82. <?lsmb end shiptofax ?>
  83. <?lsmb if shiptoemail ?>
  84. <br><?lsmb shiptoemail ?>
  85. <?lsmb 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>Fatura #</th>
  98. <th width=14% align=left nowrap>Data</th>
  99. <th width=14% align=left nowrap>Vencimento</th>
  100. <th width=14% align=left>Pedido #</th>
  101. <th width=14% align=left nowrap>Vendedor</th>
  102. <th width=14% align=left nowrap>Local do despacho</th>
  103. <th width=14% align=left nowrap>Enviar por</th>
  104. </tr>
  105. <tr>
  106. <td><?lsmb invnumber ?></td>
  107. <td><?lsmb invdate ?></td>
  108. <td><?lsmb duedate ?></td>
  109. <td><?lsmb ordnumber ?>&nbsp;</td>
  110. <td><?lsmb employee ?>&nbsp;</td>
  111. <td><?lsmb shippingpoint ?>&nbsp;</td>
  112. <td><?lsmb 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>No.</th>
  123. <th align=left><font color=ffffff>Número</th>
  124. <th align=left><font color=ffffff>Descrição</th>
  125. <th>&nbsp;</th>
  126. <th align=right><font color=ffffff>Qtd</th>
  127. <th>&nbsp;</th>
  128. <th align=right><font color=ffffff>Preço unit.</th>
  129. <th align=right><font color=ffffff>Desc %</th>
  130. <th align=right><font color=ffffff>Extendido</th>
  131. </tr>
  132. <?lsmb foreach number ?>
  133. <tr valign=top>
  134. <td align=right><?lsmb runningnumber ?>.</td>
  135. <td><?lsmb number ?></td>
  136. <td><?lsmb description ?></td>
  137. <td><?lsmb deliverydate ?></td>
  138. <td align=right><?lsmb qty ?></td>
  139. <td><?lsmb unit ?></td>
  140. <td align=right><?lsmb sellprice ?></td>
  141. <td align=right><?lsmb discountrate ?></td>
  142. <td align=right><?lsmb linetotal ?></td>
  143. </tr>
  144. <?lsmb 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. <?lsmb if taxincluded ?>
  155. <th colspan=7 align=right>Total</th>
  156. <td colspan=2 align=right><?lsmb invtotal ?></td>
  157. <?lsmb end taxincluded ?>
  158. <?lsmb if not taxincluded ?>
  159. <th colspan=7 align=right>Subtotal</th>
  160. <td colspan=2 align=right><?lsmb subtotal ?></td>
  161. <?lsmb end taxincluded ?>
  162. </tr>
  163. <?lsmb foreach tax ?>
  164. <tr>
  165. <th colspan=7 align=right><?lsmb taxdescription ?> em <?lsmb taxbase ?> @ <?lsmb taxrate ?> %</th>
  166. <td colspan=2 align=right><?lsmb tax ?></td>
  167. </tr>
  168. <?lsmb end tax ?>
  169. <?lsmb if paid ?>
  170. <tr>
  171. <th colspan=7 align=right>Pago</th>
  172. <td colspan=2 align=right>- <?lsmb paid ?></td>
  173. </tr>
  174. <?lsmb end paid ?>
  175. <tr>
  176. <td colspan=5>&nbsp;</td>
  177. <td colspan=4><hr noshade></td>
  178. </tr>
  179. <?lsmb if total ?>
  180. <tr>
  181. <td colspan=5>&nbsp;</td>
  182. <th colspan=2 align=right nowrap>Pendente</th>
  183. <th colspan=2 align=right><?lsmb total ?></th>
  184. </tr>
  185. <?lsmb 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. <?lsmb if notes ?>
  196. <td><?lsmb notes ?></td>
  197. <?lsmb end notes ?>
  198. <td><?lsmb text_amount ?> ***** <?lsmb decimal ?>/100</td>
  199. <td align=right nowrap>
  200. Todos os valores em <b><?lsmb currency ?></b>
  201. </td>
  202. </tr>
  203. </table>
  204. </td>
  205. </tr>
  206. <?lsmb if paid ?>
  207. <tr>
  208. <td>&nbsp;</td>
  209. <td colspan=9>
  210. <table width="60%">
  211. <tr>
  212. <th align=left>Pagamentos</th>
  213. </tr>
  214. <tr>
  215. <td colspan=4>
  216. <hr noshade>
  217. </td>
  218. </tr>
  219. <tr>
  220. <th align=left>Data</th>
  221. <th align=left>Conta</th>
  222. <th align=left>Fonte</th>
  223. <th align=left>Valor</th>
  224. </tr>
  225. <?lsmb end paid ?>
  226. <?lsmb foreach payment ?>
  227. <tr>
  228. <td><?lsmb paymentdate ?></td>
  229. <td><?lsmb paymentaccount ?></td>
  230. <td><?lsmb paymentsource ?></td>
  231. <td><?lsmb payment ?></td>
  232. </tr>
  233. <?lsmb end payment ?>
  234. <?lsmb if paid ?>
  235. </table>
  236. </td>
  237. </tr>
  238. <?lsmb end paid ?>
  239. <tr height=10></tr>
  240. <tr>
  241. <td>&nbsp;</td>
  242. <th>
  243. Obrigado pela preferência!
  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. Pagamentos pendentes até <?lsmb duedate ?>.
  253. Itens devolvidos estão sujeitos a cobrança de 10% como taxa de reestocagem. Uma autorização de devolução deve ser obtida de <?lsmb company ?> antes da devolução das mercadorias. Devoluções devem ser enviadas com frete pago e com o seguro apropriado. <?lsmb company ?> não se responsabilizará por danos durante o transporte.
  254. </font>
  255. </td>
  256. <td width="40%">
  257. X <hr noshade>
  258. </td>
  259. </tr>
  260. </table>
  261. </td>
  262. </tr>
  263. <?lsmb foreach tax ?>
  264. <tr>
  265. <td>&nbsp;</td>
  266. <th colspan=9 align=left><font size=-2><?lsmb taxdescription ?> Registro <?lsmb taxnumber ?></th>
  267. </tr>
  268. <?lsmb end tax ?>
  269. <?lsmb if taxincluded ?>
  270. <tr>
  271. <td>&nbsp;</td>
  272. </tr>
  273. <tr>
  274. <th colspan=8 align=left><font size=-2>Os impostos estão incuídos nos preços.</th>
  275. </tr>
  276. <?lsmb end taxincluded ?>
  277. </table>
  278. </body>
  279. </html>