Question about reportSum
error and foreign transfers
#9482
Replies: 1 comment
-
Hey, thanks for noticing! This is indeed a bug. Feel free to open a PR! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've encountered the following error when starting Firefly III core:
After checking the codebase, I noticed this error is related to a specific
reportSum
check (here). From my understanding, this check corresponds to running the following query directly in MariaDB:Upon further investigation, I found that I have many transactions involving transfers to foreign currencies. If I modify the query to include foreign amounts, I get a zero value:
It seems like the
reportSum
logic doesn't consider foreign transfers. Shouldn't this be included in the check?If this is indeed a missing feature or a bug, I’d be happy to help by raising a PR to address it. Let me know if that would be helpful or if there's a preferred approach for resolving this.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions