[PR #2505] [MERGED] Custom Reports live data #74323

Closed
opened 2026-05-16 15:36:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2505
Author: @carkom
Created: 3/25/2024
Status: Merged
Merged: 3/26/2024
Merged by: @carkom

Base: masterHead: LiveData


📝 Commits (5)

📊 Changes

9 files changed (+163 additions, -65 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/reports/CustomReport.jsx (+2 -2)
📝 packages/desktop-client/src/components/reports/reports/CustomReportListCards.tsx (+15 -35)
packages/desktop-client/src/components/reports/reports/GetCardData.tsx (+104 -0)
📝 packages/desktop-client/src/components/reports/spreadsheets/cash-flow-spreadsheet.tsx (+5 -1)
📝 packages/desktop-client/src/components/reports/spreadsheets/custom-spreadsheet.ts (+13 -5)
📝 packages/desktop-client/src/components/reports/spreadsheets/filterEmptyRows.ts (+4 -5)
📝 packages/desktop-client/src/components/reports/spreadsheets/grouped-spreadsheet.ts (+8 -4)
📝 packages/desktop-client/src/components/reports/useReport.ts (+6 -13)
upcoming-release-notes/2505.md (+6 -0)

📄 Description

Current implementation saves the entire data query which is needlessly inflating the "custom_report" db table. It also pulls static data for the saved cards on the overview page. This PR fixes all that.


🔄 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/2505 **Author:** [@carkom](https://github.com/carkom) **Created:** 3/25/2024 **Status:** ✅ Merged **Merged:** 3/26/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `LiveData` --- ### 📝 Commits (5) - [`c3fee1f`](https://github.com/actualbudget/actual/commit/c3fee1fbf12099c3e4dd924786ef8e23eb888071) Live card data - [`07af657`](https://github.com/actualbudget/actual/commit/07af6578749424f66c6961d8d88733b89cef2672) Live Data - [`58270fa`](https://github.com/actualbudget/actual/commit/58270fa7a57c4303d91d416a61d5fcde7ba7cb2d) notes - [`7f7203e`](https://github.com/actualbudget/actual/commit/7f7203ed5b88c10fbe594548d7980635bdd4482d) Patch strict TS issues - [`e343783`](https://github.com/actualbudget/actual/commit/e343783d335803f63803a763e60ee3e36f2ce90e) Merge branch 'master' into LiveData ### 📊 Changes **9 files changed** (+163 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/reports/CustomReport.jsx` (+2 -2) 📝 `packages/desktop-client/src/components/reports/reports/CustomReportListCards.tsx` (+15 -35) ➕ `packages/desktop-client/src/components/reports/reports/GetCardData.tsx` (+104 -0) 📝 `packages/desktop-client/src/components/reports/spreadsheets/cash-flow-spreadsheet.tsx` (+5 -1) 📝 `packages/desktop-client/src/components/reports/spreadsheets/custom-spreadsheet.ts` (+13 -5) 📝 `packages/desktop-client/src/components/reports/spreadsheets/filterEmptyRows.ts` (+4 -5) 📝 `packages/desktop-client/src/components/reports/spreadsheets/grouped-spreadsheet.ts` (+8 -4) 📝 `packages/desktop-client/src/components/reports/useReport.ts` (+6 -13) ➕ `upcoming-release-notes/2505.md` (+6 -0) </details> ### 📄 Description Current implementation saves the entire data query which is needlessly inflating the "custom_report" db table. It also pulls static data for the saved cards on the overview page. This PR fixes all that. --- <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-05-16 15:36:11 -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#74323