[PR #4143] [CLOSED] Fix Calendar Widget tracking transfers as income and expense #5209

Closed
opened 2026-02-28 21:08:08 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4143
Author: @AntoineTA
Created: 1/14/2025
Status: Closed

Base: masterHead: fix-calendar-widget-tracks-transfers


📝 Commits (2)

  • a10f967 fix: filter out transfers when fetching transactions for calendar
  • 0e83603 chore: add release note

📊 Changes

3 files changed (+8 additions, -0 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/reports/Calendar.tsx (+1 -0)
📝 packages/desktop-client/src/components/reports/spreadsheets/calendar-spreadsheet.ts (+1 -0)
upcoming-release-notes/4143.md (+6 -0)

📄 Description

Fixes #4136

When fetching transactions for the calendar widget, ignore transactions that are transfers by only getting transactions whose transfer_id is null.


🔄 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/4143 **Author:** [@AntoineTA](https://github.com/AntoineTA) **Created:** 1/14/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-calendar-widget-tracks-transfers` --- ### 📝 Commits (2) - [`a10f967`](https://github.com/actualbudget/actual/commit/a10f967adfc15093013f0e02006cc3b4b186cafa) fix: filter out transfers when fetching transactions for calendar - [`0e83603`](https://github.com/actualbudget/actual/commit/0e836039f90f5e0ce69166784f72f98206a5f2cc) chore: add release note ### 📊 Changes **3 files changed** (+8 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/reports/Calendar.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/reports/spreadsheets/calendar-spreadsheet.ts` (+1 -0) ➕ `upcoming-release-notes/4143.md` (+6 -0) </details> ### 📄 Description Fixes #4136 When fetching transactions for the calendar widget, ignore transactions that are transfers by only getting transactions whose `transfer_id` is null. --- <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 21:08:08 -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#5209