[%- USE date(format='%Y/%m/%d') -%] [% config.sitename %] treasurer infos [%- INCLUDE head.html -%] [% INCLUDE head_chart.html %] [%- INCLUDE body_top.html -%]

treasurer.mageia.org

Donations

RSS feed [%- l = 3 -%] Last [% l %] donations received : See more about donations.

Accounts status

Expenses and revenues by category

[%- SET ca_expenses = []; SET ca_expenses_names = []; SET ca_revenues = []; SET ca_revenues_names = []; FOREACH ca IN transactions.by_ca.keys.sort; IF transactions.by_ca.$ca.expenses != 0; ca_expenses.push(ca); ca_expenses_names.push(transactions.by_ca.$ca.c_name); END; IF transactions.by_ca.$ca.revenues != 0; ca_revenues.push(ca); ca_revenues_names.push(transactions.by_ca.$ca.c_name); END; END; -%]

Expenses

[% IF ca_expenses.size > 1 %] [% END %]

Revenues

[% IF ca_revenues.size > 1 %] [% END %]

Accounts history

Who donated money

You can find a list of people who donated to Mageia.Org.

RSS Feeds

Donations RSS Feed RSS feed

Transactions RSS Feed RSS feed

JSON data

Some data is available in json format :

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 git repository :

$ git clone git://git.mageia.org/software/infrastructure/mgatres

Last update: [% date.format(last_update, format => '%Y/%m/%d %H:%M:%S') %]