-
-
Notifications
You must be signed in to change notification settings - Fork 680
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]: Tesco Credit Card (UK) sync issue #529
Comments
I would venture a guess that the transaction was existing in your ledger at some point in an "uncleared" state and later Tesco deleted the transaction. The workaround there would be to create a custom bank adapter for this bank and make it ignore uncleared transactions. More on that here: https://github.com/actualbudget/actual-server/blob/master/src/app-gocardless/README.md
This one sounds strange, but I'm sure there is a reasonable explanation. Either way - I will direct you to the community discord for further support about bank-sync issues. In this case it is not a bug, so will close this issue. |
@MatissJanis - thank you for your comments on this issue. I agree with you that the "uncleared" transactions are the likely source of inconsistencies. Given that "uncleared" transactions are very common across all banks, do you think it would make sense considering either a global, or a per-account switch, indicating whether "uncleared" transactions should be ignored? |
I think that would be a good feature to have. Feel free to send a PR and I'll gladly review it. Or open a feature request issue in the main "actual" repository. |
As much as it pains me to admit it, I lack the coding skills necessary to implement this feature myself. I have therefore opened a feature request. |
Verified issue does not already exist?
What happened?
In the last 3 months I have observed 2 occasions on which bank sync produced incorrect results. The account in question is a credit card from Tesco Bank in the United Kingdom.
This leaves me with 2 questions:
What error did you receive?
No error messages were displayed. The issue was detected by manually verifying the synchronised transactions.
Where are you hosting Actual?
Locally via Yarn
What browsers are you seeing the problem on?
Firefox
Operating System
Windows 11
The text was updated successfully, but these errors were encountered: