[PR #4879] [MERGED] Update budgetType preference in DB from rollover/report to be envelope/tracking #59294

Closed
opened 2026-05-07 00:34:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4879
Author: @joel-jeremy
Created: 4/23/2025
Status: Merged
Merged: 5/12/2025
Merged by: @joel-jeremy

Base: masterHead: update-budgetType-pref-to-envelope-and-tracking


📝 Commits (3)

  • bd5da7b Update budgetType preference from rollover/report to be envelope/tracking
  • b3f13c9 Release notes
  • 5cf66e0 Fix default budgetType in BalanceCell

📊 Changes

24 files changed (+91 additions, -75 deletions)

View changed files

📝 packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx (+2 -2)
📝 packages/desktop-client/src/components/budget/BudgetTable.tsx (+1 -1)
📝 packages/desktop-client/src/components/budget/DynamicBudgetTable.tsx (+1 -1)
📝 packages/desktop-client/src/components/budget/index.tsx (+2 -2)
📝 packages/desktop-client/src/components/budget/util.ts (+3 -1)
📝 packages/desktop-client/src/components/mobile/budget/BalanceCell.tsx (+1 -1)
📝 packages/desktop-client/src/components/mobile/budget/BudgetCell.tsx (+2 -2)
📝 packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx (+9 -9)
📝 packages/desktop-client/src/components/mobile/budget/ExpenseCategoryListItem.tsx (+9 -8)
📝 packages/desktop-client/src/components/mobile/budget/ExpenseGroupListItem.tsx (+4 -4)
📝 packages/desktop-client/src/components/mobile/budget/IncomeCategoryListItem.tsx (+3 -3)
📝 packages/desktop-client/src/components/mobile/budget/IncomeGroup.tsx (+5 -5)
📝 packages/desktop-client/src/components/mobile/budget/index.tsx (+7 -7)
📝 packages/desktop-client/src/components/settings/BudgetTypeSettings.tsx (+3 -3)
📝 packages/desktop-client/src/hooks/useOverspentCategories.ts (+7 -7)
packages/loot-core/migrations/1745425408000_update_budgetType_pref.sql (+7 -0)
📝 packages/loot-core/src/server/budget/actions.ts (+2 -2)
📝 packages/loot-core/src/server/budget/base.test.ts (+4 -4)
📝 packages/loot-core/src/server/budget/base.ts (+7 -7)
📝 packages/loot-core/src/server/budgetfiles/app.ts (+1 -1)

...and 4 more files

📄 Description

Update the budgetType preference in the database from rollover/report to envelope/tracking to match the terms used in the app

Warning: This PR has a migration which updates the budgetType preference row


🔄 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/4879 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 4/23/2025 **Status:** ✅ Merged **Merged:** 5/12/2025 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `update-budgetType-pref-to-envelope-and-tracking` --- ### 📝 Commits (3) - [`bd5da7b`](https://github.com/actualbudget/actual/commit/bd5da7b90520cadb59fa9898fdf2002fd6cb785b) Update budgetType preference from rollover/report to be envelope/tracking - [`b3f13c9`](https://github.com/actualbudget/actual/commit/b3f13c9e458a6282b9327c994c21709c8b03403a) Release notes - [`5cf66e0`](https://github.com/actualbudget/actual/commit/5cf66e025cb25f518ab3265b44c4dfe03d7dd968) Fix default budgetType in BalanceCell ### 📊 Changes **24 files changed** (+91 additions, -75 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/budget/BudgetTable.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/DynamicBudgetTable.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/index.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/budget/util.ts` (+3 -1) 📝 `packages/desktop-client/src/components/mobile/budget/BalanceCell.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/mobile/budget/BudgetCell.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx` (+9 -9) 📝 `packages/desktop-client/src/components/mobile/budget/ExpenseCategoryListItem.tsx` (+9 -8) 📝 `packages/desktop-client/src/components/mobile/budget/ExpenseGroupListItem.tsx` (+4 -4) 📝 `packages/desktop-client/src/components/mobile/budget/IncomeCategoryListItem.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/mobile/budget/IncomeGroup.tsx` (+5 -5) 📝 `packages/desktop-client/src/components/mobile/budget/index.tsx` (+7 -7) 📝 `packages/desktop-client/src/components/settings/BudgetTypeSettings.tsx` (+3 -3) 📝 `packages/desktop-client/src/hooks/useOverspentCategories.ts` (+7 -7) ➕ `packages/loot-core/migrations/1745425408000_update_budgetType_pref.sql` (+7 -0) 📝 `packages/loot-core/src/server/budget/actions.ts` (+2 -2) 📝 `packages/loot-core/src/server/budget/base.test.ts` (+4 -4) 📝 `packages/loot-core/src/server/budget/base.ts` (+7 -7) 📝 `packages/loot-core/src/server/budgetfiles/app.ts` (+1 -1) _...and 4 more files_ </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. --> Update the budgetType preference in the database from `rollover`/`report` to `envelope`/`tracking` to match the terms used in the app Warning: This PR has a migration which updates the `budgetType` preference row --- <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-05-07 00:34:43 -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#59294