[PR #2637] [MERGED] Custom Reports update TS issues #11479

Closed
opened 2026-04-10 21:01:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2637
Author: @carkom
Created: 4/19/2024
Status: Merged
Merged: 4/21/2024
Merged by: @carkom

Base: masterHead: CR-TSUpdates


📝 Commits (6)

📊 Changes

8 files changed (+98 additions, -17 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/getLiveRange.ts (+2 -1)
📝 packages/desktop-client/src/components/reports/reportRanges.ts (+5 -4)
📝 packages/desktop-client/src/components/reports/reports/CustomReport.jsx (+2 -1)
📝 packages/desktop-client/src/components/reports/reports/CustomReportListCards.tsx (+4 -0)
📝 packages/desktop-client/src/components/reports/reports/GetCardData.tsx (+64 -2)
📝 packages/desktop-client/src/components/reports/spreadsheets/custom-spreadsheet.ts (+2 -1)
📝 packages/loot-core/src/shared/months.ts (+13 -8)
upcoming-release-notes/2637.md (+6 -0)

📄 Description

Fixing typescript issues with firstDayOfWeek. Also fixes bug with TableGraph report card.


🔄 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/2637 **Author:** [@carkom](https://github.com/carkom) **Created:** 4/19/2024 **Status:** ✅ Merged **Merged:** 4/21/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `CR-TSUpdates` --- ### 📝 Commits (6) - [`4ad29e4`](https://github.com/actualbudget/actual/commit/4ad29e4cfd64e43c44deeeb030eacae83e499fef) update TS issues - [`bc76768`](https://github.com/actualbudget/actual/commit/bc76768b0a1bf20da3184834e01c05d1d19886d8) notes - [`88d4275`](https://github.com/actualbudget/actual/commit/88d42750946b50167e77e1093b01e1cefad16bc0) review fixes - [`a0b3bca`](https://github.com/actualbudget/actual/commit/a0b3bcaedaf1f7c69faa0f86d6bf3f1d16ed1a7b) revert - [`8927963`](https://github.com/actualbudget/actual/commit/8927963cc018943d42cce1a00378cdd22470bc3b) add parseInt - [`2ef2a92`](https://github.com/actualbudget/actual/commit/2ef2a92a9b61008327d874a239c3ee2564cc6b32) fix getLiveRange ### 📊 Changes **8 files changed** (+98 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/getLiveRange.ts` (+2 -1) 📝 `packages/desktop-client/src/components/reports/reportRanges.ts` (+5 -4) 📝 `packages/desktop-client/src/components/reports/reports/CustomReport.jsx` (+2 -1) 📝 `packages/desktop-client/src/components/reports/reports/CustomReportListCards.tsx` (+4 -0) 📝 `packages/desktop-client/src/components/reports/reports/GetCardData.tsx` (+64 -2) 📝 `packages/desktop-client/src/components/reports/spreadsheets/custom-spreadsheet.ts` (+2 -1) 📝 `packages/loot-core/src/shared/months.ts` (+13 -8) ➕ `upcoming-release-notes/2637.md` (+6 -0) </details> ### 📄 Description Fixing typescript issues with firstDayOfWeek. Also fixes bug with TableGraph report card. --- <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-10 21:01:41 -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#11479