[PR #985] [MERGED] Remove unused payee rules feature #17811

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/985
Author: @j-f1
Created: 5/1/2023
Status: Merged
Merged: 5/2/2023
Merged by: @j-f1

Base: masterHead: jed/payee-rules


📝 Commits (1)

  • f2c5d1d Remove unused payee rules feature

📊 Changes

14 files changed (+13 additions, -351 deletions)

View changed files

📝 packages/api/methods.js (+0 -16)
📝 packages/desktop-client/src/components/payees/ManagePayeesWithData.js (+1 -5)
packages/loot-core/migrations/1682974838138_remove_payee_rules.sql (+5 -0)
📝 packages/loot-core/src/server/accounts/transaction-rules.test.ts (+0 -59)
📝 packages/loot-core/src/server/accounts/transaction-rules.ts (+1 -127)
📝 packages/loot-core/src/server/api-models.ts (+0 -13)
📝 packages/loot-core/src/server/api.ts (+0 -31)
📝 packages/loot-core/src/server/db/index.ts (+0 -28)
📝 packages/loot-core/src/server/main.ts (+0 -32)
📝 packages/loot-core/src/server/models.ts (+0 -18)
📝 packages/loot-core/src/server/sync/sync.property.test.ts (+0 -6)
📝 packages/loot-core/src/types/api.handlers.d.ts (+0 -8)
📝 packages/loot-core/src/types/main.handlers.d.ts (+0 -8)
upcoming-release-notes/985.md (+6 -0)

📄 Description

Fixes #615. I would appreciate double-checking that I didn’t accidentally delete anything that is important.

Since I’m removing the related API methods, this is technically a breaking change (even if people would have no reason to remove this stuff), so we should probably do a major release of the API package.


🔄 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/985 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 5/1/2023 **Status:** ✅ Merged **Merged:** 5/2/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `jed/payee-rules` --- ### 📝 Commits (1) - [`f2c5d1d`](https://github.com/actualbudget/actual/commit/f2c5d1df9135493db01b43220a6c434d74bc29ca) Remove unused payee rules feature ### 📊 Changes **14 files changed** (+13 additions, -351 deletions) <details> <summary>View changed files</summary> 📝 `packages/api/methods.js` (+0 -16) 📝 `packages/desktop-client/src/components/payees/ManagePayeesWithData.js` (+1 -5) ➕ `packages/loot-core/migrations/1682974838138_remove_payee_rules.sql` (+5 -0) 📝 `packages/loot-core/src/server/accounts/transaction-rules.test.ts` (+0 -59) 📝 `packages/loot-core/src/server/accounts/transaction-rules.ts` (+1 -127) 📝 `packages/loot-core/src/server/api-models.ts` (+0 -13) 📝 `packages/loot-core/src/server/api.ts` (+0 -31) 📝 `packages/loot-core/src/server/db/index.ts` (+0 -28) 📝 `packages/loot-core/src/server/main.ts` (+0 -32) 📝 `packages/loot-core/src/server/models.ts` (+0 -18) 📝 `packages/loot-core/src/server/sync/sync.property.test.ts` (+0 -6) 📝 `packages/loot-core/src/types/api.handlers.d.ts` (+0 -8) 📝 `packages/loot-core/src/types/main.handlers.d.ts` (+0 -8) ➕ `upcoming-release-notes/985.md` (+6 -0) </details> ### 📄 Description Fixes #615. I would appreciate double-checking that I didn’t accidentally delete anything that is important. Since I’m removing the related API methods, this is technically a breaking change (even if people would have no reason to remove this stuff), so we should probably do a major release of the API package. --- <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:26: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#17811