import sql-ledger 2.4.4
[freeside.git] / sql-ledger / templates / Brazilian_Portuguese-invoice.html
1
2 <body bgcolor=ffffff>
3
4 <table width=100%>
5 <tr valign=bottom>
6   <td width=10>&nbsp;</td>
7   <td>
8   
9   <table width=100%>
10   <tr>
11     <td>
12       <h4>
13       <%company%>
14       <br><%address%>
15       </h4>
16     </td>
17
18     <td align=right>
19             <h4> Telefone: 
20               <%tel%>
21               <br>
22               Fax: 
23               <%fax%>
24             </h4>
25     </td>
26   </tr>
27
28   <tr>
29     <th colspan=3>
30             <h4>FATURA</h4>
31     </th>
32   </tr>
33
34   </table>
35
36
37   <table width=100% callspacing=0 cellpadding=0>
38     
39   <tr>
40     <td align=right>
41     <table>
42     <tr>
43                 <th align=right> Data</th>
44                 <td width=10>&nbsp;</td><td><%invdate%></td>
45     </tr>
46   
47     <tr>
48                 <th align=right>Entrega</th>
49                 <td width=10>&nbsp;</td><td><%duedate%></td>
50     </tr>
51
52     <tr>
53                 <th align=right>N&uacute;mero</th>
54                 <td>&nbsp;</td><td><%invnumber%></td></tr>
55     </table></tr>
56   
57 <!--
58     <tr>
59       <th align=right>Clerk:</th><td>&nbsp;</td><td><%employee%></td>
60     </tr>
61 -->
62
63     <tr>
64       <td>&nbsp;</td>
65     </tr>
66     </table></td>
67     </table>
68   
69
70   <tr>
71     <td>
72     <table width=100%>
73     <tr bgcolor=000000>
74         <th align=left><font color="ffffff">Para:</font></th>
75         <th align=left><font color="ffffff">Transportar Para:</font></th>
76     </tr>
77
78 <!--
79      other variables which can be use:
80      contact, shiptocontact, shiptophone, shiptofax
81 -->
82
83     <tr valign=top>
84       <td><%name%>
85       <br><%address1%>
86       <%if address2%>
87 <br><%address2%>
88 <%end address2%>
89       <br><%city%> <%state%> <%zipcode%>
90       <%if country%>
91 <%country%>
92 <%end country%>
93       </td>
94       
95       <td><%shiptoname%>
96       <br><%shiptoaddress1%>
97       <%if shiptoaddress2%>
98 <br><%shiptoaddress2%>
99 <%end shiptoaddress2%>
100       <br><%shiptocity%> <%shiptostate%> <%shiptozipcode%>
101       <%if shiptocountry%>
102 <%shiptocountry%>
103 <%end shiptocountry%>
104       </td>
105     </tr>
106     </table>
107     </td>
108   </tr>
109
110   <tr>
111     <td>&nbsp;</td>
112   </tr>
113   
114   <tr>
115     <td>
116     <table width=100%>
117     <tr bgcolor=000000>
118 <!--      <th align=right><font color=ffffff>No.</th>  -->
119         <th align=left><font color=ffffff>N&uacute;mero</font></th>
120         <th align=left><font color=ffffff>Descri&ccedil;&atilde;o</font></th>
121         <th><font color=ffffff>Quant.</font></th>
122       <th>&nbsp;</th>
123         <th><font color=ffffff>Pre&ccedil;o</font></th>
124         <th><font color=ffffff>Disc.</font></th>
125         <th><font color="ffffff">Total</font></th>
126     </tr>
127
128 <%foreach number%>
129     <tr valign=top>
130 <!--      <td align=right><%runningnumber%>.</td>
131 adjust the colspan if you include this to shift subtotal one to the right
132 -->
133       <td><%number%></td>
134       <td><%description%></td>
135       <td align=right><%qty%></td>
136       <td><%unit%></td>
137       <td align=right><%sellprice%></td>
138       <td align=right><%discount%></td>
139       <td align=right><%linetotal%></td>
140     </tr>
141 <%end number%>
142
143 <!--
144 you can also use netprice instead of sellprice if you
145 don't want to show the discount
146 netprice = sellprice - discount
147 to show the percentage for a discount use <%discountrate%>
148 -->
149
150     <tr>
151       <td colspan=7><hr noshade></td>
152     </tr>
153     
154     <tr>
155 <%if taxincluded%>
156       <th colspan=5 align=right>Total</th>
157       <td colspan=2 align=right><%invtotal%></td>
158 <%end taxincluded%>
159 <%if not taxincluded%>
160       <th colspan=5 align=right>Subtotal</th>
161       <td colspan=2 align=right><%subtotal%></td>
162 <%end taxincluded%>
163     </tr>
164
165 <%foreach tax%>
166     <tr>
167         <th colspan=5 align=right> 
168           <%taxdescription%>
169           em 
170           <%taxbase%>
171           @ 
172           <%taxrate%>
173           %</th>
174       <td colspan=2 align=right><%tax%></td>
175     </tr>
176 <%end tax%>
177
178 <%if paid%>
179     <tr>
180         <th colspan=5 align=right>Pago</th>
181       <td colspan=2 align=right>- <%paid%></td>
182     </tr>
183 <%end paid%>
184
185     <tr>
186       <td colspan=3>&nbsp;</td>
187       <td colspan=4><hr noshade></td>
188     </tr>
189
190     <tr>
191         <td colspan=3>Fatura para<b> 
192           <%terms%>
193           </b> dias</td>
194         <th colspan=2 align=right>Pendente</th>
195       <th colspan=2 align=right><%total%></th>
196     </tr>
197
198     <tr>
199       <td>&nbsp;</td>
200     </tr>
201
202     </table>
203     </td>
204   </tr>
205
206 <tr>
207   <td>
208   <table width=100%>
209     <tr valign=top>
210 <%if notes%>
211         <td>Obs.:</td>
212       <td><%notes%></td>
213 <%end notes%>
214         <td align=right> Pre&ccedil;os em<b> 
215           <%currency%>
216           </b> <br>
217           <%shippingpoint%>
218       </td>
219     </tr>
220
221   </table>
222   </td>
223 </tr>
224
225 <tr><td>&nbsp;</td></tr>
226
227 <%if paid%>
228 <tr>
229   <td colspan=7>
230     <table width=60%>
231       <tr>
232         <th align=left>Pagamentos</th>
233       </tr>
234       <tr>
235         <td colspan=4>
236           <hr noshade>
237         </td>
238       </tr>
239       <tr>
240         <th align=left>Data</th>
241             <th align=left>Conta</th>
242             <th align=left>Origem</th>
243             <th align=left>Total</th>
244       </tr>
245 <%end paid%>
246
247 <%foreach payment%>
248       <tr>
249         <td><%paymentdate%></td>
250         <td><%paymentaccount%></td>
251         <td><%paymentsource%></td>
252         <td><%payment%></td>
253       </tr>
254 <%end payment%>
255
256 <%if paid%>
257     </table>
258   </td>
259 </tr>
260
261 <tr>
262   <td>&nbsp;</td>
263 </tr>
264 <%end paid%>
265
266 <tr>
267   <th colspan=7>
268   <br>
269     Obrigado por estarmos fazendo neg&oacute;cio! </th>
270 </tr>
271
272 <tr><td>&nbsp;</td></tr>
273
274 <tr>
275   <td>
276   <table width=100%>
277   <tr valign=top>
278         <td><font size=-3> </font> </td>
279     <td width=150>
280     X <hr noshade>
281     </td>
282   </tr>
283   </table>
284   </td>
285 </tr>
286
287 <%foreach tax%>
288   <tr>
289     
290   <th colspan=7 align=left><font size=-2> 
291     <%taxdescription%>
292     Registro 
293     <%taxnumber%>
294     </font></th>
295   </tr>
296 <%end tax%>
297
298 <%if taxincluded%>
299   <tr>
300     
301   <th colspan=7 align=left><font size="-2">Impostos Inclusos.</font></th>
302   </tr>
303 <%end taxincluded%>
304
305 <!-- business number
306   <tr>
307     <th colspan=7 align=left><font size=-2>Business Number: <%businessnumber%></font></th>
308   </tr>
309 -->
310
311 <!-- banking information
312   <tr>
313     <th colspan=7 align=left>Banking Information:
314     <br>Bank
315     <br>Transit No.
316     <br>Account No.
317     </td>
318   </tr>
319 -->
320
321
322 </body>
323 </html>
324