allow payment modification so we can import order_number info
[freeside.git] / sql-ledger / templates / French-income_statement.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional">
2
3 <html>
4
5 <head>
6
7 <title>Compte de Résultat</title>
8 <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-15">
9
10 </head>
11
12 <body bgcolor=ffffff>
13
14 <h2 align=center>
15 <%company%>
16 <br><%address%>
17
18 <p>Compte de Résultat
19 <br><%period%>
20 </h2>
21
22
23 <table width=100% border=0>
24 <tr>
25   <th width=400 align=left colspan=2>RECETTES<br><hr width=300 size=5 align=left noshade></th>
26   <th><%this_period%></th>
27   <th><%last_period%></th>
28 </tr>
29
30 <%foreach income_account%>
31 <tr>
32   <td width=4> </td>
33   <td><%income_account%></td>
34   <td align=right><%income_this_period%></td>
35   <td align=right><%income_last_period%></td>
36 </tr>
37 <%end income_account%>
38
39 <tr>
40   <td colspan=2> </td>
41   <td><hr noshade size=1></td>
42   <td><hr noshade size=1></td>
43 </tr>
44
45 <tr valign=top>
46   <td> </td>
47   <th align=left>Total Recettes</th>
48   <td align=right><%total_income_this_period%><hr noshade size=2></td>
49   <td align=right><%total_income_last_period%><hr noshade size=2></td>
50 </tr>
51
52 <tr>
53   <th align=left colspan=2>DÉPENSES<br><hr width=300 size=5 align=left noshade></th>
54 </tr>
55
56 <%foreach expense_account%>
57 <tr>
58   <td> </td>
59   <td><%expense_account%></td>
60   <td align=right><%expenses_this_period%></td>
61   <td align=right><%expenses_last_period%></td>
62 </tr>
63 <%end expense_account%>
64
65 <tr>
66   <td colspan=2> </td>
67   <td><hr noshade size=1></td>
68   <td><hr noshade size=1></td>
69 </tr>
70
71 <tr valign=top>
72   <td> </td>
73   <th align=left>Total Dépenses</th>
74   <td align=right><%total_expenses_this_period%><br><hr noshade size=2</td>
75   <td align=right><%total_expenses_last_period%><br><hr noshade size=2</td>
76 </tr>
77
78 <tr valign=top>
79   <th align=left colspan=2>BENEFICES / PERTES (en <%currency%> )</th>
80   <td align=right><%total_this_period%><br><hr noshade size=2></td>
81   <td align=right><%total_last_period%><br><hr noshade size=2></td>
82 </tr>
83
84 </table>
85 </body>
86 </html>