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

[Feature] Explicitly ask when reconciling transactions on manual import #2679

Closed
1 of 2 tasks
dugite-code opened this issue Apr 29, 2024 · 1 comment · May be fixed by #2717
Closed
1 of 2 tasks

[Feature] Explicitly ask when reconciling transactions on manual import #2679

dugite-code opened this issue Apr 29, 2024 · 1 comment · May be fixed by #2717
Labels
feature This issue is a feature request needs votes Please upvote this feature request if you would like to see it implemented!

Comments

@dugite-code
Copy link

dugite-code commented Apr 29, 2024

Verified feature request does not already exist?

  • I have searched and found no existing issue

💻

  • Would you like to implement this feature?

Pitch: what problem are you trying to solve?

Raised in #2668 (And by the looks of it in #2420) The Reconciliation function run on CSV manual import can cause unrelated transactions to be merged together if:

  1. The transactions are within about week of each other.
  2. The transaction dollar amount matches.

Some examples of regular transactions that may be caught by this:

  • Go to the same cafe for the same coffee in the morning.
  • Weekly rent payments
  • Mortgage payments

This is done transparently and can cause confusion when account balances cannot be balanced correctly.

Describe your ideal solution to this problem

Data shouldn't be transparently modified or destroyed without user interaction.

As the Reconciliation function is actively useful the changes should be clearly exposed to users during the import cycle possibly with a second model dialogue.

Mock up:
image

As you can see in the above mock up the imported transaction, RETAIL PURCHASE for 16.39, is shown merging with the existing
transaction CORNER GROCERIES with the note Weekday shopping and the category of groceries.

Teaching and learning

This should open during CSV import workflow if any transactions merging will cause a data change (Date, payee ect.)

@dugite-code dugite-code added the feature This issue is a feature request label Apr 29, 2024
@github-actions github-actions bot added the needs votes Please upvote this feature request if you would like to see it implemented! label Apr 29, 2024
Copy link
Contributor

✨ 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 👍!

@dugite-code dugite-code changed the title [Feature] Explicitly ask when reconciling transactions on CSV import [Feature] Explicitly ask when reconciling transactions on manual import Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue is a feature request needs votes Please upvote this feature request if you would like to see it implemented!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant