fsfe-website/about/funds/2018.en.xhtml

158 lines
3.5 KiB
HTML
Raw Permalink Normal View History

2020-01-04 19:12:47 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<html>
<version>1</version>
2020-01-04 19:12:47 +00:00
<head>
<title>Income and Expenses 2018</title>
2020-01-04 19:12:47 +00:00
<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>
2020-04-23 12:44:36 +00:00
<localmenu set="year" id="2018">2018</localmenu>
2020-01-04 19:12:47 +00:00
<h1>Income and Expenses 2018</h1>
<table>
<tr>
<th>Income</th>
<th>EUR</th>
</tr>
<tr>
<td>Donations<a class="fn" href="#fn1">1</a></td>
<td>189,235.03</td>
</tr>
<tr>
2020-04-14 16:37:04 +00:00
<td><a href="https://my.fsfe.org/donate">Supporter</a> contributions and membership fees</td>
2020-01-04 19:12:47 +00:00
<td>184,171.60</td>
</tr>
<tr>
<td>EU funds for <a href="/activities/foss4smes/foss4smes.html">FOSS4SMEs</a></td>
<td>9,904.50</td>
</tr>
<tr>
<td>Paid services</td>
<td>81,090.47</td>
</tr>
<tr>
<td><a href="/order/order.html">Merchandise</a></td>
<td>33,974.07</td>
</tr>
<tr>
<td>Interest</td>
<td>31.94</td>
</tr>
<tr class="sum">
<td>Total income</td>
<td>498,407.61</td>
</tr>
<tr>
<th>Expenses</th>
<th>EUR</th>
</tr>
<tr>
<td>Basic infrastructure costs<a class="fn" href="#fn2">2</a></td>
<td>132,163,86</td>
</tr>
<tr>
<td>Public awareness<a class="fn" href="#fn3">3</a></td>
<td>119,988.36</td>
</tr>
<tr>
<td><a href="/activities/ftf/">Legal work</a></td>
2020-01-04 19:12:47 +00:00
<td>105,265,27</td>
</tr>
<tr>
<td>Policy work</td>
<td>74,061.62</td>
</tr>
<tr>
<td><a href="https://www.foss4smes.eu/">FOSS4SMEs project</a></td>
<td>12,233.11</td>
</tr>
<tr>
<td><a href="/order/order.html">Merchandise</a></td>
<td>34,493.87</td>
</tr>
<tr class="sum">
<td>Total expenses</td>
<td>478,206.09</td>
</tr>
<tr class="sum">
<td>Surplus</td>
<td>20,201.52</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-2018.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>
<li id="fn3">
All activities of FSFE that create and foster public awareness about
Free Software. This includes booths at fairs and other public events,
public speeches,
<a href="/contribute/spreadtheword.html">information material</a>, and
the <a href="https://reuse.software/">the REUSE project</a>.
</li>
</ol>
</body>
</html>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->