[PR #2721] [MERGED] Move bank sync payee name normalisation from actual to actual-server #11528

Closed
opened 2026-04-10 21:02:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2721
Author: @matt-fidd
Created: 5/6/2024
Status: Merged
Merged: 7/9/2024
Merged by: @MatissJanis

Base: masterHead: payee-name


📝 Commits (10+)

  • 69bf211 Move payee name normalization from actual to actual-server
  • 34773a1 release note
  • 1cf4f72 fix unnecessary variable payee_name assignment
  • 311c756 Merge branch 'master' into payee-name
  • 14a8a48 Merge branch 'master' into payee-name
  • cc9ad31 Merge branch 'master' into payee-name
  • 9938aeb Merge branch 'master' into payee-name
  • 9a894a4 Merge branch 'master' into payee-name
  • eccce6a Merge branch 'master' into payee-name
  • 457e6ae Merge branch 'master' into payee-name

📊 Changes

2 files changed (+11 additions, -49 deletions)

View changed files

📝 packages/loot-core/src/server/accounts/sync.ts (+5 -49)
upcoming-release-notes/2721.md (+6 -0)

📄 Description

This PR makes the required changes to actual to move the bank sync payee normalisation into actual-server.

Discussion issue: actualbudget/actual-server#348

actual-server PR: actualbudget/actual-server#353


🔄 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/2721 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 5/6/2024 **Status:** ✅ Merged **Merged:** 7/9/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `payee-name` --- ### 📝 Commits (10+) - [`69bf211`](https://github.com/actualbudget/actual/commit/69bf211d8880934c4b0c90aedd56dc3c332d9c15) Move payee name normalization from actual to actual-server - [`34773a1`](https://github.com/actualbudget/actual/commit/34773a131109aeffbdad92aeb41dc505ef65a2de) release note - [`1cf4f72`](https://github.com/actualbudget/actual/commit/1cf4f723861121ccc1a69fa66c057fa3427736a2) fix unnecessary variable payee_name assignment - [`311c756`](https://github.com/actualbudget/actual/commit/311c7569c7e50fe5631c8e072581d089bf29447c) Merge branch 'master' into payee-name - [`14a8a48`](https://github.com/actualbudget/actual/commit/14a8a48ae5e14145fc04859b7376593ee7a050c5) Merge branch 'master' into payee-name - [`cc9ad31`](https://github.com/actualbudget/actual/commit/cc9ad312fe02fdf5134f3bad63fb8d33914e9271) Merge branch 'master' into payee-name - [`9938aeb`](https://github.com/actualbudget/actual/commit/9938aeb44138a34796614377bb6d8bcc24640a3a) Merge branch 'master' into payee-name - [`9a894a4`](https://github.com/actualbudget/actual/commit/9a894a4dd48c43e9e4ab05ae74b3d4ec708fccd0) Merge branch 'master' into payee-name - [`eccce6a`](https://github.com/actualbudget/actual/commit/eccce6a410255ce9d84087a3257709e693ecd6fd) Merge branch 'master' into payee-name - [`457e6ae`](https://github.com/actualbudget/actual/commit/457e6ae2388a9140da7c1839f5d935518c7ced75) Merge branch 'master' into payee-name ### 📊 Changes **2 files changed** (+11 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/accounts/sync.ts` (+5 -49) ➕ `upcoming-release-notes/2721.md` (+6 -0) </details> ### 📄 Description This PR makes the required changes to `actual` to move the bank sync payee normalisation into `actual-server`. Discussion issue: actualbudget/actual-server#348 `actual-server` PR: actualbudget/actual-server#353 --- <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-10 21:02:46 -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#11528