From 94c71e340dc5443a626c1df46516cc693f41cf7c Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 29 Jun 2024 09:04:47 +0200 Subject: [PATCH] feat(data): add bank fees to financial records Included bank fees under financial expenses in the JSON data. This ensures a more accurate and comprehensive representation of all outgoing costs, improving financial tracking and reporting. --- data/finances.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/finances.json b/data/finances.json index f6537ca..b03b816 100644 --- a/data/finances.json +++ b/data/finances.json @@ -32,6 +32,9 @@ }, "Server Costs": { "EUR": -317.62 + }, + "Bank Fees": { + "EUR": -49.05 } } }