privatecoffee-website/data/finances.json
Kumi 35ebd8355a
All checks were successful
Build and Deploy Static Site (Pride Theme) / build (push) Successful in 1m38s
Build and Deploy Static Site / build (push) Successful in 1m56s
chore: Updates server costs in financial data
Adjusts EUR value for server costs from -117.90 to -315.12
to reflect updated expenses. This change ensures accuracy
in financial reporting and aids in budget forecasting.
2024-12-11 09:35:39 +01:00

102 lines
No EOL
2.4 KiB
JSON

{
"2024": {
"04": {
"Membership Fees": {
"EUR": 365
},
"Server Costs": {
"EUR": -216.57
},
"Administrative Expenses": {
"EUR": -36.10,
"Notes": "Administrative fee for the formation of the association"
}
},
"05": {
"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"
}
},
"06": {
"Membership Fees": {
"EUR": 382.42
},
"Server Costs": {
"EUR": -317.62
},
"Bank Fees": {
"EUR": -49.05
}
},
"07": {
"Membership Fees": {
"EUR": 422.42
},
"Donations": {
"XMR": 1.0
},
"Server Costs": {
"EUR": -264.99
}
},
"08": {
"Membership Fees": {
"EUR": 402.42
},
"Server Costs": {
"EUR": -416.47
}
},
"09": {
"Membership Fees": {
"EUR": 468.11
},
"Server Costs": {
"EUR": -243.46
},
"Bank Fees": {
"EUR": -53.32
}
},
"10": {
"Membership Fees": {
"EUR": 407.65
},
"Server Costs": {
"EUR": -440.98
},
"Miscellaneous": {
"EUR": 0.01,
"Notes": "Bank account verification"
}
},
"11": {
"Membership Fees": {
"EUR": 387.65
},
"Server Costs": {
"EUR": -366.93
}
},
"12": {
"Membership Fees": {
"EUR": 400.23
},
"Server Costs":{
"EUR": -315.12
},
"Marketing": {
"EUR": -75.8,
"Notes": "Branded coffee mugs"
}
}
}
}