[PR #948] [MERGED] Remove account types #3423

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/948
Author: @j-f1
Created: 4/23/2023
Status: Merged
Merged: 6/6/2023
Merged by: @j-f1

Base: masterHead: jed/banish-type


📝 Commits (6)

📊 Changes

22 files changed (+52 additions, -240 deletions)

View changed files

📝 packages/desktop-client/e2e/accounts.test.js (+0 -1)
📝 packages/desktop-client/e2e/page-models/navigation.js (+0 -1)
📝 packages/desktop-client/src/components/accounts/MobileAccounts.js (+0 -22)
📝 packages/desktop-client/src/components/modals/ConfigureLinkedAccounts.js (+2 -11)
📝 packages/desktop-client/src/components/modals/CreateLocalAccount.js (+1 -39)
📝 packages/import-ynab4/importer.js (+0 -19)
📝 packages/import-ynab5/importer.js (+0 -20)
packages/loot-core/migrations/1682265217543_remove_account_type.sql (+5 -0)
📝 packages/loot-core/src/client/actions/queries.ts (+2 -2)
📝 packages/loot-core/src/mocks/budget.ts (+29 -33)
📝 packages/loot-core/src/mocks/index.ts (+1 -2)
📝 packages/loot-core/src/server/accounts/link.ts (+0 -3)
📝 packages/loot-core/src/server/api-models.ts (+0 -1)
📝 packages/loot-core/src/server/api.ts (+0 -1)
📝 packages/loot-core/src/server/aql/schema/index.ts (+0 -2)
📝 packages/loot-core/src/server/db/index.ts (+0 -6)
📝 packages/loot-core/src/server/main.ts (+0 -5)
📝 packages/loot-core/src/server/models.ts (+1 -20)
📝 packages/loot-core/src/shared/accounts.ts (+5 -50)
📝 packages/loot-core/src/types/main.handlers.d.ts (+0 -1)

...and 2 more files

📄 Description

Closes #944, closes #532. WIP because something is causing the test budget to fail to create because it’s using INSERT instead of UPDATE sql queries. (Or not? I have no idea)


🔄 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/948 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 4/23/2023 **Status:** ✅ Merged **Merged:** 6/6/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `jed/banish-type` --- ### 📝 Commits (6) - [`c3e1353`](https://github.com/actualbudget/actual/commit/c3e1353dcd56137012c3814ff9e7484f32ca733f) Remove account type handling - [`5984c80`](https://github.com/actualbudget/actual/commit/5984c80cc5ce12764de25c6252ea59b00e557407) Add release note - [`9aae81f`](https://github.com/actualbudget/actual/commit/9aae81f30cbe0a1ee4d19816e6713bdd2618da9d) Remove type from AccountEntity - [`e899e6e`](https://github.com/actualbudget/actual/commit/e899e6e75fd8e2a7d96f0a2b0d178305b145051f) Fix createTestBudget - [`49ed3f5`](https://github.com/actualbudget/actual/commit/49ed3f50077d0555547bd30d410a8099c253a72b) Fix AQL schema - [`5833f07`](https://github.com/actualbudget/actual/commit/5833f07b5e0f94578c7a494a9f7efd2ae8c44f8f) Fix CreateLocalAccount ### 📊 Changes **22 files changed** (+52 additions, -240 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/accounts.test.js` (+0 -1) 📝 `packages/desktop-client/e2e/page-models/navigation.js` (+0 -1) 📝 `packages/desktop-client/src/components/accounts/MobileAccounts.js` (+0 -22) 📝 `packages/desktop-client/src/components/modals/ConfigureLinkedAccounts.js` (+2 -11) 📝 `packages/desktop-client/src/components/modals/CreateLocalAccount.js` (+1 -39) 📝 `packages/import-ynab4/importer.js` (+0 -19) 📝 `packages/import-ynab5/importer.js` (+0 -20) ➕ `packages/loot-core/migrations/1682265217543_remove_account_type.sql` (+5 -0) 📝 `packages/loot-core/src/client/actions/queries.ts` (+2 -2) 📝 `packages/loot-core/src/mocks/budget.ts` (+29 -33) 📝 `packages/loot-core/src/mocks/index.ts` (+1 -2) 📝 `packages/loot-core/src/server/accounts/link.ts` (+0 -3) 📝 `packages/loot-core/src/server/api-models.ts` (+0 -1) 📝 `packages/loot-core/src/server/api.ts` (+0 -1) 📝 `packages/loot-core/src/server/aql/schema/index.ts` (+0 -2) 📝 `packages/loot-core/src/server/db/index.ts` (+0 -6) 📝 `packages/loot-core/src/server/main.ts` (+0 -5) 📝 `packages/loot-core/src/server/models.ts` (+1 -20) 📝 `packages/loot-core/src/shared/accounts.ts` (+5 -50) 📝 `packages/loot-core/src/types/main.handlers.d.ts` (+0 -1) _...and 2 more files_ </details> ### 📄 Description Closes #944, closes #532. ~WIP because something is causing the test budget to fail to create because it’s using INSERT instead of UPDATE sql queries. (Or not? I have no idea)~ --- <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:41:26 -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#3423