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:
parent
0624fd6f13
commit
94c71e340d
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@
|
|||
},
|
||||
"Server Costs": {
|
||||
"EUR": -317.62
|
||||
},
|
||||
"Bank Fees": {
|
||||
"EUR": -49.05
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue