diff options
Diffstat (limited to 'tmpl/index.html')
-rw-r--r-- | tmpl/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tmpl/index.html b/tmpl/index.html index 2920516..af713fa 100644 --- a/tmpl/index.html +++ b/tmpl/index.html @@ -36,6 +36,14 @@ More details coming soon. + <h3>Expenses and revenues by category</h3> + + <ul> + [%- FOR ca IN transactions.by_ca.keys.sort %] + <li><b>[% transactions.by_ca.$ca.c_name %]</b>: [% transactions.by_ca.$ca.balance %] Euros</li> + [%- END -%] + </ul> + <h3>Grisbi</h3> <p> Mageia.Org accounts are managed using <a href="http://grisbi.org/">grisbi</a>. |