feat(finances): add membership fees entry
All checks were successful
Build and Deploy Static Site / build (push) Successful in 1m10s
All checks were successful
Build and Deploy Static Site / build (push) Successful in 1m10s
Added a new entry for Membership Fees for September in finances.json. This provides clearer tracking and categorization of income related to membership fees. No other financial data affected.
This commit is contained in:
parent
8ae5ed56ee
commit
a3e1c325be
1 changed files with 5 additions and 0 deletions
|
@ -54,6 +54,11 @@
|
||||||
"Server Costs": {
|
"Server Costs": {
|
||||||
"EUR": -416.47
|
"EUR": -416.47
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"9": {
|
||||||
|
"Membership Fees": {
|
||||||
|
"EUR": 25
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue