[PR #2788] [MERGED] Initial support for linking to off-budget accounts #4511

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2788
Author: @psybers
Created: 5/22/2024
Status: Merged
Merged: 5/30/2024
Merged by: @youngcw

Base: masterHead: offbudget


📝 Commits (3)

  • 1ca8961 initial support for linking to off budget
  • 5368e84 add release note
  • e40311b Merge branch 'master' into offbudget

📊 Changes

5 files changed (+42 additions, -14 deletions)

View changed files

📝 packages/desktop-client/src/components/modals/SelectLinkedAccounts.jsx (+26 -12)
📝 packages/loot-core/src/client/actions/account.ts (+4 -2)
📝 packages/loot-core/src/server/main.ts (+4 -0)
📝 packages/loot-core/src/types/server-handlers.d.ts (+2 -0)
upcoming-release-notes/2788.md (+6 -0)

📄 Description

This adds a new option 'Create new account (off-budget)' when linking a bank account.

TODO:

  • have the list of unlinked accounts also list the off-budget accounts

🔄 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/2788 **Author:** [@psybers](https://github.com/psybers) **Created:** 5/22/2024 **Status:** ✅ Merged **Merged:** 5/30/2024 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `offbudget` --- ### 📝 Commits (3) - [`1ca8961`](https://github.com/actualbudget/actual/commit/1ca8961e71821c4fb50ca538cfd92341b71a4b7d) initial support for linking to off budget - [`5368e84`](https://github.com/actualbudget/actual/commit/5368e8417b5d693f767bcbf47891f86487677a3a) add release note - [`e40311b`](https://github.com/actualbudget/actual/commit/e40311b31887234d6cb76ed45226dd334769a55f) Merge branch 'master' into offbudget ### 📊 Changes **5 files changed** (+42 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/modals/SelectLinkedAccounts.jsx` (+26 -12) 📝 `packages/loot-core/src/client/actions/account.ts` (+4 -2) 📝 `packages/loot-core/src/server/main.ts` (+4 -0) 📝 `packages/loot-core/src/types/server-handlers.d.ts` (+2 -0) ➕ `upcoming-release-notes/2788.md` (+6 -0) </details> ### 📄 Description This adds a new option 'Create new account (off-budget)' when linking a bank account. TODO: - [x] have the list of unlinked accounts also list the off-budget accounts --- <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:56:51 -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#4511