feat(finances): add membership fees entry
All checks were successful
Build and Deploy Static Site / build (push) Successful in 1m2s

Included a new entry for membership fees with a value of 25 EUR in the finances data structure. This addition tracks new membership fee income, improving financial reporting accuracy.
This commit is contained in:
Kumi 2024-08-01 11:24:41 +02:00
parent ff6da86cb6
commit 46ca441a32
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -46,6 +46,11 @@
"Server Costs": {
"EUR": -264.99
}
},
"8": {
"Membership Fees": {
"EUR": 25
}
}
}
}