kivitendo/templates/French-statement.html @ b197caa3
4dbb0995 | Moritz Bunkus | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional">
|
||
<html>
|
||||
<head>
|
||||
<title>Extrait de compte pour <%name%></title>
|
||||
05c6840d | Moritz Bunkus | <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
|
||
4dbb0995 | Moritz Bunkus | |||
</head>
|
||||
<body bgcolor=ffffff>
|
||||
<table width=100%>
|
||||
<tr>
|
||||
<td width=10> </td>
|
||||
<td>
|
||||
<table width=100%>
|
||||
<tr>
|
||||
<td>
|
||||
<h4>
|
||||
<%company%>
|
||||
<br><%address%>
|
||||
</h4>
|
||||
</td>
|
||||
<th></th>
|
||||
<td align=right>
|
||||
<h4>
|
||||
05c6840d | Moritz Bunkus | Tél : <%tel%>
|
||
4dbb0995 | Moritz Bunkus | <br>Fax : <%fax%>
|
||
</h4>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan=3><h4>E X T R A I T D E C O M P T E</h4></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=3 align=right><%statementdate%></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td>
|
||||
<table width=100%>
|
||||
<tr valign=top>
|
||||
<td><%name%>
|
||||
<br><%street%>
|
||||
<br><%zipcode%>
|
||||
<br><%city%>
|
||||
<br><%country%>
|
||||
<br>
|
||||
<%if customerphone%>
|
||||
05c6840d | Moritz Bunkus | <br>Tél : <%customerphone%>
|
||
4dbb0995 | Moritz Bunkus | <%end customerphone%>
|
||
<%if customerfax%>
|
||||
<br>Fax : <%customerfax%>
|
||||
<%end customerfax%>
|
||||
<%if email%>
|
||||
<br><%email%>
|
||||
<%end email%>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr height=10></tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td>
|
||||
<table width=100%>
|
||||
<tr>
|
||||
05c6840d | Moritz Bunkus | <th align=left>Facture n°</th>
|
||
4dbb0995 | Moritz Bunkus | <th width=15%>Date</th>
|
||
<th width=15%>Echeance</th>
|
||||
<th width=10%>Actuel</th>
|
||||
<th width=10%>30</th>
|
||||
<th width=10%>60</th>
|
||||
<th width=10%>90+</th>
|
||||
</tr>
|
||||
<%foreach invnumber%>
|
||||
<tr>
|
||||
<td><%invnumber%></td>
|
||||
<td><%invdate%></td>
|
||||
<td><%duedate%></td>
|
||||
<td align=right><%c0%></td>
|
||||
<td align=right><%c30%></td>
|
||||
<td align=right><%c60%></td>
|
||||
<td align=right><%c90%></td>
|
||||
</tr>
|
||||
<%end invnumber%>
|
||||
<tr>
|
||||
<td colspan=7><hr size=1></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<th align=right><%c0total%></td>
|
||||
<th align=right><%c30total%></td>
|
||||
<th align=right><%c60total%></td>
|
||||
<th align=right><%c90total%></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr height=10></tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td align=right>
|
||||
<table width=50%>
|
||||
<tr>
|
||||
05c6840d | Moritz Bunkus | <th>Solde impayé</th>
|
||
4dbb0995 | Moritz Bunkus | <th align=right><%total%></th>
|
||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td><hr noshade></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td>Tout paiement au nom de <b><%company%></b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr height=20></tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|