diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-05-16 20:26:52 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-05-16 20:26:52 +0000 |
commit | 248197504db43892159f18d6f1859b165c93c6e3 (patch) | |
tree | e265c7e10df5323f517e9eba4fe689bf2eb1d45d /tmpl/index.html | |
parent | 4bcc832376e999f0e820e7cc1da6275b13fc0b09 (diff) | |
download | mgatres-248197504db43892159f18d6f1859b165c93c6e3.tar mgatres-248197504db43892159f18d6f1859b165c93c6e3.tar.gz mgatres-248197504db43892159f18d6f1859b165c93c6e3.tar.bz2 mgatres-248197504db43892159f18d6f1859b165c93c6e3.tar.xz mgatres-248197504db43892159f18d6f1859b165c93c6e3.zip |
Add yearly and monthly transactions pages
git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8283 5b7c3c08-40e5-403b-9995-ace06908e4af
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 af713fa..f5976d1 100644 --- a/tmpl/index.html +++ b/tmpl/index.html @@ -44,6 +44,14 @@ [%- END -%] </ul> + <h3>Accounts history</h3> + + <ul> + [%- FOR year IN transactions.by_year.keys.sort.reverse -%] + <li><a href="y_[% year %].html">[%- year -%]</a></li> + [%- END -%] + </ul> + <h3>Grisbi</h3> <p> Mageia.Org accounts are managed using <a href="http://grisbi.org/">grisbi</a>. |