Skip to content
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

Duplicate transactions #58

Open
stokkes opened this issue Jan 8, 2025 · 1 comment
Open

Duplicate transactions #58

stokkes opened this issue Jan 8, 2025 · 1 comment

Comments

@stokkes
Copy link

stokkes commented Jan 8, 2025

Hello,

Been using ActualTap-py for a few days and I’m noticing some duplicate transactions appearing in Actual.

I think I’ve narrowed it down to this issue:

the wallet.txt file contains previous and current transactions. If a previous transaction has a merchant that has a rule to rename (e.g. McDonalds #2322 -> McDonalds), the previous transaction gets re-recorded because it doesn’t find the “McDonalds” one. Once it’s entered, Actual will rename the transaction with the rule but the duplicate was already created.

I’ve worked around this by modifying the shortcut to always send the current transaction in the json and ignore what was previously in the wallet.txt. And this seems to have resolved my duplicate issue.

thought I’d report it in case other users are also seeing this.

Repository owner deleted a comment Jan 8, 2025
Repository owner deleted a comment Jan 8, 2025
@ccolic
Copy link
Contributor

ccolic commented Jan 13, 2025

I see the same issue. Your explanation makes sense. Could you share the modification that you did?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants