From 5e20c5f225c93f25968f13ee75ddadab436214c2 Mon Sep 17 00:00:00 2001 From: Kumi Date: Mon, 3 Jun 2024 18:36:48 +0200 Subject: [PATCH] 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. --- data/finances.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/finances.json b/data/finances.json index 2b2b7d5..af8c9fb 100644 --- a/data/finances.json +++ b/data/finances.json @@ -27,6 +27,9 @@ } }, "6": { + "Membership Fees": { + "EUR": 50 + }, "Server Costs": { "EUR": -21.94 }