so Search.tsf and Search.rdf work
[freeside.git] / sql-ledger / templates / French-purchase_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;D E&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     </tr>
75
76     <tr>
77       <td><%name%>
78       <br><%address1%>
79       <%if address2%>
80 <br><%address2%>
81 <%end address2%>
82       <br><%city%> <%state%> <%zipcode%>
83       <%if country%>
84 <%country%>
85 <%end country%>
86       </td>
87     </tr>
88     </table>
89     </td>
90   </tr>
91
92   <tr>
93     <td>&nbsp;</td>
94   </tr>
95   
96   <tr>
97     <td>
98     <table width=100%>
99     <tr bgcolor=000000>
100 <!--      <th align=right><font color=ffffff>No.</th>  -->
101       <th align=left><font color=ffffff>N°</th>
102       <th align=left><font color=ffffff>Description</th>
103       <th><font color=ffffff>Qté</th>
104       <th>&nbsp;</th>
105       <th><font color=ffffff>Prix</th>
106       <th><font color=ffffff>Montant</th>
107     </tr>
108
109 <%foreach number%>
110     <tr valign=top>
111 <!--      <td align=right><%runningnumber%>.</td>
112 veuillez ajuster le colspan si vous voulez inclure ce poste pour décaler le sous-total vers la droite.
113 -->
114       <td><%number%></td>
115       <td><%description%></td>
116       <td align=right><%qty%></td>
117       <td><%unit%></td>
118       <td align=right><%sellprice%></td>
119       <td align=right><%linetotal%></td>
120     </tr>
121 <%end number%>
122
123     <tr>
124       <td colspan=6><hr noshade></td>
125     </tr>
126     
127     <tr>
128       <th colspan=4 align=right>Sous-total</th>
129       <td colspan=2 align=right><%subtotal%></td>
130     </tr>
131
132 <%foreach tax%>
133     <tr>
134       <th colspan=4 align=right><%taxdescription%> @ <%taxrate%> %</th>
135       <td colspan=2 align=right><%tax%></td>
136     </tr>
137 <%end tax%>
138
139     <tr>
140       <td colspan=2>&nbsp;</td>
141       <td colspan=4><hr noshade></td>
142     </tr>
143
144     <tr>
145       <td colspan=2>À régler dans <b><%terms%></b> jours au plus tard</td>
146       <th colspan=2 align=right>Total</th>
147       <th colspan=2 align=right><%total%></th>
148     </tr>
149
150     <tr>
151       <td>&nbsp;</td>
152     </tr>
153
154     </table>
155     </td>
156   </tr>
157
158 <tr>
159   <td>
160   <table width=100%>
161     <tr valign=top>
162 <%if notes%>
163       <td>À noter&nbsp;:</td>
164       <td><pre><%notes%></pre></td>
165 <%end notes%>
166       <td align=right>
167       Tous prix indiqués en <b><%currency%></b>
168       <br><%shippingpoint%>
169       </td>
170     </tr>
171
172   </table>
173   </td>
174 </tr>
175
176 <tr><td>&nbsp;</td></tr>
177   
178 <tr>
179   <td>
180   <table width=100%>
181   <tr valign=top>
182     <td>
183 <!--
184 <font size=-3>
185     Payment due NET <%terms%> Days from date of Invoice.
186     Interest on overdue amounts will acrue at the rate of 1.5% per month
187     from due date until paid in full. Items returned are subject to
188     a 10% restocking charge. A return authorization must be obtained
189     from <%company%> before goods are returned. Returns must be shipped
190     prepaid and properly insured. <%company%> will not be responsible
191     for damages during transit.
192     </font>
193 -->
194     </td>
195     <td width=150>
196     X <hr noshade>
197     </td>
198   </tr>
199   </table>
200   </td>
201 </tr>
202
203 </table>
204
205 </td>
206 </tr>
207 </table>
208
209 </body>
210 </html>
211