feat(finances): add membership fees entry
All checks were successful
Build and Deploy Static Site / build (push) Successful in 1m2s
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:
parent
ff6da86cb6
commit
46ca441a32
1 changed files with 5 additions and 0 deletions
|
@ -46,6 +46,11 @@
|
||||||
"Server Costs": {
|
"Server Costs": {
|
||||||
"EUR": -264.99
|
"EUR": -264.99
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"8": {
|
||||||
|
"Membership Fees": {
|
||||||
|
"EUR": 25
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue