[PR #2677] [MERGED] Custom Reports changes #53756

Closed
opened 2026-04-30 22:42:27 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2677
Author: @carkom
Created: 4/27/2024
Status: Merged
Merged: 5/3/2024
Merged by: @carkom

Base: masterHead: CRAdjustments


📝 Commits (10+)

📊 Changes

10 files changed (+67 additions, -55 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/ReportOptions.ts (+4 -3)
📝 packages/desktop-client/src/components/reports/ReportSidebar.jsx (+19 -21)
📝 packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableTotals.tsx (+8 -0)
📝 packages/desktop-client/src/components/reports/reportRanges.ts (+2 -1)
📝 packages/desktop-client/src/components/reports/reports/CustomReport.jsx (+3 -8)
📝 packages/desktop-client/src/components/reports/spreadsheets/custom-spreadsheet.ts (+6 -13)
📝 packages/desktop-client/src/components/reports/spreadsheets/grouped-spreadsheet.ts (+2 -8)
📝 packages/desktop-client/src/style/styles.ts (+15 -0)
📝 packages/loot-core/src/shared/months.ts (+2 -1)
upcoming-release-notes/2677.md (+6 -0)

📄 Description

Fixing small visual issues with custom reports.


🔄 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/2677 **Author:** [@carkom](https://github.com/carkom) **Created:** 4/27/2024 **Status:** ✅ Merged **Merged:** 5/3/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `CRAdjustments` --- ### 📝 Commits (10+) - [`d3c73b2`](https://github.com/actualbudget/actual/commit/d3c73b27d9236ea1ad8f8244b7bef75d16b08435) adjustments - [`3acd26c`](https://github.com/actualbudget/actual/commit/3acd26c184f7c0e88b0567a765922957ff78b657) notes - [`27c2e97`](https://github.com/actualbudget/actual/commit/27c2e979eb9757e88c07f230279e155b17f7d068) scroll height - [`8591df1`](https://github.com/actualbudget/actual/commit/8591df115359195ab6c3d8a4f80caa2231ed0b03) Merge branch 'master' into CRAdjustments - [`8867dec`](https://github.com/actualbudget/actual/commit/8867dec35cd28b7fc60be548135d6dc03d4accd5) lint fix - [`3ae9cf7`](https://github.com/actualbudget/actual/commit/3ae9cf7a1d59ec65cce792048d702f4389726d50) compact scrollbar - [`566a25a`](https://github.com/actualbudget/actual/commit/566a25ae6ff82dc132c97c2bad8447152db26655) fixes - [`9f78590`](https://github.com/actualbudget/actual/commit/9f785900d02aa6c466573028eaca5a674069ca4f) filters fix - [`73a72c3`](https://github.com/actualbudget/actual/commit/73a72c3a917a2c2f296fa96e666207d1ace1a735) scrollbar color - [`c36c541`](https://github.com/actualbudget/actual/commit/c36c541a9400d231490853343b551477ea41c7e8) fix week ranges ### 📊 Changes **10 files changed** (+67 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/ReportOptions.ts` (+4 -3) 📝 `packages/desktop-client/src/components/reports/ReportSidebar.jsx` (+19 -21) 📝 `packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableTotals.tsx` (+8 -0) 📝 `packages/desktop-client/src/components/reports/reportRanges.ts` (+2 -1) 📝 `packages/desktop-client/src/components/reports/reports/CustomReport.jsx` (+3 -8) 📝 `packages/desktop-client/src/components/reports/spreadsheets/custom-spreadsheet.ts` (+6 -13) 📝 `packages/desktop-client/src/components/reports/spreadsheets/grouped-spreadsheet.ts` (+2 -8) 📝 `packages/desktop-client/src/style/styles.ts` (+15 -0) 📝 `packages/loot-core/src/shared/months.ts` (+2 -1) ➕ `upcoming-release-notes/2677.md` (+6 -0) </details> ### 📄 Description Fixing small visual issues with custom reports. --- <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-30 22:42:28 -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#53756