[PR #2768] [MERGED] Custom Reports: Table Totals Callback #4498

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2768
Author: @carkom
Created: 5/16/2024
Status: Merged
Merged: 5/20/2024
Merged by: @carkom

Base: masterHead: CRTotalsCallback


📝 Commits (3)

  • 5681c51 Table Totals Callback
  • 6fe700b notes
  • 410c92d Update packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableRow.tsx

📊 Changes

11 files changed (+391 additions, -519 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/ChooseGraph.tsx (+19 -48)
📝 packages/desktop-client/src/components/reports/graphs/tableGraph/RenderTableRow.tsx (+0 -9)
📝 packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTable.tsx (+94 -39)
📝 packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableHeader.tsx (+5 -5)
📝 packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableList.tsx (+0 -12)
📝 packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableRow.tsx (+190 -169)
📝 packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableTotals.tsx (+74 -233)
📝 packages/desktop-client/src/components/reports/spreadsheets/custom-spreadsheet.ts (+1 -1)
📝 packages/desktop-client/src/components/reports/spreadsheets/recalculate.ts (+1 -1)
📝 packages/loot-core/src/types/models/reports.d.ts (+1 -2)
upcoming-release-notes/2768.md (+6 -0)

📄 Description

Creating a callback for the table totals to fix a bug that created duplicate columns while rendering.


🔄 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/2768 **Author:** [@carkom](https://github.com/carkom) **Created:** 5/16/2024 **Status:** ✅ Merged **Merged:** 5/20/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `CRTotalsCallback` --- ### 📝 Commits (3) - [`5681c51`](https://github.com/actualbudget/actual/commit/5681c51d069b821c75b95f643d49341905e9bf8a) Table Totals Callback - [`6fe700b`](https://github.com/actualbudget/actual/commit/6fe700b26072be63680aafc77b6c7fecdfa6b346) notes - [`410c92d`](https://github.com/actualbudget/actual/commit/410c92dc892d9e60056671edb98301e0b045bca4) Update packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableRow.tsx ### 📊 Changes **11 files changed** (+391 additions, -519 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/ChooseGraph.tsx` (+19 -48) 📝 `packages/desktop-client/src/components/reports/graphs/tableGraph/RenderTableRow.tsx` (+0 -9) 📝 `packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTable.tsx` (+94 -39) 📝 `packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableHeader.tsx` (+5 -5) 📝 `packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableList.tsx` (+0 -12) 📝 `packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableRow.tsx` (+190 -169) 📝 `packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableTotals.tsx` (+74 -233) 📝 `packages/desktop-client/src/components/reports/spreadsheets/custom-spreadsheet.ts` (+1 -1) 📝 `packages/desktop-client/src/components/reports/spreadsheets/recalculate.ts` (+1 -1) 📝 `packages/loot-core/src/types/models/reports.d.ts` (+1 -2) ➕ `upcoming-release-notes/2768.md` (+6 -0) </details> ### 📄 Description Creating a callback for the table totals to fix a bug that created duplicate columns while rendering. --- <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:56:37 -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#4498