feat(finances): Add membership fees to budget

Introduce a new "Membership Fees" category in the financial data, with an initial amount of 50 EUR. This update is crucial for providing a more comprehensive view of our income streams alongside our expenditures, ensuring our budget reflects all financial aspects accurately. This addition aids in better financial planning and resource allocation for future projects and needs.
This commit is contained in:
Kumi 2024-06-03 18:36:48 +02:00
parent 1a10e8968b
commit 5e20c5f225
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -27,6 +27,9 @@
}
},
"6": {
"Membership Fees": {
"EUR": 50
},
"Server Costs": {
"EUR": -21.94
}