so Search.tsf and Search.rdf work
[freeside.git] / sql-ledger / templates / French-sales_order.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional">
2
3 <html>
4
5 <head>
6
7 <title>Commande <%ordnumber%> <%name%></title>
8 <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-15">
9
10 </head>
11
12 <body bgcolor="ffffff">
13
14 <table width="100%">
15 <tr valign=bottom>
16   <td width=10>&nbsp;</td>
17   <td>
18   
19   <table width="100%">
20   <tr>
21     <td>
22       <h4>
23       <%company%>
24       <br><%address%>
25       </h4>
26     </td>
27
28     <td align=right>
29       <h4>
30       Tél&nbsp;: <%tel%>
31       <br>Fax&nbsp;: <%fax%>
32       </h4>
33     </td>
34   </tr>
35
36   <tr>
37     <th colspan=3>
38       <h4>B O N&nbsp;&nbsp;&nbsp;D E&nbsp;&nbsp;&nbsp;C O M M A N D E</h4>
39     </th>
40   </tr>
41
42   </table>
43
44
45   <table width=100% cellspacing=0 cellpadding=0>
46     
47   <tr>
48     <td align=right>
49     <table>
50     <tr>
51       <th align=right>Date commande</th><td width=10>&nbsp;</td><td><%orddate%></td>
52     </tr>
53   
54     <tr>
55       <th align=right>Requis pour</th><td width=10>&nbsp;</td><td><%reqdate%></td>
56     </tr>
57
58     <tr>
59       <th align=right>N° commande</th><td>&nbsp;</td><td><%ordnumber%></td></tr>
60     </tr>
61   
62     <tr>
63       <td>&nbsp;</td>
64     </tr>
65     </td>
66     </table>
67   </tr>
68
69   <tr>
70     <td>
71     <table width="100%">
72     <tr bgcolor="000000">
73       <th align=left><font color="ffffff">Commandé par</th>
74       <th align=left><font color="ffffff">Adresse d'envoi</th>
75     </tr>
76
77     <tr>
78       <td><%name%>
79       <br><%address1%>
80       <%if address2%>
81 <br><%address2%>
82 <%end address2%>
83       <br><%city%> <%state%> <%zipcode%>
84       <%if country%>
85 <%country%>
86 <%end country%>
87       </td>
88
89       <td><%shiptoname%>
90       <br><%shiptoaddress1%>
91       <%if shiptoaddress2%>
92 <br><%shiptoaddress2%>
93 <%end shiptoaddress2%>
94       <br><%shiptocity%> <%shiptostate%> <%shiptozipcode%>
95       <%if shiptocountry%>
96 <%shiptocountry%>
97 <%end shiptocountry%>
98       </td>
99     </tr>
100     </table>
101     </td>
102   </tr>
103
104   <tr>
105     <td>&nbsp;</td>
106   </tr>
107   
108   <tr>
109     <td>
110     <table width="100%">
111     <tr bgcolor="000000">
112 <!--      <th align=right><font color="ffffff">N°</th>  -->
113       <th align=left><font color="ffffff">N°</th>
114       <th align=left><font color="ffffff">Description</th>
115       <th><font color="ffffff">Qté</th>
116       <th>&nbsp;</th>
117       <th><font color="ffffff">Prix</th>
118       <th><font color="ffffff">Remise</th>
119       <th><font color="ffffff">Montant</th>
120     </tr>
121
122 <%foreach number%>
123     <tr valign=top>
124 <!--      <td align=right><%runningnumber%>.</td>
125 adjust the colspan if you include this to shift subtotal one to the right
126 -->
127       <td><%number%></td>
128       <td><%description%></td>
129       <td align=right><%qty%></td>
130       <td><%unit%></td>
131       <td align=right><%sellprice%></td>
132       <td align=right><%discount%></td>
133       <td align=right><%linetotal%></td>
134     </tr>
135 <%end number%>
136
137     <tr>
138       <td colspan=7><hr noshade></td>
139     </tr>
140     
141     <tr>
142 <%if taxincluded%>
143       <th colspan=5 align=right>Total</th>
144       <td colspan=2 align=right><%ordtotal%></td>
145 <%end taxincluded%>
146
147 <%if not taxincluded%>
148       <th colspan=5 align=right>Sous-total</th>
149       <td colspan=2 align=right><%subtotal%></td>
150 <%end taxincluded%>
151     </tr>
152
153 <%foreach tax%>
154     <tr>
155       <th colspan=5 align=right><%taxdescription%></th>
156       <td colspan=2 align=right><%tax%></td>
157     </tr>
158 <%end tax%>
159
160     <tr>
161       <td colspan=2>&nbsp;</td>
162       <td colspan=5><hr noshade></td>
163     </tr>
164
165     <tr>
166       <td colspan=3>À régler dans <b><%terms%></b> jours au plus tard</td>
167       <th colspan=2 align=right>Total</th>
168       <th colspan=2 align=right><%ordtotal%></th>
169     </tr>
170 <%if taxincluded%>
171     <tr>
172       <td colspan=3>Taxe comprise dans Total</td>
173     </tr>
174 <%end taxincluded%>
175
176     <tr>
177       <td>&nbsp;</td>
178     </tr>
179
180     </table>
181     </td>
182   </tr>
183
184 <tr>
185   <td>
186   <table width="100%">
187     <tr valign=top>
188 <%if notes%>
189       <td>À noter&nbsp;:</td>
190       <td><%notes%></td>
191 <%end notes%>
192       <td align=right>
193       Tous prix indiqués en <b><%currency%></b>
194       <br><%shippingpoint%>
195       </td>
196     </tr>
197
198   </table>
199   </td>
200 </tr>
201
202 <tr><td>&nbsp;</td></tr>
203   
204 <tr>
205   <td>
206   <table width="100%">
207   <tr valign=top>
208     <td><font size=-3>
209 <!--
210     A 10% order cancellation fee will be applied for any special order
211     products or products that have been customized, enhanced or
212     upgraded at customers request.
213 -->
214     </font>
215     </td>
216     <td width=150>
217     X <hr noshade>
218     </td>
219   </tr>
220   <tr>
221   <td colspan=5>
222     <h6><center>N° TVA&nbsp;: &nbsp;&nbsp;Banque&nbsp;: &nbsp;&nbsp;N° de compte&nbsp;: &nbsp;&nbsp;Code SWIFT&nbsp;: </center>
223       </h6>
224   </td>
225   </tr>
226   </table>
227   </td>
228 </tr>
229
230 </table>
231
232 </td>
233 </tr>
234 </table>
235
236 </body>
237 </html>