-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Feature] Improve handling of pending transactions for SimpleFIN sync #3502
Comments
✨ Thanks for sharing your idea! ✨ This repository uses lodash style issue management for enhancements. That means enhancement issues are automatically closed. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution). The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+ Don’t forget to upvote the top comment with 👍! |
Given actual's stance is to never automatically delete things, I'm a strong proponent of the second option to just add a toggle to prevent pending transactions from being synced at all. |
@gabeklavans Have you tried out the edge build lately? 🙂 |
I have not! But I'm assuming something has been merged in to address this! Maybe I'll check it out |
Optional import was implemented by #4253. Closing. |
Verified feature request does not already exist?
💻
Pitch: what problem are you trying to solve?
Currently, if a pending transaction syncs into Actual from SimpleFIN and ends up not clearing, it remains in the Actual account ledger. I can't think of any situation in which these transactions should be in the ledger.
related issue: #3138
Describe your ideal solution to this problem
Ideally these transactions would be removed from the Actual ledger.
An acceptable alternative solution would be to optionally disable syncing pending transactions from SimpleFIN. That may be a flag or UI option that sets this value appropriately (instead of hard-coding it to
1
).Teaching and learning
No response
The text was updated successfully, but these errors were encountered: