This commit is contained in:
155
about/funds/2017.en.xhtml
Normal file
155
about/funds/2017.en.xhtml
Normal file
@@ -0,0 +1,155 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Income and Expenses 2017 – FSFE</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" style="number" id="2017">2017</localmenu>
|
||||
|
||||
<h1>Income and Expenses 2017</h1>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Income</th>
|
||||
<th>EUR</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Donations<a class="fn" href="#fn1">1</a></td>
|
||||
<td>198,820.36</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="/support">Supporter</a> contributions and membership fees</td>
|
||||
<td>208,581.31</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Paid services</td>
|
||||
<td>107,783.06</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="/order/order.html">Merchandise</a></td>
|
||||
<td>28,580.78</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Interest and currency exchange gains</td>
|
||||
<td>7.22</td>
|
||||
</tr>
|
||||
|
||||
<tr class="sum">
|
||||
<td>Total income</td>
|
||||
<td>543,772.73</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>Expenses</th>
|
||||
<th>EUR</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Basic infrastructure costs<a class="fn" href="#fn2">2</a></td>
|
||||
<td>142,724.77</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Public awareness<a class="fn" href="#fn3">3</a></td>
|
||||
<td>116,770.30</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Community support</td>
|
||||
<td>1,641,50</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="/projects/ftf/ftf.html">Legal work</a></td>
|
||||
<td>83,132.44</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Policy work</td>
|
||||
<td>76.760,25</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="https://www.foss4smes.eu/">FOSS4SMEs project</a></td>
|
||||
<td>2.939,16</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="/order/order.html">Merchandise</a></td>
|
||||
<td>23,425,66</td>
|
||||
</tr>
|
||||
|
||||
<tr class="sum">
|
||||
<td>Total expenses</td>
|
||||
<td>447,394.08</td>
|
||||
</tr>
|
||||
|
||||
<tr class="sum">
|
||||
<td>Surplus</td>
|
||||
<td>96,378.65</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-2017.html">ThankGNUs</a> list.
|
||||
</li>
|
||||
<li id="fn2">
|
||||
Includes personell 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: ***
|
||||
-->
|
1
about/funds/2017.sources
Normal file
1
about/funds/2017.sources
Normal file
@@ -0,0 +1 @@
|
||||
localmenuinfo:[]
|
Reference in New Issue
Block a user