[PR #1944] [MERGED] Create category rules for ynab imports #4035

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1944
Author: @twk3
Created: 11/20/2023
Status: Merged
Merged: 11/23/2023
Merged by: @MatissJanis

Base: masterHead: ynab5-learn-categories


📝 Commits (4)

  • a4baafd Learn Categories added to ynab5 import
  • 9cfa4bf Enable learnCategories for ynab4
  • f69b0ba Add release note
  • eab40ba Apply suggestions from code review

📊 Changes

7 files changed (+51 additions, -18 deletions)

View changed files

📝 packages/api/methods.js (+11 -2)
📝 packages/loot-core/src/server/accounts/sync.ts (+7 -3)
📝 packages/loot-core/src/server/accounts/transactions.ts (+15 -10)
📝 packages/loot-core/src/server/api.ts (+6 -1)
📝 packages/loot-core/src/server/importers/ynab4.ts (+3 -1)
📝 packages/loot-core/src/server/importers/ynab5.ts (+3 -1)
upcoming-release-notes/1944.md (+6 -0)

📄 Description

  • Enable learnCategories support in ynab transaction importing
  • Exposes learnCategories up through the api
  • Adds runTransfer conditions to batchUpdateTransactions so importer can still skip transfer processing

Part of https://github.com/actualbudget/actual/issues/1943


🔄 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/1944 **Author:** [@twk3](https://github.com/twk3) **Created:** 11/20/2023 **Status:** ✅ Merged **Merged:** 11/23/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `ynab5-learn-categories` --- ### 📝 Commits (4) - [`a4baafd`](https://github.com/actualbudget/actual/commit/a4baafd41adb4a57a7bb9d285c6a0afbe7ca97b6) Learn Categories added to ynab5 import - [`9cfa4bf`](https://github.com/actualbudget/actual/commit/9cfa4bf8ec504370cdbc5bd84910117d4fcaa29d) Enable learnCategories for ynab4 - [`f69b0ba`](https://github.com/actualbudget/actual/commit/f69b0ba7360ff70993093b1b23b7734d1197d26f) Add release note - [`eab40ba`](https://github.com/actualbudget/actual/commit/eab40ba756db9d85b952baaf2a71a7880ff344b7) Apply suggestions from code review ### 📊 Changes **7 files changed** (+51 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `packages/api/methods.js` (+11 -2) 📝 `packages/loot-core/src/server/accounts/sync.ts` (+7 -3) 📝 `packages/loot-core/src/server/accounts/transactions.ts` (+15 -10) 📝 `packages/loot-core/src/server/api.ts` (+6 -1) 📝 `packages/loot-core/src/server/importers/ynab4.ts` (+3 -1) 📝 `packages/loot-core/src/server/importers/ynab5.ts` (+3 -1) ➕ `upcoming-release-notes/1944.md` (+6 -0) </details> ### 📄 Description - Enable learnCategories support in ynab transaction importing - Exposes learnCategories up through the api - Adds runTransfer conditions to batchUpdateTransactions so importer can still skip transfer processing Part of https://github.com/actualbudget/actual/issues/1943 --- <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:50:35 -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#4035