From 45b6109969b7be1155bde6fed932d3b00b4dc409 Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 6 Sep 2024 21:17:37 +0200 Subject: [PATCH] feat(finances): add server costs to financial data Added server cost expenses to the financial records in the JSON file. This update ensures that all operational costs are accurately reflected, providing a clearer picture of the overall financial status. This change is necessary for improved budget tracking and financial reporting. --- data/finances.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/finances.json b/data/finances.json index 16f621d..4e0666b 100644 --- a/data/finances.json +++ b/data/finances.json @@ -58,6 +58,9 @@ "9": { "Membership Fees": { "EUR": 75 + }, + "Server Costs": { + "EUR": -36.67 } } }