feat(finances): add server costs to financial data
All checks were successful
Build and Deploy Static Site / build (push) Successful in 59s
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:
parent
784fed0097
commit
45b6109969
1 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,9 @@
|
||||||
"9": {
|
"9": {
|
||||||
"Membership Fees": {
|
"Membership Fees": {
|
||||||
"EUR": 75
|
"EUR": 75
|
||||||
|
},
|
||||||
|
"Server Costs": {
|
||||||
|
"EUR": -36.67
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue