blob: 33c2d31cc6d33537fec26f62475e084fc7c713ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
<?php define('ALIGNMENT', 'Center');require '../../../../langs.php'; ?>
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8" />
<title>Mageia Financial Report (2010)</title>
<meta name="description" content="Mageia financial activity report for 2010." />
<meta name="keywords" content="mageia, financial report, 2010" />
<meta name="author" content="Mageia" />
<link rel="stylesheet" type="text/css" href="/g/style/all.css" />
<?php include '../../../../analytics.php'; ?>
<?php echo common_header(); ?>
</head>
<body class="about">
<h1 id="mgnavt"><a href="../">Activity Reports</a> » 2010 Financial Report</h1>
<div id="doc" class="yui-t7">
<div id="bd" role="main">
<div class="yui-g">
<div class="para values">
<h2>Summary</h2>
<ul>
<li>Amount collected: EUR 8 801.66</li>
<li>Amount spent: EUR 1 277.77</li>
<li>Amount remaining: EUR 7 523.96</li>
</ul>
<h2>Financial Report</h2>
<table id="fr-table"><thead><tr><th>Transaction description</th><th>Income</th><th>Outgoing</th></tr></thead><tbody><tr>
<tr><td colspan=3>Donations and Sales</td></tr>
<tr><td>Donations by Paypal/transfer/check/cash</td><td class="money">EUR 8 801.42</td><td> </td></tr>
<tr><td>Paypal test to validate bank account</td><td class="money">EUR 0.24</td><td> </td></tr>
<tr><td colspan=3>Hardware for servers</td></tr>
<tr><td>HDD for servers (dams)</td><td> </td><td class="money">EUR 921.20</td></tr>
<tr><td>Cables and other stuff for servers (dams)</td><td> </td><td class="money">EUR 17.50</td></tr>
<tr><td colspan=3>Trip to Marseille for hosting at Lost-Oasis</td></tr>
<tr><td>Car rent for going to Marseille (boklm)</td><td> </td><td class="money">EUR 135.00</td></tr>
<tr><td>Gasoline for the car (dams)</td><td> </td><td class="money">EUR 63.00</td></tr>
<tr><td>Croissants for the <em>ielo</em> team (dams)</td><td> </td><td class="money">EUR 12.12</td></tr>
<tr><td>TGV for going back to Paris for 3 people (ennael)</td><td> </td><td class="money">EUR 128.88</td></tr>
<tr><td colspan=3> </td></tr>
<tr><td>Total</td><td class="money">EUR 8 801.66</td><td class="money">EUR 1 277.77</td></tr>
<tr><td>Balance</td><td colspan=2 class="money">EUR 7 523.96</td></tr>
</tbody></table>
<h2>Bank accounts situation</h2>
<ul>
<li>Paypal (non-for-profit organisation account): EUR 63.51</li>
<li>Main account (with checkbook and no credit card): EUR 1 310.24</li>
<li>Savings account (between 2% and 4% of interest): EUR 4 000.00</li>
<li>AUFML account (part to be transfered to Mageia.Org): EUR 2 150.21</li>
</ul>
<h2>Miscellaneous</h2>
<ul>
<li>Donations are mixed as at the beginning they were managed by AUFML. We had a bank transfert with all donations.</li>
<li>You can help Mageia.Org by <a href="/en/donate/" hreflang="en">doing a donation</a>.</li>
<li>You can see the <a href="/en/thank-you" hreflang="en">"thank you" page</a>.</li>
</ul>
<h2>Contact</h2>
Financial report published by Mageia.Org Treasurer on the 2010 Fiscal Year - Damien Lallement).<br>
You can contact us by sending an email to <em>treasurer[at]mageia[dot]org</em>.<br/>
Last update: Mar 18 12:18:53 CET 2011.
</div>
</div>
</div>
</div>
<?php echo common_footer($locale); ?>
</body>
</html>
|