aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/index.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-16 20:27:00 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-16 20:27:00 +0000
commit096e94906cfcb29ae4913d26d136fa834b8e905b (patch)
tree607bc5342d5620b09b12ecf1ca6bc167816ed9c5 /tmpl/index.html
parent89f4b7b98b6138c2ec10dc42e22d3bd27aab33bf (diff)
downloadmgatres-096e94906cfcb29ae4913d26d136fa834b8e905b.tar
mgatres-096e94906cfcb29ae4913d26d136fa834b8e905b.tar.gz
mgatres-096e94906cfcb29ae4913d26d136fa834b8e905b.tar.bz2
mgatres-096e94906cfcb29ae4913d26d136fa834b8e905b.tar.xz
mgatres-096e94906cfcb29ae4913d26d136fa834b8e905b.zip
Add per account transactions pages
git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8286 5b7c3c08-40e5-403b-9995-ace06908e4af
Diffstat (limited to 'tmpl/index.html')
-rw-r--r--tmpl/index.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/tmpl/index.html b/tmpl/index.html
index 511c4b3..0c8153f 100644
--- a/tmpl/index.html
+++ b/tmpl/index.html
@@ -30,13 +30,11 @@
<ul>
<li>Global balances: [% transactions.balance %] Euros</li>
- [%- FOR ac IN transactions.by_ac.values -%]
- <li>[% ac.account %] : [% ac.balance %] Euros</li>
+ [%- FOR ac IN transactions.by_ac.keys -%]
+ <li><a href="a_[% ac %].html">[% transactions.by_ac.$ac.account %]</a>: [% transactions.by_ac.$ac.balance %] Euros</li>
[%- END -%]
</ul>
- More details coming soon.
-
<h3>Expenses and revenues by category</h3>
<ul>