[PR #482] [MERGED] [Feature] Add option to control the "cleared state" in Rules #3168

Closed
opened 2026-02-28 20:37:29 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/482
Author: @shall0pass
Created: 1/18/2023
Status: Merged
Merged: 1/21/2023
Merged by: @MatissJanis

Base: masterHead: cleared_rules


📝 Commits (10+)

  • cc74e10 add cleared flag to rules
  • c5877cb got rule to run correctly
  • 5dd96ff removed change to util.js
  • 833e9ab Revert "got rule to run correctly"
  • 8022a33 cleared rules
  • 3feabd8 added checkbox for true/false input
  • 3264629 lint fix
  • 0c5f90e allows xfer trans. to be marked "clear" by rule
  • 71ee11b Revert "allows xfer trans. to be marked "clear" by rule"
  • a42fefd Merge branch 'actualbudget:master' into cleared_rules

📊 Changes

4 files changed (+25 additions, -2 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/TransactionList.js (+2 -1)
📝 packages/desktop-client/src/components/modals/EditRule.js (+2 -1)
📝 packages/desktop-client/src/components/util/GenericInput.js (+11 -0)
📝 packages/loot-core/src/shared/rules.js (+10 -0)

📄 Description

This adds the ability to control the "cleared" flag from the rules dialog by setting the value to true or false.

image


🔄 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/482 **Author:** [@shall0pass](https://github.com/shall0pass) **Created:** 1/18/2023 **Status:** ✅ Merged **Merged:** 1/21/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `cleared_rules` --- ### 📝 Commits (10+) - [`cc74e10`](https://github.com/actualbudget/actual/commit/cc74e1009d0f044d4deafa6c9b4bb55770276bc5) add cleared flag to rules - [`c5877cb`](https://github.com/actualbudget/actual/commit/c5877cb6a677e5f3a365716bb90a4573294d2c6e) got rule to run correctly - [`5dd96ff`](https://github.com/actualbudget/actual/commit/5dd96ffc7e056ec257430d348dcdc8b8f16d824e) removed change to util.js - [`833e9ab`](https://github.com/actualbudget/actual/commit/833e9ab42b0b1b75b1d87342df9ab57844cf42ae) Revert "got rule to run correctly" - [`8022a33`](https://github.com/actualbudget/actual/commit/8022a3388852008c681c0e399d40c8a84d5ca913) cleared rules - [`3feabd8`](https://github.com/actualbudget/actual/commit/3feabd89c7e5365d627c90da591b1e6fab760421) added checkbox for true/false input - [`3264629`](https://github.com/actualbudget/actual/commit/32646296971b1862feaa39bede7d815350e55826) lint fix - [`0c5f90e`](https://github.com/actualbudget/actual/commit/0c5f90e38cec59868156053e280dafe2e3b31da8) allows xfer trans. to be marked "clear" by rule - [`71ee11b`](https://github.com/actualbudget/actual/commit/71ee11bf5bc798a4b8728019b42e4f562a72f331) Revert "allows xfer trans. to be marked "clear" by rule" - [`a42fefd`](https://github.com/actualbudget/actual/commit/a42fefd8971445a4ee62ef2e76567e79225abdab) Merge branch 'actualbudget:master' into cleared_rules ### 📊 Changes **4 files changed** (+25 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/TransactionList.js` (+2 -1) 📝 `packages/desktop-client/src/components/modals/EditRule.js` (+2 -1) 📝 `packages/desktop-client/src/components/util/GenericInput.js` (+11 -0) 📝 `packages/loot-core/src/shared/rules.js` (+10 -0) </details> ### 📄 Description This adds the ability to control the "cleared" flag from the rules dialog by setting the value to true or false. ![image](https://user-images.githubusercontent.com/20625555/213283951-8b9f3328-c183-4919-9f36-5332031bfbbb.png) --- <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-02-28 20:37:29 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#3168