[PR #2322] [MERGED] added 'show/hide balance' button to cash flow report #4250

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2322
Author: @MatissJanis
Created: 2/3/2024
Status: Merged
Merged: 2/8/2024
Merged by: @MatissJanis

Base: masterHead: matiss/show-balance


📝 Commits (2)

  • 6556651 added 'show/hide balance' button to cash flow report
  • 0ee99d8 Release notes

📊 Changes

8 files changed (+51 additions, -15 deletions)

View changed files

📝 packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-cash-flow-graph-and-checks-visuals-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-cash-flow-graph-and-checks-visuals-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/reports/Header.jsx (+3 -1)
📝 packages/desktop-client/src/components/reports/graphs/CashFlowGraph.tsx (+7 -1)
📝 packages/desktop-client/src/components/reports/reports/CashFlow.tsx (+28 -7)
📝 packages/desktop-client/src/components/reports/spreadsheets/cash-flow-spreadsheet.tsx (+6 -5)
📝 packages/desktop-client/src/hooks/useFilters.ts (+1 -1)
upcoming-release-notes/2322.md (+6 -0)

📄 Description

Added a button for showing/hiding the balance line. Useful if the balance is a large number whereas the income/expenses are small numbers.

Screenshot 2024-02-03 at 14 32 11

🔄 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/2322 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 2/3/2024 **Status:** ✅ Merged **Merged:** 2/8/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/show-balance` --- ### 📝 Commits (2) - [`6556651`](https://github.com/actualbudget/actual/commit/6556651d2f719f40c250d69d07c20b040a4c71ea) :sparkles: added 'show/hide balance' button to cash flow report - [`0ee99d8`](https://github.com/actualbudget/actual/commit/0ee99d8a82df67ff22d3996ed1bdfc2cbb7101a3) Release notes ### 📊 Changes **8 files changed** (+51 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-cash-flow-graph-and-checks-visuals-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-cash-flow-graph-and-checks-visuals-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/reports/Header.jsx` (+3 -1) 📝 `packages/desktop-client/src/components/reports/graphs/CashFlowGraph.tsx` (+7 -1) 📝 `packages/desktop-client/src/components/reports/reports/CashFlow.tsx` (+28 -7) 📝 `packages/desktop-client/src/components/reports/spreadsheets/cash-flow-spreadsheet.tsx` (+6 -5) 📝 `packages/desktop-client/src/hooks/useFilters.ts` (+1 -1) ➕ `upcoming-release-notes/2322.md` (+6 -0) </details> ### 📄 Description Added a button for showing/hiding the balance line. Useful if the balance is a large number whereas the income/expenses are small numbers. <img width="1267" alt="Screenshot 2024-02-03 at 14 32 11" src="https://github.com/actualbudget/actual/assets/886567/eb11f395-4d0e-420f-916e-f99c575b58e0"> --- <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:53:40 -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#4250