4 <body bgcolor="#ffffff">
9 <p>[% 'BALANCE SHEET' | $T8 %]
15 <th align="left" width="400" colspan="2">[% 'ASSETS' | $T8 %]<br><hr align="left" width="250" size="5" noshade></th>
16 <th>[% this_period %]</th>
17 <th>[% last_period %]</th>
23 <td>[% row.accno _ ' - ' IF l_accno %][% row.description %]</td>
24 <td align="right">[% LxERP.format_amount(row.this, decimalplaces) %]</td>
26 <td align="right">[% LxERP.format_amount(row.last, decimalplaces) %]</td>
33 <td colspan="2"> </td>
34 <td><hr noshade size="1"></td>
35 <td><hr noshade size="1"></td>
39 <th align="left" colspan="2">[% 'TOTAL' | $T8 %]</th>
40 <td align="right">[% LxERP.format_amount(total.A.this, decimalplaces) %]<hr noshade size="2"></td>
42 <td align="right">[% LxERP.format_amount(total.A.last, decimalplaces) %]<hr noshade size="2"></td>
48 <th align="left" colspan="4">[% 'LIABILITIES' | $T8 %]<b><hr align="left" width="250" size="5" noshade></th>
54 <td>[% row.accno _ ' - ' IF l_accno %][% row.description %]</td>
55 <td align="right">[% LxERP.format_amount(row.this, decimalplaces) %]</td>
57 <td align="right">[% LxERP.format_amount(row.last, decimalplaces) %]</td>
64 <td colspan="2"> </td>
65 <td><hr noshade size="1"></td>
66 <td><hr noshade size="1"></td>
71 <th align="left">[% 'TOTAL' | $T8 %]</th>
72 <td align="right">[% LxERP.format_amount(total.L.this, decimalplaces) %]<br><hr noshade size="2"</td>
74 <td align="right">[% LxERP.format_amount(total.L.last, decimalplaces) %]<br><hr noshade size="2"</td>
80 <th align="left" colspan="4">[% 'EQUITY' | $T8 %]<br><hr align="left" width="250" size="5" noshade></th>
86 <td>[% row.description %]</td>
87 <td align="right">[% LxERP.format_amount(row.this, decimalplaces) %]</td>
89 <td align="right">[% LxERP.format_amount(row.last, decimalplaces) %]</td>
96 <td colspan="2"> </td>
97 <td><hr noshade size="1"></td>
98 <td><hr noshade size="1"></td>
103 <th align="left">[% 'TOTAL' | $T8 %]</th>
104 <td align="right">[% LxERP.format_amount(total.Q.this, decimalplaces) %]<br><hr noshade size="2"</td>
105 [%- IF last_period %]
106 <td align="right">[% LxERP.format_amount(total.Q.last, decimalplaces) %]<br><hr noshade size="2"</td>
112 <th align="left" colspan="2">[% 'TOTAL' | $T8 %] [% 'LIABILITIES' | $T8 %] & [% 'EQUITY' | $T8 %]</th>
113 <td align="right">[% LxERP.format_amount(total.this, decimalplaces) %]<br><hr noshade size="2"></td>
114 [%- IF last_period %]
115 <td align="right">[% LxERP.format_amount(total.last, decimalplaces) %]<br><hr noshade size="2"></td>