This commit was generated by cvs2svn to compensate for changes in r3241,
[freeside.git] / sql-ledger / templates / French-statement.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional">
2
3 <html>
4
5 <head>
6
7 <title>Extrait de compte pour <%name%></title>
8 <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-15">
9
10 </head>
11
12
13 <body bgcolor=ffffff>
14
15 <table width=100%>
16   <tr>
17     <td width=10>&nbsp;</td>
18     <td>
19       <table width=100%>
20         <tr>
21           <td>
22             <h4>
23             <%company%>
24             <br><%address%>
25             </h4>
26           </td>
27           <th></th>
28           <td align=right>
29           <h4>
30           Tél&nbsp;: <%tel%>
31           <br>Fax&nbsp;: <%fax%>
32           </h4>
33           </td>
34         </tr>
35         <tr>
36           <th colspan=3><h4>E X T R A I T&nbsp;&nbsp;D E&nbsp;&nbsp;C O M P T E</h4></th>
37         </tr>
38         <tr>
39           <td colspan=3 align=right><%statementdate%></td>
40         </tr>
41       </table>
42     </td>
43   </tr>
44   <tr>
45     <td>&nbsp;</td>
46     <td>
47       <table width=100%>
48         <tr valign=top>
49           <td><%name%>
50           <br><%addr1%>
51           <br><%addr2%>
52           <br><%addr3%>
53           <br><%addr4%>
54           <br>
55 <%if customerphone%>
56           <br>Tél&nbsp;: <%customerphone%>
57 <%end customerphone%>
58 <%if customerfax%>
59           <br>Fax&nbsp;: <%customerfax%>
60 <%end customerfax%>
61 <%if email%>
62           <br><%email%>
63 <%end email%>
64           </td>
65         </tr>
66       </table>
67     </td>
68   </tr>
69   <tr height=10></tr>
70   <tr>
71     <td>&nbsp;</td>
72     <td>
73       <table width=100%>
74         <tr>
75           <th align=left>Facture n°</th>
76           <th width=15%>Date</th>
77           <th width=15%>Echeance</th>
78           <th width=10%>Actuel</th>
79           <th width=10%>30</th>
80           <th width=10%>60</th>
81           <th width=10%>90+</th>
82         </tr>
83 <%foreach invnumber%>
84         <tr>
85           <td><%invnumber%></td>
86           <td><%invdate%></td>
87           <td><%duedate%></td>
88           <td align=right><%c0%></td>
89           <td align=right><%c30%></td>
90           <td align=right><%c60%></td>
91           <td align=right><%c90%></td>
92         </tr>
93 <%end invnumber%>
94         <tr>
95           <td colspan=7><hr size=1></td>
96         </tr>
97         <tr>
98           <td>&nbsp;</td>
99           <td>&nbsp;</td>
100           <td>&nbsp;</td>
101           <th align=right><%c0total%></td>
102           <th align=right><%c30total%></td>
103           <th align=right><%c60total%></td>
104           <th align=right><%c90total%></td>
105         </tr>
106       </table>
107     </td>
108   </tr>
109   <tr height=10></tr>
110   <tr>
111     <td>&nbsp;</td>
112     <td align=right>
113       <table width=50%>
114         <tr>
115           <th>Solde impayé</th>
116           <th align=right><%total%></th>
117         </tr>
118       </table>
119     </td>
120   </tr>
121   <tr>
122     <td>&nbsp;</td>
123     <td><hr noshade></td>
124   </tr>
125   <tr>
126     <td>&nbsp;</td>
127     <td>Tout paiement au nom de <b><%company%></b>
128     </td>
129   </tr>
130   <tr height=20></tr>
131 </table>
132 </body>
133 </html>