[PR #2930] [MERGED] Add getAccountBalance() API. #4599

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2930
Author: @psybers
Created: 6/23/2024
Status: Merged
Merged: 7/10/2024
Merged by: @MatissJanis

Base: masterHead: issue2189


📝 Commits (6)

📊 Changes

6 files changed (+41 additions, -1 deletions)

View changed files

📝 packages/api/methods.test.ts (+9 -1)
📝 packages/api/methods.ts (+4 -0)
📝 packages/loot-core/src/server/api.ts (+8 -0)
📝 packages/loot-core/src/server/main.ts (+9 -0)
📝 packages/loot-core/src/types/api-handlers.d.ts (+5 -0)
upcoming-release-notes/2930.md (+6 -0)

📄 Description

Closes #2189 by adding a getAccountBalance() API function that takes the account ID as first argument, and an optional date cutoff (for finding balances on previous days).


🔄 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/2930 **Author:** [@psybers](https://github.com/psybers) **Created:** 6/23/2024 **Status:** ✅ Merged **Merged:** 7/10/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `issue2189` --- ### 📝 Commits (6) - [`cbdcbb6`](https://github.com/actualbudget/actual/commit/cbdcbb68e46c7ec92a8608e3d97d077f466e2b68) Add getAccountBalance() API. - [`fd09145`](https://github.com/actualbudget/actual/commit/fd09145959f2bc2f422dc2953a1dc40dc4047f11) add release note - [`aba231b`](https://github.com/actualbudget/actual/commit/aba231bdafc2b48087297028f45d1f5cd2232f54) fix linter - [`b3abf68`](https://github.com/actualbudget/actual/commit/b3abf68207e01f0d70a221de76d1f505dae45571) Update packages/loot-core/src/types/api-handlers.d.ts - [`7f5b605`](https://github.com/actualbudget/actual/commit/7f5b605825d1487a009b4800a70f43465db21b4f) Merge branch 'master' into issue2189 - [`3da3615`](https://github.com/actualbudget/actual/commit/3da361508b4a9e2c750736c54e0716e419aed207) fix linter ### 📊 Changes **6 files changed** (+41 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/api/methods.test.ts` (+9 -1) 📝 `packages/api/methods.ts` (+4 -0) 📝 `packages/loot-core/src/server/api.ts` (+8 -0) 📝 `packages/loot-core/src/server/main.ts` (+9 -0) 📝 `packages/loot-core/src/types/api-handlers.d.ts` (+5 -0) ➕ `upcoming-release-notes/2930.md` (+6 -0) </details> ### 📄 Description Closes #2189 by adding a `getAccountBalance()` API function that takes the account ID as first argument, and an optional date cutoff (for finding balances on previous days). --- <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:58:16 -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#4599