Revision 05c6840d
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
templates/French-sales_order.html | ||
---|---|---|
5 | 5 |
<head> |
6 | 6 |
|
7 | 7 |
<title>Commande <%ordnumber%> <%name%></title> |
8 |
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-15">
|
|
8 |
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
|
|
9 | 9 |
|
10 | 10 |
</head> |
11 | 11 |
|
... | ... | |
27 | 27 |
|
28 | 28 |
<td align=right> |
29 | 29 |
<h4> |
30 |
T?l : <%tel%>
|
|
30 |
Tél : <%tel%>
|
|
31 | 31 |
<br>Fax : <%fax%> |
32 | 32 |
</h4> |
33 | 33 |
</td> |
... | ... | |
56 | 56 |
</tr> |
57 | 57 |
|
58 | 58 |
<tr> |
59 |
<th align=right>N? commande</th><td> </td><td><%ordnumber%></td></tr>
|
|
59 |
<th align=right>N° commande</th><td> </td><td><%ordnumber%></td></tr>
|
|
60 | 60 |
</tr> |
61 | 61 |
|
62 | 62 |
<tr> |
... | ... | |
70 | 70 |
<td> |
71 | 71 |
<table width="100%"> |
72 | 72 |
<tr bgcolor="000000"> |
73 |
<th align=left><font color="ffffff">Command? par</th>
|
|
73 |
<th align=left><font color="ffffff">Commandé par</th>
|
|
74 | 74 |
<th align=left><font color="ffffff">Adresse d'envoi</th> |
75 | 75 |
</tr> |
76 | 76 |
|
... | ... | |
101 | 101 |
<td> |
102 | 102 |
<table width="100%"> |
103 | 103 |
<tr bgcolor="000000"> |
104 |
<!-- <th align=right><font color="ffffff">N?</th> -->
|
|
105 |
<th align=left><font color="ffffff">N?</th>
|
|
104 |
<!-- <th align=right><font color="ffffff">N°</th> -->
|
|
105 |
<th align=left><font color="ffffff">N°</th>
|
|
106 | 106 |
<th align=left><font color="ffffff">Description</th> |
107 |
<th><font color="ffffff">Qt?</th>
|
|
107 |
<th><font color="ffffff">Qté</th>
|
|
108 | 108 |
<th> </th> |
109 | 109 |
<th><font color="ffffff">Prix</th> |
110 | 110 |
<th><font color="ffffff">Remise</th> |
... | ... | |
155 | 155 |
</tr> |
156 | 156 |
|
157 | 157 |
<tr> |
158 |
<td colspan=3>? r?gler dans <b><%terms%></b> jours au plus tard</td>
|
|
158 |
<td colspan=3>À régler dans <b><%terms%></b> jours au plus tard</td>
|
|
159 | 159 |
<th colspan=2 align=right>Total</th> |
160 | 160 |
<th colspan=2 align=right><%ordtotal%></th> |
161 | 161 |
</tr> |
... | ... | |
178 | 178 |
<table width="100%"> |
179 | 179 |
<tr valign=top> |
180 | 180 |
<%if notes%> |
181 |
<td>? noter :</td>
|
|
181 |
<td>À noter :</td>
|
|
182 | 182 |
<td><%notes%></td> |
183 | 183 |
<%end notes%> |
184 | 184 |
<td align=right> |
185 |
Tous prix indiqu?s en <b><%currency%></b>
|
|
185 |
Tous prix indiqués en <b><%currency%></b>
|
|
186 | 186 |
<br><%shippingpoint%> |
187 | 187 |
</td> |
188 | 188 |
</tr> |
... | ... | |
211 | 211 |
</tr> |
212 | 212 |
<tr> |
213 | 213 |
<td colspan=5> |
214 |
<h6><center>N? TVA : Banque : N? de compte : Code SWIFT : </center>
|
|
214 |
<h6><center>N° TVA : Banque : N° de compte : Code SWIFT : </center>
|
|
215 | 215 |
</h6> |
216 | 216 |
</td> |
217 | 217 |
</tr> |
Auch abrufbar als: Unified diff
Dateiencodings auf UTF-8 geändert
Fix für Bug 1375.