feat(finances): add server costs to financial data
All checks were successful
Build and Deploy Static Site / build (push) Successful in 59s

Added server cost expenses to the financial records in the JSON file. This update ensures that all operational costs are accurately reflected, providing a clearer picture of the overall financial status. This change is necessary for improved budget tracking and financial reporting.
This commit is contained in:
Kumi 2024-09-06 21:17:37 +02:00
parent 784fed0097
commit 45b6109969
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -58,6 +58,9 @@
"9": {
"Membership Fees": {
"EUR": 75
},
"Server Costs": {
"EUR": -36.67
}
}
}