import sql-ledger 2.4.4
[freeside.git] / sql-ledger / templates / Estonian-statement.html
1
2 <body bgcolor=ffffff>
3
4 <table width=100%>
5   <tr>
6     <td width=10>&nbsp;</td>
7     <td>
8       <table width=100%>
9         <tr>
10           <td>
11             <h4>
12             <%company%>
13             <br><%address%>
14             </h4>
15           </td>
16           <th><img src=http://www.sql-ledger.org/images/sql-ledger.png border=0 width=64 height=58></th>
17           <td align=right>
18           <h4>
19           Tel: <%tel%>
20           <br>Fax: <%fax%>
21           </h4>
22           </td>
23         </tr>
24         <tr>
25           <th colspan=3><h4>S T A T E M E N T</h4></th>
26         </tr>
27         <tr>
28           <td colspan=3 align=right><%statementdate%></td>
29         </tr>
30       </table>
31     </td>
32   </tr>
33   <tr>
34     <td>&nbsp;</td>
35     <td>
36       <table width=100%>
37         <tr valign=top>
38           <td><%name%>
39           <br><%address1%>
40           <%if address2%>
41 <br><%address2%>
42 <%end address2%>
43           <br><%city%> <%state%> <%zipcode%>
44           <%if country%>
45 <%country%>
46 <%end country%>
47           <br>
48 <%if customerphone%>
49           <br>Tel: <%customerphone%>
50 <%end customerphone%>
51 <%if customerfax%>
52           <br>Fax: <%customerfax%>
53 <%end customerfax%>
54 <%if email%>
55           <br><%email%>
56 <%end email%>
57           </td>
58         </tr>
59       </table>
60     </td>
61   </tr>
62   <tr height=10></tr>
63   <tr>
64     <td>&nbsp;</td>
65     <td>
66       <table width=100%>
67         <tr>
68           <th align=left>Invoice #</th>
69           <th width=15%>Date</th>
70           <th width=15%>Due</th>
71           <th width=10%>Current</th>
72           <th width=10%>30</th>
73           <th width=10%>60</th>
74           <th width=10%>90+</th>
75         </tr>
76 <%foreach invnumber%>
77         <tr>
78           <td><%invnumber%></td>
79           <td><%invdate%></td>
80           <td><%duedate%></td>
81           <td align=right><%c0%></td>
82           <td align=right><%c30%></td>
83           <td align=right><%c60%></td>
84           <td align=right><%c90%></td>
85         </tr>
86 <%end invnumber%>
87         <tr>
88           <td colspan=7><hr size=1></td>
89         </tr>
90         <tr>
91           <td>&nbsp;</td>
92           <td>&nbsp;</td>
93           <td>&nbsp;</td>
94           <th align=right><%c0total%></td>
95           <th align=right><%c30total%></td>
96           <th align=right><%c60total%></td>
97           <th align=right><%c90total%></td>
98         </tr>
99       </table>
100     </td>
101   </tr>
102   <tr height=10></tr>
103   <tr>
104     <td>&nbsp;</td>
105     <td align=right>
106       <table width=50%>
107         <tr>
108           <th>Total Outstanding</th>
109           <th align=right><%total%></th>
110         </tr>
111       </table>
112     </td>
113   </tr>
114   <tr>
115     <td>&nbsp;</td>
116     <td><hr noshade></td>
117   </tr>
118   <tr>
119     <td>&nbsp;</td>
120     <td>Please make check payable to <b><%company%></b>.
121     </td>
122   </tr>
123   <tr height=20></tr>
124 </table>
125