[%- USE date(format='%Y/%m/%d') -%]
[% config.sitename %] treasurer infos
treasurer.mageia.og
This website provides some informations about Mageia.Org bank accounts
status.
Donations
[%- l = 3 -%]
Last [% l %] donations received :
[%- i=0 -%]
[%- FOR don IN donations.donations.sort('date').reverse -%]
[%- i = i + 1 -%]
[%- LAST IF i > l -%]
- [% don.who %] donated [% don.amount %] Euros on [% date.format(don.date) %]
[%- END -%]
See more about donations.
Expenses
Coming soon.
Grisbi
Mageia.Org accounts are managed using grisbi.
For more details about Mageia.Org accounts, you can download
this file, and open it with grisbi.
If you want to receive an email notification when it is updated, you
can subscribe to the treasurer-commits
mailing list.
Questions
For any question related to Mageia.Org accounts or donations you can
send an email to treasurer@mageia.org.
Source code
Source code for the tools used to generate this website is available on
Mageia svn repository :
$ svn co
svn://svn.mageia.org/svn/soft/mga-treasurer/trunk/ mga-treasurer
Last update: [% date.format(last_update, format => '%Y/%m/%d %H:%M:%S') %]