privatecoffee-website/data/finances.json
Kumi a9739ef944
All checks were successful
Build and Deploy Static Site / build (push) Successful in 55s
fix(finances): update server cost in EUROS
Increased the server costs under the "EUR" key to reflect the most recent expense update. This ensures that the financial records are accurate and up to date.
2024-07-13 10:00:59 +02:00

49 lines
No EOL
1.2 KiB
JSON

{
"2024": {
"4": {
"Membership Fees": {
"EUR": 365
},
"Server Costs": {
"EUR": -216.57
},
"Domain Names": {},
"Administrative Expenses": {
"EUR": -36.10,
"Notes": "Administrative fee for the formation of the association"
}
},
"5": {
"Membership Fees": {
"EUR": 390
},
"Donations": {
"BTC": 0.000434,
"XMR": 0.447661805527
},
"Server Costs": {
"EUR": -430.04,
"Notes": "Includes setup costs and two monthly payments for new server"
}
},
"6": {
"Membership Fees": {
"EUR": 382.42
},
"Server Costs": {
"EUR": -317.62
},
"Bank Fees": {
"EUR": -49.05
}
},
"7": {
"Membership Fees": {
"EUR": 395
},
"Server Costs": {
"EUR": -225.7
}
}
}
}