[PR #2069] [MERGED] Renaming variables for reports files #4097

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2069
Author: @carkom
Created: 12/12/2023
Status: Merged
Merged: 12/12/2023
Merged by: @carkom

Base: masterHead: rename


📝 Commits (10+)

📊 Changes

12 files changed (+164 additions, -148 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/ChooseGraph.tsx (+3 -3)
📝 packages/desktop-client/src/components/reports/ReportOptions.tsx (+7 -6)
📝 packages/desktop-client/src/components/reports/ReportSidebar.js (+24 -24)
📝 packages/desktop-client/src/components/reports/ReportSummary.js (+10 -7)
📝 packages/desktop-client/src/components/reports/ReportTableHeader.tsx (+2 -2)
📝 packages/desktop-client/src/components/reports/ReportTopbar.js (+3 -3)
📝 packages/desktop-client/src/components/reports/reports/CustomReport.js (+43 -43)
📝 packages/desktop-client/src/components/reports/reports/CustomReportCard.js (+6 -9)
📝 packages/desktop-client/src/components/reports/spreadsheets/default-spreadsheet.tsx (+30 -26)
📝 packages/desktop-client/src/components/reports/spreadsheets/grouped-spreadsheet.ts (+24 -19)
📝 packages/desktop-client/src/components/reports/spreadsheets/makeQuery.ts (+6 -6)
upcoming-release-notes/2069.md (+6 -0)

📄 Description

This is used to rename variable with ambiguous names across all files in reports section.


🔄 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/2069 **Author:** [@carkom](https://github.com/carkom) **Created:** 12/12/2023 **Status:** ✅ Merged **Merged:** 12/12/2023 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `rename` --- ### 📝 Commits (10+) - [`6e694ce`](https://github.com/actualbudget/actual/commit/6e694ce7e45a8a6574b39dfea45ca247dc2b557a) work - [`66764db`](https://github.com/actualbudget/actual/commit/66764dbdb4d6d645744ef4276b66087287c859c2) notes - [`b4e1bff`](https://github.com/actualbudget/actual/commit/b4e1bff9761826c830cbdadc5c64ffa9ddde3569) error fixes - [`e686011`](https://github.com/actualbudget/actual/commit/e686011c2f43e1e05ff2b3275160b61b25e89a74) updates - [`ab9b611`](https://github.com/actualbudget/actual/commit/ab9b611c8159b37b4c4905f8116b31918e7c68b3) card fix - [`ebead44`](https://github.com/actualbudget/actual/commit/ebead445c49577bfa92ea353b26b128fe288ad44) fix filters - [`81457aa`](https://github.com/actualbudget/actual/commit/81457aa681e91522232a1f14095c45011706a3bd) Merge branch 'master' into renameReportVariables - [`1759616`](https://github.com/actualbudget/actual/commit/1759616b823c4e56e01196254ea5d31e3fcdb29a) splitting PR work - [`db3547e`](https://github.com/actualbudget/actual/commit/db3547e457d4847726b948409b6cd2d520be225d) notes - [`478c678`](https://github.com/actualbudget/actual/commit/478c67827d3a41fdcc287e0136b78f62ffcd3325) fixes ### 📊 Changes **12 files changed** (+164 additions, -148 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/ChooseGraph.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/reports/ReportOptions.tsx` (+7 -6) 📝 `packages/desktop-client/src/components/reports/ReportSidebar.js` (+24 -24) 📝 `packages/desktop-client/src/components/reports/ReportSummary.js` (+10 -7) 📝 `packages/desktop-client/src/components/reports/ReportTableHeader.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/reports/ReportTopbar.js` (+3 -3) 📝 `packages/desktop-client/src/components/reports/reports/CustomReport.js` (+43 -43) 📝 `packages/desktop-client/src/components/reports/reports/CustomReportCard.js` (+6 -9) 📝 `packages/desktop-client/src/components/reports/spreadsheets/default-spreadsheet.tsx` (+30 -26) 📝 `packages/desktop-client/src/components/reports/spreadsheets/grouped-spreadsheet.ts` (+24 -19) 📝 `packages/desktop-client/src/components/reports/spreadsheets/makeQuery.ts` (+6 -6) ➕ `upcoming-release-notes/2069.md` (+6 -0) </details> ### 📄 Description This is used to rename variable with ambiguous names across all files in reports section. --- <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:51:28 -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#4097