[PR #3676] [MERGED] allow 4 decimal places in file imports #4999

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3676
Author: @youngcw
Created: 10/15/2024
Status: Merged
Merged: 10/17/2024
Merged by: @youngcw

Base: masterHead: youngcw/update-parser


📝 Commits (4)

📊 Changes

3 files changed (+12 additions, -4 deletions)

View changed files

📝 packages/loot-core/src/shared/util.test.ts (+4 -2)
📝 packages/loot-core/src/shared/util.ts (+2 -2)
upcoming-release-notes/3676.md (+6 -0)

📄 Description

fixes #3638

Still ignores 3 decimal places since that would break things for lots of people.
I should have allowed this before, but I didn't know if any banks actually exported 4 places. I guess we know now.


🔄 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/3676 **Author:** [@youngcw](https://github.com/youngcw) **Created:** 10/15/2024 **Status:** ✅ Merged **Merged:** 10/17/2024 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `youngcw/update-parser` --- ### 📝 Commits (4) - [`af5a7b5`](https://github.com/actualbudget/actual/commit/af5a7b5ee9c1225c8bf5cca08699d859405a4887) allow 4 decimals - [`6dc286e`](https://github.com/actualbudget/actual/commit/6dc286ee9c141a91de6af0e6b95e430e031537cc) note - [`f56dc4f`](https://github.com/actualbudget/actual/commit/f56dc4f175a4bc895e5b43098fc4336554c9a8bd) fix comment - [`273b84f`](https://github.com/actualbudget/actual/commit/273b84f5293628c2b80962e38d327da3131079c6) update test ### 📊 Changes **3 files changed** (+12 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/shared/util.test.ts` (+4 -2) 📝 `packages/loot-core/src/shared/util.ts` (+2 -2) ➕ `upcoming-release-notes/3676.md` (+6 -0) </details> ### 📄 Description fixes #3638 Still ignores 3 decimal places since that would break things for lots of people. I should have allowed this before, but I didn't know if any banks actually exported 4 places. I guess we know now. --- <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:04:28 -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#4999