[PR #4190] [MERGED] Fix rounding of split rules #47070

Closed
opened 2026-04-26 09:05:22 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4190
Author: @jfdoming
Created: 1/18/2025
Status: Merged
Merged: 1/19/2025
Merged by: @jfdoming

Base: masterHead: jfdoming/fix-split-rounding


📝 Commits (3)

📊 Changes

3 files changed (+44 additions, -1 deletions)

View changed files

📝 packages/loot-core/src/server/accounts/rules.test.ts (+37 -0)
📝 packages/loot-core/src/server/accounts/rules.ts (+1 -1)
upcoming-release-notes/4190.md (+6 -0)

📄 Description

The rounding adjustment was being applied the wrong way 😅 This PR fixes it and adds tests

Closes https://github.com/actualbudget/actual/issues/3934


🔄 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/4190 **Author:** [@jfdoming](https://github.com/jfdoming) **Created:** 1/18/2025 **Status:** ✅ Merged **Merged:** 1/19/2025 **Merged by:** [@jfdoming](https://github.com/jfdoming) **Base:** `master` ← **Head:** `jfdoming/fix-split-rounding` --- ### 📝 Commits (3) - [`1a3326d`](https://github.com/actualbudget/actual/commit/1a3326d784de4853cca319ff84b7ff64a9b992d0) Fix rounding of split rules - [`0cb9fb8`](https://github.com/actualbudget/actual/commit/0cb9fb82a19881dac2ec8a2c147389fb1634c6e8) Add release notes - [`14bef9b`](https://github.com/actualbudget/actual/commit/14bef9baf9ef78a548198ab069f77fc9afb12a4c) PR feedback ### 📊 Changes **3 files changed** (+44 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/accounts/rules.test.ts` (+37 -0) 📝 `packages/loot-core/src/server/accounts/rules.ts` (+1 -1) ➕ `upcoming-release-notes/4190.md` (+6 -0) </details> ### 📄 Description The rounding adjustment was being applied the wrong way 😅 This PR fixes it and adds tests Closes https://github.com/actualbudget/actual/issues/3934 --- <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-26 09:05:22 -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#47070