[PR #827] [CLOSED] [WIP] Rules Conditions Changes #29274

Closed
opened 2026-04-18 05:56:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/827
Author: @carkom
Created: 3/28/2023
Status: Closed

Base: masterHead: conditions


📝 Commits (1)

📊 Changes

1 file changed (+45 additions, -4 deletions)

View changed files

📝 packages/desktop-client/src/components/modals/EditRule.js (+45 -4)

📄 Description

I've added some really helpful functionality to the rules creation form. It allows you to switch filtering options:

  • From an "and" perspective on the filters with the "All" option
  • From an "or" perspective on the filters with the "Any" option

Can anyone help with changing the "rule" data structure to save the new variable "ANY/ALL". I can't find where to make the changes.

Also need a way to re-render the transactions table. Right now, I have to change a condition or action in after I change the from Any/All before the transactions table will update.

Next itteration of the code would be to include some way to use both at the same time.


🔄 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/827 **Author:** [@carkom](https://github.com/carkom) **Created:** 3/28/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `conditions` --- ### 📝 Commits (1) - [`b55637b`](https://github.com/actualbudget/actual/commit/b55637bf0b06a97e0c01f896e780f94a1c32321f) Rules Conditions Changes ### 📊 Changes **1 file changed** (+45 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/modals/EditRule.js` (+45 -4) </details> ### 📄 Description I've added some really helpful functionality to the rules creation form. It allows you to switch filtering options: - From an "and" perspective on the filters with the "All" option - From an "or" perspective on the filters with the "Any" option Can anyone help with changing the "rule" data structure to save the new variable "ANY/ALL". I can't find where to make the changes. Also need a way to re-render the transactions table. Right now, I have to change a condition or action in after I change the from Any/All before the transactions table will update. Next itteration of the code would be to include some way to use both at the same time. --- <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-18 05:56:59 -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#29274