[PR #1311] [MERGED] Add transfers to CashFlow Report #10717

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1311
Author: @carkom
Created: 7/8/2023
Status: Merged
Merged: 7/11/2023
Merged by: @j-f1

Base: masterHead: reportTransfers


📝 Commits (8)

  • 8352a8d Creating layer to save transfers
  • cc93f07 remove unused total transfers
  • d4f108c release notes
  • 7649c4c Add Transfers to main graph
  • 997cb0c Merge branch 'master' into reportTransfers
  • 2e29c27 code updates
  • 0a2e9e2 lint fixes
  • ad2577d Merge branch 'master' into reportTransfers

📊 Changes

4 files changed (+66 additions, -29 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/CashFlow.js (+12 -2)
📝 packages/desktop-client/src/components/reports/graphs/cash-flow-spreadsheet.tsx (+34 -23)
📝 packages/desktop-client/src/components/reports/util.js (+14 -4)
upcoming-release-notes/1311.md (+6 -0)

📄 Description

The cashflow report filters out transfers which makes the ending balance inaccurate (and variable depending on when the tranfers land).

image
image

I've added transfers into the report and split them out from the totals. Net change is mostly unnoticeable as the "transfers" addition is hidden when it's 0 which is most of the time.


🔄 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/1311 **Author:** [@carkom](https://github.com/carkom) **Created:** 7/8/2023 **Status:** ✅ Merged **Merged:** 7/11/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `reportTransfers` --- ### 📝 Commits (8) - [`8352a8d`](https://github.com/actualbudget/actual/commit/8352a8d8af00eb5a99753537742487d5c0a844b3) Creating layer to save transfers - [`cc93f07`](https://github.com/actualbudget/actual/commit/cc93f0705286b4bc95b7a3aa9be50d0820f43143) remove unused total transfers - [`d4f108c`](https://github.com/actualbudget/actual/commit/d4f108c9b3ef404067feec235505b698d10579e9) release notes - [`7649c4c`](https://github.com/actualbudget/actual/commit/7649c4cb54a1ea916abde40dfc7bada3db73fa42) Add Transfers to main graph - [`997cb0c`](https://github.com/actualbudget/actual/commit/997cb0c5f4941c3a2d18f55e88e143723231e686) Merge branch 'master' into reportTransfers - [`2e29c27`](https://github.com/actualbudget/actual/commit/2e29c27daff5b7002ab8f3683b443c89871b2a4c) code updates - [`0a2e9e2`](https://github.com/actualbudget/actual/commit/0a2e9e2baa2162bb00e2400b603baadb20964cee) lint fixes - [`ad2577d`](https://github.com/actualbudget/actual/commit/ad2577d8c592e139d09834e85cc1cd43a76c4191) Merge branch 'master' into reportTransfers ### 📊 Changes **4 files changed** (+66 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/CashFlow.js` (+12 -2) 📝 `packages/desktop-client/src/components/reports/graphs/cash-flow-spreadsheet.tsx` (+34 -23) 📝 `packages/desktop-client/src/components/reports/util.js` (+14 -4) ➕ `upcoming-release-notes/1311.md` (+6 -0) </details> ### 📄 Description The cashflow report filters out transfers which makes the ending balance inaccurate (and variable depending on when the tranfers land). ![image](https://github.com/actualbudget/actual/assets/55785687/be4f3773-d830-41d9-b553-964abadbcab5) ![image](https://github.com/actualbudget/actual/assets/55785687/489f5142-48d4-4f0d-b896-11fb654e43b6) I've added transfers into the report and split them out from the totals. Net change is mostly unnoticeable as the "transfers" addition is hidden when it's 0 which is most of the time. --- <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 20:40:59 -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#10717