feat(finances): add server costs for August
All checks were successful
Build and Deploy Static Site / build (push) Successful in 1m1s
All checks were successful
Build and Deploy Static Site / build (push) Successful in 1m1s
Included a new entry in August to account for server costs. This update ensures that all recurring expenses are accurately tracked and reflected in the finances data.
This commit is contained in:
parent
af2767377f
commit
7ba14168f3
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@
|
||||||
"8": {
|
"8": {
|
||||||
"Membership Fees": {
|
"Membership Fees": {
|
||||||
"EUR": 325
|
"EUR": 325
|
||||||
|
},
|
||||||
|
"Server Costs": {
|
||||||
|
"EUR": -77.28
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue