-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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]: Back account syncing imports incorrect data (for two different banks) #1854
Comments
If the data it correct from GoCardless, just not importing correct, you will need to setup a custom parser for the banks. There are a few in the codebase already |
How would I go about that, and how would I check if the data it gets from GoCardless is correct ? |
If you search around the discord you can find what other people have done. I don't use it so I don't know |
You can find a document as well as examples for how to do it here: https://github.com/actualbudget/actual-server/tree/master/src/app-gocardless |
👋 As others mentioned: the solution is to create a custom bank adapter. But best we can do is point you in the right direction. The actual implementation will need to be done by you. |
Hello, Correct me if I'm wrong. |
No changes are necessary to the client-side anymore. Only server-side :) I've drafted a PR to update the docs: actualbudget/actual-server#292 Thanks for the callout! |
Verified issue does not already exist?
What happened?
I import (via GoCardless, as per the readme) from two German banks (Sparkasse Aachen and ING DiBa), and both imports are incorrect - for the Sparkasse account, the note field is always empty, meaning the description of the transaction is not available at all, and for ING, all the notes start with
mandatereference:,creditorid:,remittanceinformation:
, making it impossible to see the actual note unless you click each field and scroll to the far right.Any way to customize the sync details ? Those both seem like easy fixes I could trivially do myself if I could hook in somewhere or change the base config.
What error did you receive?
No response
Where are you hosting Actual?
Docker
What browsers are you seeing the problem on?
Firefox
Operating System
Windows 10
The text was updated successfully, but these errors were encountered: