diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-05-15 22:56:40 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-05-15 22:56:40 +0000 |
commit | 1147dad388d999527ac5777df83d6e8d6b7c0eb5 (patch) | |
tree | 75f32205aeed1c9d7ee2c9d2af4289097bb5edbd | |
parent | 8d7b72e398f3df491833f5bfc3ea628ca33fdf9b (diff) | |
download | mgatres-1147dad388d999527ac5777df83d6e8d6b7c0eb5.tar mgatres-1147dad388d999527ac5777df83d6e8d6b7c0eb5.tar.gz mgatres-1147dad388d999527ac5777df83d6e8d6b7c0eb5.tar.bz2 mgatres-1147dad388d999527ac5777df83d6e8d6b7c0eb5.tar.xz mgatres-1147dad388d999527ac5777df83d6e8d6b7c0eb5.zip |
index.html: add accounts status
git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8267 5b7c3c08-40e5-403b-9995-ace06908e4af
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | tmpl/index.html | 11 |
2 files changed, 10 insertions, 2 deletions
@@ -1,6 +1,7 @@ - add per person donation pages - index.html: add something about treasurer-commits ML +- index.html: add accounts status Version 0.1 diff --git a/tmpl/index.html b/tmpl/index.html index ac87349..2920516 100644 --- a/tmpl/index.html +++ b/tmpl/index.html @@ -25,9 +25,16 @@ <a href="donations.html">See more about donations</a>. - <h3>Expenses</h3> + <h3>Accounts status</h3> - Coming soon. + <ul> + <li>Global balances: [% transactions.balance %] Euros</li> + [%- FOR ac IN transactions.by_account.values -%] + <li>[% ac.account %] : [% ac.balance %] Euros</li> + [%- END -%] + </ul> + + More details coming soon. <h3>Grisbi</h3> <p> |