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.
This commit is contained in:
Kumi 2024-06-29 09:04:47 +02:00
parent 0624fd6f13
commit 94c71e340d
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -32,6 +32,9 @@
},
"Server Costs": {
"EUR": -317.62
},
"Bank Fees": {
"EUR": -49.05
}
}
}