Add 2021 funds
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
1ce11e0cba
commit
25605bbf7e
@ -0,0 +1,153 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<html>
|
||||
<version>1</version>
|
||||
|
||||
<head>
|
||||
<title>Income and Expenses 2021</title>
|
||||
<style type="text/css">
|
||||
tr:nth-child(odd) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
th {
|
||||
color: white;
|
||||
background-color: #3394ce;
|
||||
}
|
||||
td {
|
||||
border-bottom: 1px solid #4ad2f0;
|
||||
}
|
||||
th, td {
|
||||
text-align: right;
|
||||
padding-left: .3em;
|
||||
padding-right: .3em;
|
||||
width: 12em;
|
||||
}
|
||||
th:first-child, td:first-child {
|
||||
text-align: left;
|
||||
width: auto;
|
||||
}
|
||||
tr.sum td {
|
||||
font-weight: bold;
|
||||
background-color: #d7eaf6;
|
||||
border-bottom: 1.5em solid white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p id="category"><a href="/about/funds/funds.html">Cash flow</a></p>
|
||||
|
||||
<localmenu set="year" id="2021">2021</localmenu>
|
||||
|
||||
<h1>Income and Expenses 2021</h1>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Income</th>
|
||||
<th>EUR</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://my.fsfe.org/donate">Supporter</a>
|
||||
contributions<a class="fn" href="#fn1">1</a> and membership fees
|
||||
</td>
|
||||
<td>204,563.33</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>One-time donations<a class="fn" href="#fn1">1</a></td>
|
||||
<td>265,952.19</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Sponsoring</td>
|
||||
<td>71,817.83</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Paid services</td>
|
||||
<td>52,513.60</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="/order/order.html">Merchandise</a></td>
|
||||
<td>23,552.15</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Interest</td>
|
||||
<td>36.82</td>
|
||||
</tr>
|
||||
|
||||
<tr class="sum">
|
||||
<td>Total income</td>
|
||||
<td>618,435.92</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>Expenses</th>
|
||||
<th>EUR</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Basic infrastructure costs<a class="fn" href="#fn2">2</a></td>
|
||||
<td>146,460.17</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="/activities/awareness.html">Public awareness</a></td>
|
||||
<td>166,548.26</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="/activities/policy.html">Policy advocacy</a></td>
|
||||
<td>65,684.03</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="/activities/legal.html">Legal support</a></td>
|
||||
<td>52,502.51</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Paid services</td>
|
||||
<td>41,994.61</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="/order/order.html">Merchandise</a></td>
|
||||
<td>11,079.86</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Taxes on profit of economic activities</td>
|
||||
<td>15,395.05</td>
|
||||
</tr>
|
||||
|
||||
<tr class="sum">
|
||||
<td>Total expenses</td>
|
||||
<td>499,664.49</td>
|
||||
</tr>
|
||||
|
||||
<tr class="sum">
|
||||
<td>Surplus</td>
|
||||
<td>118,771.43</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h2 id="fn">Footnotes</h2>
|
||||
|
||||
<ol>
|
||||
<li id="fn1">
|
||||
A list of all FSFE donors that did not wish anonymity is available on
|
||||
the <a href="/help/thankgnus-2021.html">ThankGNUs</a> list.
|
||||
</li>
|
||||
<li id="fn2">
|
||||
Includes personnel and office costs for management and administration,
|
||||
technical infrastructure, fees from tax consultant and lawyer, and bank
|
||||
fees.
|
||||
</li>
|
||||
</ol>
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1 @@
|
||||
about/funds/.localmenu:[]
|
Loading…
Reference in New Issue