[PR #1011] [MERGED] Add “Show unused payees” button #3464

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1011
Author: @SudoCerb
Created: 5/7/2023
Status: Merged
Merged: 5/15/2023
Merged by: @j-f1

Base: masterHead: feature/549-filter-unused-payees


📝 Commits (10+)

  • d44abbf We have a button of sorts for "Orphaned payees"
  • 9d7c861 Improved the button...
  • a465bf6 Basic Orphaned payees filter working
  • 3d4f53e WIP - trying to get the payees to update when toggling the "Orphaned payees" button
  • 18e3584 Updated .gitignore
  • c4ebf6b Added release notes
  • 9c0eb0b Added orphanedOnly to filteredPayees and revised the button to show text based on the state
  • 1a11947 Removed unused state variable
  • 09c4a4a QoL improvement to the button to show ununsed payees only.
  • 3c9f52d Removed bitwise operations

📊 Changes

6 files changed (+78 additions, -10 deletions)

View changed files

📝 .gitignore (+3 -0)
📝 packages/desktop-client/src/components/payees/ManagePayeesWithData.js (+22 -0)
📝 packages/desktop-client/src/components/payees/index.js (+34 -10)
📝 packages/loot-core/src/server/db/index.ts (+9 -0)
📝 packages/loot-core/src/server/main.ts (+4 -0)
upcoming-release-notes/1011.md (+6 -0)

📄 Description

Add ability to filter the Manage Payees screen to show orphaned payees only.

I aimed to modify as little code as possible - we now have a button on the Manage Payees screen that will filter the table to show orphaned payees only.


🔄 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/1011 **Author:** [@SudoCerb](https://github.com/SudoCerb) **Created:** 5/7/2023 **Status:** ✅ Merged **Merged:** 5/15/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `feature/549-filter-unused-payees` --- ### 📝 Commits (10+) - [`d44abbf`](https://github.com/actualbudget/actual/commit/d44abbf2dfb03bfadaaa6e5acfc7f51888e2591d) We have a button of sorts for "Orphaned payees" - [`9d7c861`](https://github.com/actualbudget/actual/commit/9d7c8612fa4835e488d390182c3818f222923a18) Improved the button... - [`a465bf6`](https://github.com/actualbudget/actual/commit/a465bf6263eda533aad7d69f9368b487e82df63d) Basic Orphaned payees filter working - [`3d4f53e`](https://github.com/actualbudget/actual/commit/3d4f53e3895eeb53226f81c70c6da56b767652f5) WIP - trying to get the payees to update when toggling the "Orphaned payees" button - [`18e3584`](https://github.com/actualbudget/actual/commit/18e358462837efc7ff989f1bf8c52356df0c2667) Updated .gitignore - [`c4ebf6b`](https://github.com/actualbudget/actual/commit/c4ebf6bbc27fefaaf45ba8945d4cfbcdda5a965b) Added release notes - [`9c0eb0b`](https://github.com/actualbudget/actual/commit/9c0eb0bd6362951b6ef771ecbff5eccfe3b9e323) Added orphanedOnly to filteredPayees and revised the button to show text based on the state - [`1a11947`](https://github.com/actualbudget/actual/commit/1a11947af9c24984cab515b829cace5b42a48191) Removed unused state variable - [`09c4a4a`](https://github.com/actualbudget/actual/commit/09c4a4a08560b0ac8b1a4070ef21bf58dbb1c182) QoL improvement to the button to show ununsed payees only. - [`3c9f52d`](https://github.com/actualbudget/actual/commit/3c9f52d686d2a8944ada6bfb53e38dac0825131b) Removed bitwise operations ### 📊 Changes **6 files changed** (+78 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) 📝 `packages/desktop-client/src/components/payees/ManagePayeesWithData.js` (+22 -0) 📝 `packages/desktop-client/src/components/payees/index.js` (+34 -10) 📝 `packages/loot-core/src/server/db/index.ts` (+9 -0) 📝 `packages/loot-core/src/server/main.ts` (+4 -0) ➕ `upcoming-release-notes/1011.md` (+6 -0) </details> ### 📄 Description # Add ability to filter the Manage Payees screen to show orphaned payees only. I aimed to modify as little code as possible - we now have a button on the Manage Payees screen that will filter the table to show orphaned payees only. --- <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:42:02 -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#3464