import sql-ledger 2.4.4
[freeside.git] / sql-ledger / templates / Brazilian_Portuguese-sales_order.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>ORDEM DE VENDA</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><%orddate%></td>
45     </tr>
46   
47     <tr>
48                 <th align=right>Requerido por</th>
49                 <td width=10>&nbsp;</td><td><%reqdate%></td>
50     </tr>
51
52     <tr>
53                 <th align=right>N&uacute;mero</th>
54                 <td>&nbsp;</td><td><%ordnumber%></td></tr>
55     </table></tr>
56   
57     <tr>
58       <td>&nbsp;</td>
59     </tr>
60     </table></td>
61     </table>
62   
63
64   <tr>
65     <td>
66     <table width=100%>
67     <tr bgcolor=000000>
68         <th align=left><font color="ffffff">Para:</font></th>
69         <th align=left><font color="ffffff">Transportar para:</font></th>
70     </tr>
71
72     <tr>
73       <td><%name%>
74       <br><%address1%>
75       <%if address2%>
76 <br><%address2%>
77 <%end address2%>
78       <br><%city%> <%state%> <%zipcode%>
79       <%if country%>
80 <%country%>
81 <%end country%>
82       </td>
83
84       <td><%shiptoname%>
85       <br><%shiptoaddress1%>
86       <%if shiptoaddress2%>
87 <br><%shiptoaddress2%>
88 <%end shiptoaddress2%>
89       <br><%shiptocity%> <%shiptostate%> <%shiptozipcode%>
90       <%if shiptocountry%>
91 <%shiptocountry%>
92 <%end shiptocountry%>
93       </td>
94     </tr>
95     </table>
96     </td>
97   </tr>
98
99   <tr>
100     <td>&nbsp;</td>
101   </tr>
102   
103   <tr>
104     <td>
105     <table width=100%>
106     <tr bgcolor=000000>
107 <!--      <th align=right><font color=ffffff>No.</th>  -->
108         <th align=left><font color=ffffff>N&uacute;mero</font></th>
109         <th align=left><font color=ffffff>Descri&ccedil;&atilde;o</font></th>
110         <th><font color=ffffff>Quant.</font></th>
111       <th>&nbsp;</th>
112         <th><font color=ffffff>Pre&ccedil;o</font></th>
113         <th><font color=ffffff>Disc.</font></th>
114         <th><font color="ffffff">Total</font></th>
115     </tr>
116
117 <%foreach number%>
118     <tr valign=top>
119 <!--      <td align=right><%runningnumber%>.</td>
120 adjust the colspan if you include this to shift subtotal one to the right
121 -->
122       <td><%number%></td>
123       <td><%description%></td>
124       <td align=right><%qty%></td>
125       <td><%unit%></td>
126       <td align=right><%sellprice%></td>
127       <td align=right><%discount%></td>
128       <td align=right><%linetotal%></td>
129     </tr>
130 <%end number%>
131
132     <tr>
133       <td colspan=7><hr noshade></td>
134     </tr>
135     
136     <tr>
137 <%if taxincluded%>
138       <th colspan=5 align=right>Total</th>
139       <td colspan=2 align=right><%ordtotal%></td>
140 <%end taxincluded%>
141
142 <%if not taxincluded%>
143       <th colspan=5 align=right>Subtotal</th>
144       <td colspan=2 align=right><%subtotal%></td>
145 <%end taxincluded%>
146     </tr>
147
148 <%foreach tax%>
149     <tr>
150         <th colspan=5 align=right> 
151           <%taxdescription%>
152           em 
153           <%taxbase%>
154           @ 
155           <%taxrate%>
156           %</th>
157       <td colspan=2 align=right><%tax%></td>
158     </tr>
159 <%end tax%>
160
161     <tr>
162       <td colspan=2>&nbsp;</td>
163       <td colspan=5><hr noshade></td>
164     </tr>
165
166     <tr>
167         <td colspan=3>Faturar para<b> 
168           <%terms%>
169           </b> dias</td>
170       <th colspan=2 align=right>Total</th>
171       <th colspan=2 align=right><%ordtotal%></th>
172     </tr>
173 <%if taxincluded%>
174     <tr>
175         <td colspan=3>Impostos inclusos do total</td>
176     </tr>
177 <%end taxincluded%>
178
179     <tr>
180       <td>&nbsp;</td>
181     </tr>
182
183     </table>
184     </td>
185   </tr>
186
187 <tr>
188   <td>
189   <table width=100%>
190     <tr valign=top>
191 <%if notes%>
192         <td>Obs.:</td>
193       <td><pre><%notes%></pre></td>
194 <%end notes%>
195         <td align=right> Pre&ccedil;os em<b> 
196           <%currency%>
197           </b><br>
198           <%shippingpoint%>
199       </td>
200     </tr>
201
202   </table>
203   </td>
204 </tr>
205
206 <tr><td>&nbsp;</td></tr>
207   
208 <tr>
209   <td>
210   <table width=100%>
211   <tr valign=top>
212         <td><font size=-3> </font> </td>
213     <td width=150>
214     X <hr noshade>
215     </td>
216   </tr>
217   </table>
218   </td>
219 </tr>
220
221
222
223
224
225
226
227 </body>
228 </html>
229