feat(finances): Add membership fees to budget
Introduce a new "Membership Fees" category in the financial data, with an initial amount of 50 EUR. This update is crucial for providing a more comprehensive view of our income streams alongside our expenditures, ensuring our budget reflects all financial aspects accurately. This addition aids in better financial planning and resource allocation for future projects and needs.
This commit is contained in:
parent
1a10e8968b
commit
5e20c5f225
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@
|
|||
}
|
||||
},
|
||||
"6": {
|
||||
"Membership Fees": {
|
||||
"EUR": 50
|
||||
},
|
||||
"Server Costs": {
|
||||
"EUR": -21.94
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue