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