[PR #3619] [MERGED] feat: templating on payee_name #4960

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3619
Author: @UnderKoen
Created: 10/9/2024
Status: Merged
Merged: 10/15/2024
Merged by: @youngcw

Base: masterHead: feat/payee_templating


📝 Commits (5)

📊 Changes

9 files changed (+89 additions, -19 deletions)

View changed files

📝 packages/desktop-client/src/components/modals/EditRuleModal.jsx (+8 -2)
📝 packages/desktop-client/src/components/rules/Value.tsx (+1 -0)
📝 packages/loot-core/src/server/accounts/rules.ts (+4 -0)
📝 packages/loot-core/src/server/accounts/sync.ts (+2 -2)
📝 packages/loot-core/src/server/accounts/transaction-rules.test.ts (+10 -10)
📝 packages/loot-core/src/server/accounts/transaction-rules.ts (+54 -5)
📝 packages/loot-core/src/shared/rules.ts (+3 -0)
📝 packages/loot-core/src/types/models/rule.d.ts (+1 -0)
upcoming-release-notes/3619.md (+6 -0)

📄 Description

Adds the field payee_name as possiblity for templating.

Makes it possible to change payee_name to whatever template you want.

Currently there is another field in the selector for setting the name but maybe this should not be visible and be auto selected when enabling templating on payee

#3606


🔄 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/3619 **Author:** [@UnderKoen](https://github.com/UnderKoen) **Created:** 10/9/2024 **Status:** ✅ Merged **Merged:** 10/15/2024 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `feat/payee_templating` --- ### 📝 Commits (5) - [`5f4bfc4`](https://github.com/actualbudget/actual/commit/5f4bfc43498aff102bd74d1a8a78e8c030270618) feat: templating on payee_name - [`8d40dd9`](https://github.com/actualbudget/actual/commit/8d40dd98d52ed13bd5fd5ea1c2e7650f0da3a7b3) chore: release note - [`a2a20f0`](https://github.com/actualbudget/actual/commit/a2a20f097e7ad2e7072d91459bf2f88194f7eef4) fix: create test budget - [`1684d02`](https://github.com/actualbudget/actual/commit/1684d020b61cd4760cd03965507d21d209871304) fix: transaction-rules tests - [`f8e8f73`](https://github.com/actualbudget/actual/commit/f8e8f737bd66b7d8fe252666c6c594f5440df4ba) fix: transaction-rules tests ### 📊 Changes **9 files changed** (+89 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/modals/EditRuleModal.jsx` (+8 -2) 📝 `packages/desktop-client/src/components/rules/Value.tsx` (+1 -0) 📝 `packages/loot-core/src/server/accounts/rules.ts` (+4 -0) 📝 `packages/loot-core/src/server/accounts/sync.ts` (+2 -2) 📝 `packages/loot-core/src/server/accounts/transaction-rules.test.ts` (+10 -10) 📝 `packages/loot-core/src/server/accounts/transaction-rules.ts` (+54 -5) 📝 `packages/loot-core/src/shared/rules.ts` (+3 -0) 📝 `packages/loot-core/src/types/models/rule.d.ts` (+1 -0) ➕ `upcoming-release-notes/3619.md` (+6 -0) </details> ### 📄 Description Adds the field `payee_name` as possiblity for templating. Makes it possible to change `payee_name` to whatever template you want. Currently there is another field in the selector for setting the name but maybe this should not be visible and be auto selected when enabling templating on `payee` #3606 --- <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:03:50 -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#4960