[PR #2659] [MERGED] Custom Reports Adjustments #18802

Closed
opened 2026-04-14 20:52:10 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: CRTweaks


📝 Commits (10+)

📊 Changes

18 files changed (+44 additions, -27 deletions)

View changed files

📝 packages/desktop-client/src/components/filters/AppliedFilters.tsx (+1 -1)
📝 packages/desktop-client/src/components/filters/FilterExpression.tsx (+1 -1)
📝 packages/desktop-client/src/components/filters/FiltersMenu.jsx (+7 -5)
📝 packages/desktop-client/src/components/filters/FiltersStack.tsx (+1 -1)
📝 packages/desktop-client/src/components/reports/Change.tsx (+11 -2)
📝 packages/desktop-client/src/components/reports/ModeButton.tsx (+1 -1)
📝 packages/desktop-client/src/components/reports/ReportCard.tsx (+1 -1)
📝 packages/desktop-client/src/components/reports/reports/CashFlowCard.jsx (+1 -4)
📝 packages/desktop-client/src/components/reports/reports/NetWorthCard.jsx (+2 -5)
📝 packages/desktop-client/src/components/reports/spreadsheets/custom-spreadsheet.ts (+0 -2)
📝 packages/desktop-client/src/components/reports/spreadsheets/grouped-spreadsheet.ts (+0 -2)
📝 packages/desktop-client/src/components/reports/spreadsheets/makeQuery.ts (+2 -2)
📝 packages/desktop-client/src/style/themes/dark.ts (+1 -0)
📝 packages/desktop-client/src/style/themes/development.ts (+2 -0)
📝 packages/desktop-client/src/style/themes/light.ts (+1 -0)
📝 packages/desktop-client/src/style/themes/midnight.ts (+2 -0)
📝 packages/loot-core/src/shared/months.ts (+4 -0)
upcoming-release-notes/2659.md (+6 -0)

📄 Description

A couple small changes to tidy up the code.


🔄 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/2659 **Author:** [@carkom](https://github.com/carkom) **Created:** 4/25/2024 **Status:** ✅ Merged **Merged:** 4/26/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `CRTweaks` --- ### 📝 Commits (10+) - [`01be415`](https://github.com/actualbudget/actual/commit/01be415273a5da6d032f7e214598e4bd6ce80300) monthly Spending - [`26a8e07`](https://github.com/actualbudget/actual/commit/26a8e07dab1111b4fc75525af592a15316fd6075) Add Average - [`117f0fb`](https://github.com/actualbudget/actual/commit/117f0fb066cc61cee0ab4f02b8f744548259523a) notes - [`789efe0`](https://github.com/actualbudget/actual/commit/789efe05f108abdbf27c9be86a7c9027b85937a7) title - [`1d20fef`](https://github.com/actualbudget/actual/commit/1d20fef33c8207fffd6b3185eecae46705dcf711) Merge branch 'master' into monthlySpending - [`5998f1e`](https://github.com/actualbudget/actual/commit/5998f1e12b0dacff2ccc8f5a6f172bfaa87e2192) Merge branch 'master' into monthlySpending - [`237b69f`](https://github.com/actualbudget/actual/commit/237b69fdc31e1cf49884f83aae1e7c80089f4c50) date filter - [`7d24ce3`](https://github.com/actualbudget/actual/commit/7d24ce36b1c5cbcf4f54ce4d654d4c6d3a27b8de) Merge branch 'master' into monthlySpending - [`c78b905`](https://github.com/actualbudget/actual/commit/c78b905e60e7751348731c25faa40da07a7434b1) TS fixes and hide average when no data - [`8d263b4`](https://github.com/actualbudget/actual/commit/8d263b4b4e9cd0bd2111aa40ad3e880b83d9a153) fix average tooltip and relabel x-axis ### 📊 Changes **18 files changed** (+44 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/filters/AppliedFilters.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/filters/FilterExpression.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/filters/FiltersMenu.jsx` (+7 -5) 📝 `packages/desktop-client/src/components/filters/FiltersStack.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/reports/Change.tsx` (+11 -2) 📝 `packages/desktop-client/src/components/reports/ModeButton.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/reports/ReportCard.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/reports/reports/CashFlowCard.jsx` (+1 -4) 📝 `packages/desktop-client/src/components/reports/reports/NetWorthCard.jsx` (+2 -5) 📝 `packages/desktop-client/src/components/reports/spreadsheets/custom-spreadsheet.ts` (+0 -2) 📝 `packages/desktop-client/src/components/reports/spreadsheets/grouped-spreadsheet.ts` (+0 -2) 📝 `packages/desktop-client/src/components/reports/spreadsheets/makeQuery.ts` (+2 -2) 📝 `packages/desktop-client/src/style/themes/dark.ts` (+1 -0) 📝 `packages/desktop-client/src/style/themes/development.ts` (+2 -0) 📝 `packages/desktop-client/src/style/themes/light.ts` (+1 -0) 📝 `packages/desktop-client/src/style/themes/midnight.ts` (+2 -0) 📝 `packages/loot-core/src/shared/months.ts` (+4 -0) ➕ `upcoming-release-notes/2659.md` (+6 -0) </details> ### 📄 Description A couple small changes to tidy up the code. --- <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-14 20:52:10 -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#18802