[PR #2244] [MERGED] Custom Reports update entites #4197

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2244
Author: @carkom
Created: 1/17/2024
Status: Merged
Merged: 1/18/2024
Merged by: @carkom

Base: masterHead: reportEntities


📝 Commits (5)

📊 Changes

15 files changed (+70 additions, -31 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/ChooseGraph.tsx (+6 -2)
📝 packages/desktop-client/src/components/reports/ReportSummary.tsx (+2 -3)
📝 packages/desktop-client/src/components/reports/graphs/AreaGraph.tsx (+2 -2)
📝 packages/desktop-client/src/components/reports/graphs/BarGraph.tsx (+2 -2)
📝 packages/desktop-client/src/components/reports/graphs/DonutGraph.tsx (+2 -2)
📝 packages/desktop-client/src/components/reports/graphs/StackedBarGraph.tsx (+2 -2)
📝 packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTable.tsx (+3 -2)
📝 packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableHeader.tsx (+3 -2)
📝 packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableList.tsx (+3 -2)
📝 packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableRow.tsx (+2 -2)
📝 packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableTotals.tsx (+2 -2)
📝 packages/desktop-client/src/components/reports/spreadsheets/calculateLegend.ts (+5 -1)
📝 packages/loot-core/src/types/models/index.d.ts (+1 -0)
📝 packages/loot-core/src/types/models/reports.d.ts (+29 -7)
upcoming-release-notes/2244.md (+6 -0)

📄 Description

Moving entities and updating existing. Also creating a new entity for the custom report data.


🔄 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/2244 **Author:** [@carkom](https://github.com/carkom) **Created:** 1/17/2024 **Status:** ✅ Merged **Merged:** 1/18/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `reportEntities` --- ### 📝 Commits (5) - [`9be9c2a`](https://github.com/actualbudget/actual/commit/9be9c2a54f063961bfb54f4eb8f8b2fd642bcda8) work - [`72e8070`](https://github.com/actualbudget/actual/commit/72e8070cdda4092a08be652efe5764bd850ad0c0) notes - [`58ff26e`](https://github.com/actualbudget/actual/commit/58ff26e6d1e1f5b7e57758879a4992baf4756349) Merge branch 'master' into reportEntities - [`8d41e15`](https://github.com/actualbudget/actual/commit/8d41e15e3c173b7ff3f70c79f3bf096cee7e3353) missing entity - [`5ac8d34`](https://github.com/actualbudget/actual/commit/5ac8d34ec35c0e1d4ab4f37add2a298ba3d7489a) lint ### 📊 Changes **15 files changed** (+70 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/ChooseGraph.tsx` (+6 -2) 📝 `packages/desktop-client/src/components/reports/ReportSummary.tsx` (+2 -3) 📝 `packages/desktop-client/src/components/reports/graphs/AreaGraph.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/reports/graphs/BarGraph.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/reports/graphs/DonutGraph.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/reports/graphs/StackedBarGraph.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTable.tsx` (+3 -2) 📝 `packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableHeader.tsx` (+3 -2) 📝 `packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableList.tsx` (+3 -2) 📝 `packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableRow.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableTotals.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/reports/spreadsheets/calculateLegend.ts` (+5 -1) 📝 `packages/loot-core/src/types/models/index.d.ts` (+1 -0) 📝 `packages/loot-core/src/types/models/reports.d.ts` (+29 -7) ➕ `upcoming-release-notes/2244.md` (+6 -0) </details> ### 📄 Description Moving entities and updating existing. Also creating a new entity for the custom report data. --- <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:52:55 -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#4197