[PR #3891] [MERGED] Filter account with 'on budget' or 'off budget' #5111

Closed
opened 2026-02-28 21:06:09 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3891
Author: @lelemm
Created: 11/25/2024
Status: Merged
Merged: 12/10/2024
Merged by: @matt-fidd

Base: masterHead: account_inoutbudget


📝 Commits (10+)

📊 Changes

13 files changed (+149 additions, -35 deletions)

View changed files

📝 packages/desktop-client/src/components/filters/FilterExpression.tsx (+13 -11)
📝 packages/desktop-client/src/components/filters/FiltersMenu.jsx (+12 -1)
📝 packages/desktop-client/src/components/filters/updateFilterReducer.ts (+3 -1)
📝 packages/desktop-client/src/components/modals/EditRuleModal.jsx (+2 -0)
📝 packages/desktop-client/src/components/rules/ConditionExpression.tsx (+5 -1)
📝 packages/desktop-client/src/components/util/GenericInput.jsx (+21 -12)
📝 packages/loot-core/src/server/accounts/rules.ts (+19 -0)
📝 packages/loot-core/src/server/accounts/sync.ts (+8 -2)
📝 packages/loot-core/src/server/accounts/transaction-rules.ts (+39 -4)
📝 packages/loot-core/src/server/db/index.ts (+4 -0)
📝 packages/loot-core/src/shared/rules.ts (+12 -2)
📝 packages/loot-core/src/types/models/rule.d.ts (+5 -1)
upcoming-release-notes/3891.md (+6 -0)

📄 Description

Just a small quality of life for filtering on/off budget accounts:

https://github.com/user-attachments/assets/db5bd104-83d5-4b9c-b604-4c271007b7bb


🔄 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/3891 **Author:** [@lelemm](https://github.com/lelemm) **Created:** 11/25/2024 **Status:** ✅ Merged **Merged:** 12/10/2024 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `account_inoutbudget` --- ### 📝 Commits (10+) - [`45015ab`](https://github.com/actualbudget/actual/commit/45015abee749aee0ed87c2eb53a8f400e6fc2c55) Filter account by on budget / off budget - [`7b2d299`](https://github.com/actualbudget/actual/commit/7b2d29973a44b847296a5c7131b5abba2ce652c7) small fix - [`0c0ea50`](https://github.com/actualbudget/actual/commit/0c0ea50efd5f94cef21e7452bbd91336e3a6c292) fix eval for new operations - [`e84964b`](https://github.com/actualbudget/actual/commit/e84964bb7c79614d199482d96bf89c2761fc52c9) code review suggestion - [`179fffa`](https://github.com/actualbudget/actual/commit/179fffac6737fd86d9e0d8d7420bee87ba0bd8a1) suggestions - [`b61c3bc`](https://github.com/actualbudget/actual/commit/b61c3bc26cc25aaa4106fc78aab57a3e2ae87cda) small fix for rules table - [`1e6d7c5`](https://github.com/actualbudget/actual/commit/1e6d7c5f30ce1fa21827dd4b45bd745a9d604cbe) Merge branch 'master' into account_inoutbudget - [`5027e7b`](https://github.com/actualbudget/actual/commit/5027e7b68785ab5cbfbc022a30ccc2de5ae0d183) batch loading the accounts - [`199c8eb`](https://github.com/actualbudget/actual/commit/199c8ebbfd7d574a3ad1bb02c4abbd70db3fce4f) Merge branch 'account_inoutbudget' of https://github.com/lelemm/actual into account_inoutbudget - [`192de30`](https://github.com/actualbudget/actual/commit/192de30aef025e7e71d40320ac6e77c9052f3a93) Merge remote-tracking branch 'org/master' into account_inoutbudget ### 📊 Changes **13 files changed** (+149 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/filters/FilterExpression.tsx` (+13 -11) 📝 `packages/desktop-client/src/components/filters/FiltersMenu.jsx` (+12 -1) 📝 `packages/desktop-client/src/components/filters/updateFilterReducer.ts` (+3 -1) 📝 `packages/desktop-client/src/components/modals/EditRuleModal.jsx` (+2 -0) 📝 `packages/desktop-client/src/components/rules/ConditionExpression.tsx` (+5 -1) 📝 `packages/desktop-client/src/components/util/GenericInput.jsx` (+21 -12) 📝 `packages/loot-core/src/server/accounts/rules.ts` (+19 -0) 📝 `packages/loot-core/src/server/accounts/sync.ts` (+8 -2) 📝 `packages/loot-core/src/server/accounts/transaction-rules.ts` (+39 -4) 📝 `packages/loot-core/src/server/db/index.ts` (+4 -0) 📝 `packages/loot-core/src/shared/rules.ts` (+12 -2) 📝 `packages/loot-core/src/types/models/rule.d.ts` (+5 -1) ➕ `upcoming-release-notes/3891.md` (+6 -0) </details> ### 📄 Description Just a small quality of life for filtering on/off budget accounts: https://github.com/user-attachments/assets/db5bd104-83d5-4b9c-b604-4c271007b7bb --- <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 21:06:10 -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#5111