[PR #5988] [MERGED] Allow entering amount when covering overspent/overbudgeted #24867

Closed
opened 2026-04-16 18:16:34 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5988
Author: @joel-jeremy
Created: 10/22/2025
Status: Merged
Merged: 11/6/2025
Merged by: @joel-jeremy

Base: masterHead: cover-amount


📝 Commits (6)

  • 14c7503 Allow entering amount when covering overspent/overbudgeted
  • 3a07cdf Remove space
  • 484e7d3 [autofix.ci] apply automated fixes
  • 706e2bd Fix typecheck error
  • e52df49 Positive amounts on cover amount
  • 256f077 [autofix.ci] apply automated fixes

📊 Changes

14 files changed (+205 additions, -80 deletions)

View changed files

📝 packages/desktop-client/src/budget/budgetSlice.ts (+5 -0)
📝 packages/desktop-client/src/components/budget/envelope/BalanceMovementMenu.tsx (+3 -1)
📝 packages/desktop-client/src/components/budget/envelope/CoverMenu.tsx (+35 -21)
📝 packages/desktop-client/src/components/budget/envelope/TransferMenu.tsx (+16 -10)
📝 packages/desktop-client/src/components/budget/envelope/budgetsummary/ToBudget.tsx (+4 -2)
📝 packages/desktop-client/src/components/mobile/budget/BudgetPage.tsx (+21 -5)
📝 packages/desktop-client/src/components/mobile/budget/ExpenseCategoryListItem.tsx (+6 -2)
📝 packages/desktop-client/src/components/modals/CoverModal.tsx (+35 -11)
📝 packages/desktop-client/src/components/modals/EnvelopeBudgetSummaryModal.tsx (+3 -1)
📝 packages/desktop-client/src/components/modals/TransferModal.tsx (+3 -1)
📝 packages/desktop-client/src/components/util/AmountInput.tsx (+8 -3)
📝 packages/desktop-client/src/modals/modalsSlice.ts (+11 -3)
📝 packages/loot-core/src/server/budget/actions.ts (+49 -20)
upcoming-release-notes/5988.md (+6 -0)

📄 Description

Right now you can only cover the full amount of the overspending/overbudgeted. This change makes the covering experience similar to transfers where a partial amount can be transferred.


🔄 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/5988 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 10/22/2025 **Status:** ✅ Merged **Merged:** 11/6/2025 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `cover-amount` --- ### 📝 Commits (6) - [`14c7503`](https://github.com/actualbudget/actual/commit/14c75034b2a0ec0f8f0123bda2d692861287f809) Allow entering amount when covering overspent/overbudgeted - [`3a07cdf`](https://github.com/actualbudget/actual/commit/3a07cdf2098ace3fdf288dd85d5bcfc3f7ea5f8c) Remove space - [`484e7d3`](https://github.com/actualbudget/actual/commit/484e7d3536f4535311f0982f8158a2d49c7e3f53) [autofix.ci] apply automated fixes - [`706e2bd`](https://github.com/actualbudget/actual/commit/706e2bd0b6aac84fb41355f2d4401d94aa49c43f) Fix typecheck error - [`e52df49`](https://github.com/actualbudget/actual/commit/e52df493a419a9589a68ecf520829c600a5a85a3) Positive amounts on cover amount - [`256f077`](https://github.com/actualbudget/actual/commit/256f07714b46180cb152265c27673cdacdbe46a0) [autofix.ci] apply automated fixes ### 📊 Changes **14 files changed** (+205 additions, -80 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/budget/budgetSlice.ts` (+5 -0) 📝 `packages/desktop-client/src/components/budget/envelope/BalanceMovementMenu.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/budget/envelope/CoverMenu.tsx` (+35 -21) 📝 `packages/desktop-client/src/components/budget/envelope/TransferMenu.tsx` (+16 -10) 📝 `packages/desktop-client/src/components/budget/envelope/budgetsummary/ToBudget.tsx` (+4 -2) 📝 `packages/desktop-client/src/components/mobile/budget/BudgetPage.tsx` (+21 -5) 📝 `packages/desktop-client/src/components/mobile/budget/ExpenseCategoryListItem.tsx` (+6 -2) 📝 `packages/desktop-client/src/components/modals/CoverModal.tsx` (+35 -11) 📝 `packages/desktop-client/src/components/modals/EnvelopeBudgetSummaryModal.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/modals/TransferModal.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/util/AmountInput.tsx` (+8 -3) 📝 `packages/desktop-client/src/modals/modalsSlice.ts` (+11 -3) 📝 `packages/loot-core/src/server/budget/actions.ts` (+49 -20) ➕ `upcoming-release-notes/5988.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> Right now you can only cover the full amount of the overspending/overbudgeted. This change makes the covering experience similar to transfers where a partial amount can be transferred. --- <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-16 18:16:35 -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#24867