Offer to merge transfers to matching transactions #1037

Closed
opened 2026-02-28 19:29:32 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @cclarke591 on GitHub (Apr 12, 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?

When setting a transaction as a transfer, and a new transaction is created in the other in budget account, offer to merge the transaction that matches the same date, and amount. Possibly even auto merge if the other accounts transaction has not been catorgorized?

Describe your ideal solution to this problem

I was thinking a small box that groups the transfer and uncategorized transaction, that prompts the user “Is this the same transaction?” With options “Yes (merge)” and “No (leave separate)”

Teaching and learning

I would be more than happy to write documentation for it, as I’m not a JavaScript programmer.

Originally created by @cclarke591 on GitHub (Apr 12, 2024). ### Verified feature request does not already exist? - [X] I have searched and found no existing issue ### 💻 - [ ] Would you like to implement this feature? ### Pitch: what problem are you trying to solve? When setting a transaction as a transfer, and a new transaction is created in the other in budget account, offer to merge the transaction that matches the same date, and amount. Possibly even auto merge if the other accounts transaction has not been catorgorized? ### Describe your ideal solution to this problem I was thinking a small box that groups the transfer and uncategorized transaction, that prompts the user “Is this the same transaction?” With options “Yes (merge)” and “No (leave separate)” ### Teaching and learning I would be more than happy to write documentation for it, as I’m not a JavaScript programmer.
GiteaMirror added the needs votesfeature labels 2026-02-28 19:29:33 -06:00
Author
Owner

@github-actions[bot] commented on GitHub (Apr 12, 2024):

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

@github-actions[bot] commented on GitHub (Apr 12, 2024): :sparkles: Thanks for sharing your idea! :sparkles: 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 👍! <!-- feature-auto-close-comment -->
Author
Owner

@UnInfamous commented on GitHub (Oct 4, 2024):

It would be ideal to link the two transactions together over merging as currently the date and notes have to be destroyed on the other account. This causes data to be lost for those who want to keep the dates (date of transaction for the different accounts as ACH transfers can take at least a business day, often two; and card network transactions occurring after hours will take the next banking day), and the original notes.

The reason the dates are a big deal for me, is when reconciling the most recent month, or especially past months, the transactions being out of order can become confusing and time-intensive to gain clarity for.

Because of inter-banking transfer timeframes, I would suggest to widen the date to +/- two days.

@UnInfamous commented on GitHub (Oct 4, 2024): It would be ideal to link the two transactions together over merging as currently the date and notes have to be destroyed on the other account. This causes data to be lost for those who want to keep the dates (date of transaction for the different accounts as ACH transfers can take at least a business day, often two; and card network transactions occurring after hours will take the next banking day), and the original notes. The reason the dates are a big deal for me, is when reconciling the most recent month, or especially past months, the transactions being out of order can become confusing and time-intensive to gain clarity for. Because of inter-banking transfer timeframes, I would suggest to widen the date to +/- two days.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#1037