add some time-worked reporting
[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><%address1%>
51           <%if address2%>
52 <br><%address2%>
53 <%end address2%>
54           <br><%city%> <%state%> <%zipcode%>
55           <%if country%>
56 <%country%>
57 <%end country%>
58           <br>
59 <%if customerphone%>
60           <br>Tél&nbsp;: <%customerphone%>
61 <%end customerphone%>
62 <%if customerfax%>
63           <br>Fax&nbsp;: <%customerfax%>
64 <%end customerfax%>
65 <%if email%>
66           <br><%email%>
67 <%end email%>
68           </td>
69         </tr>
70       </table>
71     </td>
72   </tr>
73   <tr height=10></tr>
74   <tr>
75     <td>&nbsp;</td>
76     <td>
77       <table width=100%>
78         <tr>
79           <th align=left>Facture n°</th>
80           <th width=15%>Date</th>
81           <th width=15%>Echeance</th>
82           <th width=10%>Actuel</th>
83           <th width=10%>30</th>
84           <th width=10%>60</th>
85           <th width=10%>90+</th>
86         </tr>
87 <%foreach invnumber%>
88         <tr>
89           <td><%invnumber%></td>
90           <td><%invdate%></td>
91           <td><%duedate%></td>
92           <td align=right><%c0%></td>
93           <td align=right><%c30%></td>
94           <td align=right><%c60%></td>
95           <td align=right><%c90%></td>
96         </tr>
97 <%end invnumber%>
98         <tr>
99           <td colspan=7><hr size=1></td>
100         </tr>
101         <tr>
102           <td>&nbsp;</td>
103           <td>&nbsp;</td>
104           <td>&nbsp;</td>
105           <th align=right><%c0total%></td>
106           <th align=right><%c30total%></td>
107           <th align=right><%c60total%></td>
108           <th align=right><%c90total%></td>
109         </tr>
110       </table>
111     </td>
112   </tr>
113   <tr height=10></tr>
114   <tr>
115     <td>&nbsp;</td>
116     <td align=right>
117       <table width=50%>
118         <tr>
119           <th>Solde impayé</th>
120           <th align=right><%total%></th>
121         </tr>
122       </table>
123     </td>
124   </tr>
125   <tr>
126     <td>&nbsp;</td>
127     <td><hr noshade></td>
128   </tr>
129   <tr>
130     <td>&nbsp;</td>
131     <td>Tout paiement au nom de <b><%company%></b>
132     </td>
133   </tr>
134   <tr height=20></tr>
135 </table>
136 </body>
137 </html>