[PR #6023] [CLOSED] Implement mortgage and loan account type #24885

Closed
opened 2026-04-16 18:17:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6023
Author: @MatissJanis
Created: 10/28/2025
Status: Closed

Base: masterHead: cursor/implement-mortgage-and-loan-account-type-78ca


📝 Commits (1)

  • 44cbfc8 feat: Add mortgage and loan account types with interest calculation

📊 Changes

9 files changed (+524 additions, -2 deletions)

View changed files

📝 packages/desktop-client/src/accounts/accountsSlice.ts (+17 -1)
📝 packages/desktop-client/src/components/modals/CreateLocalAccountModal.tsx (+64 -1)
packages/loot-core/migrations/1735000000000_add_mortgage_loan_account_type.sql (+9 -0)
📝 packages/loot-core/src/server/accounts/app.ts (+13 -0)
packages/loot-core/src/server/accounts/mortgage-loan.test.ts (+221 -0)
packages/loot-core/src/server/accounts/mortgage-loan.ts (+172 -0)
📝 packages/loot-core/src/server/db/types/index.ts (+9 -0)
📝 packages/loot-core/src/server/schedules/app.ts (+11 -0)
📝 packages/loot-core/src/types/models/account.ts (+8 -0)

📄 Description

This pull request contains changes generated by a Cursor Cloud Agent

Open in Cursor Open in Web


🔄 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/6023 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 10/28/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `cursor/implement-mortgage-and-loan-account-type-78ca` --- ### 📝 Commits (1) - [`44cbfc8`](https://github.com/actualbudget/actual/commit/44cbfc891943b68dad9fa53121777f783d925982) feat: Add mortgage and loan account types with interest calculation ### 📊 Changes **9 files changed** (+524 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/accounts/accountsSlice.ts` (+17 -1) 📝 `packages/desktop-client/src/components/modals/CreateLocalAccountModal.tsx` (+64 -1) ➕ `packages/loot-core/migrations/1735000000000_add_mortgage_loan_account_type.sql` (+9 -0) 📝 `packages/loot-core/src/server/accounts/app.ts` (+13 -0) ➕ `packages/loot-core/src/server/accounts/mortgage-loan.test.ts` (+221 -0) ➕ `packages/loot-core/src/server/accounts/mortgage-loan.ts` (+172 -0) 📝 `packages/loot-core/src/server/db/types/index.ts` (+9 -0) 📝 `packages/loot-core/src/server/schedules/app.ts` (+11 -0) 📝 `packages/loot-core/src/types/models/account.ts` (+8 -0) </details> ### 📄 Description This pull request contains changes generated by a Cursor Cloud Agent <a href="https://cursor.com/background-agent?bcId=bc-6e2617d6-e2ed-44a3-939c-21d6e5c21b3d"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-cursor-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-cursor-light.svg"><img alt="Open in Cursor" src="https://cursor.com/open-in-cursor.svg"></picture></a>&nbsp;<a href="https://cursor.com/agents?id=bc-6e2617d6-e2ed-44a3-939c-21d6e5c21b3d"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-web-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-web-light.svg"><img alt="Open in Web" src="https://cursor.com/open-in-web.svg"></picture></a> --- <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-16 18:17:07 -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#24885