Revision 05c6840d
Von Moritz Bunkus vor etwa 14 Jahren hinzugefügt
templates/French-purchase_order.html | ||
---|---|---|
<head>
|
||
|
||
<title>Commande <%ordnumber%> <%name%></title>
|
||
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-15">
|
||
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
|
||
|
||
</head>
|
||
|
||
... | ... | |
|
||
<td align=right>
|
||
<h4>
|
||
T?l : <%tel%>
|
||
Tél : <%tel%>
|
||
<br>Fax : <%fax%>
|
||
</h4>
|
||
</td>
|
||
... | ... | |
</tr>
|
||
|
||
<tr>
|
||
<th align=right>N? commande</th><td> </td><td><%ordnumber%></td></tr>
|
||
<th align=right>N° commande</th><td> </td><td><%ordnumber%></td></tr>
|
||
</tr>
|
||
|
||
<tr>
|
||
... | ... | |
<td>
|
||
<table width=100%>
|
||
<tr bgcolor=000000>
|
||
<th align=left><font color=ffffff>Command? par</th>
|
||
<th align=left><font color=ffffff>Commandé par</th>
|
||
</tr>
|
||
|
||
<tr>
|
||
... | ... | |
<table width=100%>
|
||
<tr bgcolor=000000>
|
||
<!-- <th align=right><font color=ffffff>No.</th> -->
|
||
<th align=left><font color=ffffff>N?</th>
|
||
<th align=left><font color=ffffff>N°</th>
|
||
<th align=left><font color=ffffff>Description</th>
|
||
<th><font color=ffffff>Qt?</th>
|
||
<th><font color=ffffff>Qté</th>
|
||
<th> </th>
|
||
<th><font color=ffffff>Prix</th>
|
||
<th><font color=ffffff>Montant</th>
|
||
... | ... | |
<%foreach number%>
|
||
<tr valign=top>
|
||
<!-- <td align=right><%runningnumber%>.</td>
|
||
veuillez ajuster le colspan si vous voulez inclure ce poste pour d?caler le sous-total vers la droite.
|
||
veuillez ajuster le colspan si vous voulez inclure ce poste pour décaler le sous-total vers la droite.
|
||
-->
|
||
<td><%number%></td>
|
||
<td><%description%></td>
|
||
... | ... | |
</tr>
|
||
|
||
<tr>
|
||
<td colspan=2>? r?gler dans <b><%terms%></b> jours au plus tard</td>
|
||
<td colspan=2>À régler dans <b><%terms%></b> jours au plus tard</td>
|
||
<th colspan=2 align=right>Total</th>
|
||
<th colspan=2 align=right><%total%></th>
|
||
</tr>
|
||
... | ... | |
<table width=100%>
|
||
<tr valign=top>
|
||
<%if notes%>
|
||
<td>? noter :</td>
|
||
<td>À noter :</td>
|
||
<td><pre><%notes%></pre></td>
|
||
<%end notes%>
|
||
<td align=right>
|
||
Tous prix indiqu?s en <b><%currency%></b>
|
||
Tous prix indiqués en <b><%currency%></b>
|
||
<br><%shippingpoint%>
|
||
</td>
|
||
</tr>
|
Auch abrufbar als: Unified diff
Dateiencodings auf UTF-8 geändert
Fix für Bug 1375.