Revision 05c6840d
Von Moritz Bunkus vor etwa 14 Jahren hinzugefügt
templates/French-sales_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>
|
||
<th align=left><font color="ffffff">Adresse d'envoi</th>
|
||
</tr>
|
||
|
||
... | ... | |
<td>
|
||
<table width="100%">
|
||
<tr bgcolor="000000">
|
||
<!-- <th align=right><font color="ffffff">N?</th> -->
|
||
<th align=left><font color="ffffff">N?</th>
|
||
<!-- <th align=right><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">Remise</th>
|
||
... | ... | |
</tr>
|
||
|
||
<tr>
|
||
<td colspan=3>? r?gler dans <b><%terms%></b> jours au plus tard</td>
|
||
<td colspan=3>À régler dans <b><%terms%></b> jours au plus tard</td>
|
||
<th colspan=2 align=right>Total</th>
|
||
<th colspan=2 align=right><%ordtotal%></th>
|
||
</tr>
|
||
... | ... | |
<table width="100%">
|
||
<tr valign=top>
|
||
<%if notes%>
|
||
<td>? noter :</td>
|
||
<td>À noter :</td>
|
||
<td><%notes%></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>
|
||
... | ... | |
</tr>
|
||
<tr>
|
||
<td colspan=5>
|
||
<h6><center>N? TVA : Banque : N? de compte : Code SWIFT : </center>
|
||
<h6><center>N° TVA : Banque : N° de compte : Code SWIFT : </center>
|
||
</h6>
|
||
</td>
|
||
</tr>
|
Auch abrufbar als: Unified diff
Dateiencodings auf UTF-8 geändert
Fix für Bug 1375.