-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Imported OFX incorrectly moving decimal in amounts by 4 places #3638
Comments
Can you upload an example ofx file? |
Below is a test ofx file. I deleted some parts and anonymized amounts, but hopefully it should suffice. The amount 123.45 gets imported as 1,234,500, and the amount 12,345.67 gets imported as 123,456,700.
|
Can you try the test build in #3676 with one of your files? It worked with the example you gave me. |
It looks good when I test thru the Netlify deploy preview link. Thank you so much for your speedy fix!! |
Verified issue does not already exist?
What happened?
When I import an OFX file, I see all amounts in OFX file such as $123.45 that get imported in Actual as $1,234,500.00, so the decimal is being moved 4 extra places.
I am using v24.10.1, and the OFX file includes <?OFX OFXHEADER="200" VERSION="220" ...
The amounts were imported correctly (123.45) in Actual v24.7.0. I have tested importing the same OFX file, and see a difference in Actual's behavior, so I don't believe this is due to a change by the financial institution.
Let me know if I can provide additional information.
Where are you hosting Actual?
Docker
What browsers are you seeing the problem on?
Firefox
Operating System
Mac OSX
The text was updated successfully, but these errors were encountered: