[PR #2786] [MERGED] Match on amount when creating a rule from a transaction #18873

Closed
opened 2026-04-14 20:53:29 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2786
Author: @jfdoming
Created: 5/21/2024
Status: Merged
Merged: 5/22/2024
Merged by: @youngcw

Base: masterHead: jfdoming/more-specific-rule-creation


📝 Commits (4)

  • af13666 Use amount when creating a rule from a transaction
  • 4120505 Merge branch 'master' into jfdoming/more-specific-rule-creation
  • a7ec17e Add release notes
  • b98078b Merge branch 'master' into jfdoming/more-specific-rule-creation

📊 Changes

2 files changed (+13 additions, -1 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Account.jsx (+7 -1)
upcoming-release-notes/2786.md (+6 -0)

📄 Description

Updates the "Create rule" action in the transactions table to be slightly more specific when matching. This should be useful in general for matching regular transactions (folks can always delete the additional condition). I also considered adding a condition for the account but decided that wouldn't be as useful (feel free to push back!).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/2786 **Author:** [@jfdoming](https://github.com/jfdoming) **Created:** 5/21/2024 **Status:** ✅ Merged **Merged:** 5/22/2024 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `jfdoming/more-specific-rule-creation` --- ### 📝 Commits (4) - [`af13666`](https://github.com/actualbudget/actual/commit/af136662698f62d6f5b938f5f5ffa6e1dc93f6ed) Use amount when creating a rule from a transaction - [`4120505`](https://github.com/actualbudget/actual/commit/4120505243e00f71cc9a5b0a5b0c650dfcfbcd2e) Merge branch 'master' into jfdoming/more-specific-rule-creation - [`a7ec17e`](https://github.com/actualbudget/actual/commit/a7ec17eceb0b8b49209e209d7a1639ff234ecc5a) Add release notes - [`b98078b`](https://github.com/actualbudget/actual/commit/b98078b4b5d3e74d718ad2db6e4ce33dc0b3f097) Merge branch 'master' into jfdoming/more-specific-rule-creation ### 📊 Changes **2 files changed** (+13 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Account.jsx` (+7 -1) ➕ `upcoming-release-notes/2786.md` (+6 -0) </details> ### 📄 Description Updates the "Create rule" action in the transactions table to be slightly more specific when matching. This should be useful in general for matching regular transactions (folks can always delete the additional condition). I also considered adding a condition for the account but decided that wouldn't be as useful (feel free to push back!). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-14 20:53:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#18873