Revision 05c6840d
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
templates/French-purchase_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 |
</tr> |
75 | 75 |
|
76 | 76 |
<tr> |
... | ... | |
94 | 94 |
<table width=100%> |
95 | 95 |
<tr bgcolor=000000> |
96 | 96 |
<!-- <th align=right><font color=ffffff>No.</th> --> |
97 |
<th align=left><font color=ffffff>N?</th>
|
|
97 |
<th align=left><font color=ffffff>N°</th>
|
|
98 | 98 |
<th align=left><font color=ffffff>Description</th> |
99 |
<th><font color=ffffff>Qt?</th>
|
|
99 |
<th><font color=ffffff>Qté</th>
|
|
100 | 100 |
<th> </th> |
101 | 101 |
<th><font color=ffffff>Prix</th> |
102 | 102 |
<th><font color=ffffff>Montant</th> |
... | ... | |
105 | 105 |
<%foreach number%> |
106 | 106 |
<tr valign=top> |
107 | 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.
|
|
108 |
veuillez ajuster le colspan si vous voulez inclure ce poste pour décaler le sous-total vers la droite.
|
|
109 | 109 |
--> |
110 | 110 |
<td><%number%></td> |
111 | 111 |
<td><%description%></td> |
... | ... | |
138 | 138 |
</tr> |
139 | 139 |
|
140 | 140 |
<tr> |
141 |
<td colspan=2>? r?gler dans <b><%terms%></b> jours au plus tard</td>
|
|
141 |
<td colspan=2>À régler dans <b><%terms%></b> jours au plus tard</td>
|
|
142 | 142 |
<th colspan=2 align=right>Total</th> |
143 | 143 |
<th colspan=2 align=right><%total%></th> |
144 | 144 |
</tr> |
... | ... | |
156 | 156 |
<table width=100%> |
157 | 157 |
<tr valign=top> |
158 | 158 |
<%if notes%> |
159 |
<td>? noter :</td>
|
|
159 |
<td>À noter :</td>
|
|
160 | 160 |
<td><pre><%notes%></pre></td> |
161 | 161 |
<%end notes%> |
162 | 162 |
<td align=right> |
163 |
Tous prix indiqu?s en <b><%currency%></b>
|
|
163 |
Tous prix indiqués en <b><%currency%></b>
|
|
164 | 164 |
<br><%shippingpoint%> |
165 | 165 |
</td> |
166 | 166 |
</tr> |
Auch abrufbar als: Unified diff
Dateiencodings auf UTF-8 geändert
Fix für Bug 1375.