[PR #1017] [MERGED] bugfix: wrong regex in the space-dot format #3468

Closed
opened 2026-02-28 20:42:06 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1017
Author: @TheTrueCaligari
Created: 5/10/2023
Status: Merged
Merged: 5/10/2023
Merged by: @j-f1

Base: masterHead: master


📝 Commits (2)

  • b51ebf7 bugfix: wrong regex in the space-dot format
  • 97717d5 Release note

📊 Changes

2 files changed (+7 additions, -1 deletions)

View changed files

📝 packages/loot-core/src/shared/util.ts (+1 -1)
upcoming-release-notes/1017.md (+6 -0)

📄 Description

The regex for the "space-dot" format was incorrect.

When entering the amount on a schedule, the number was incorrectly read (12.34 became 1234.00)
Strangely, it was not an issue with transactions...


🔄 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/1017 **Author:** [@TheTrueCaligari](https://github.com/TheTrueCaligari) **Created:** 5/10/2023 **Status:** ✅ Merged **Merged:** 5/10/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`b51ebf7`](https://github.com/actualbudget/actual/commit/b51ebf72d87c896cf01321ccd906320beb0cb7f3) bugfix: wrong regex in the space-dot format - [`97717d5`](https://github.com/actualbudget/actual/commit/97717d5e9f704659917b9e8d3c3ea4c78e63a1db) Release note ### 📊 Changes **2 files changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/shared/util.ts` (+1 -1) ➕ `upcoming-release-notes/1017.md` (+6 -0) </details> ### 📄 Description The regex for the "space-dot" format was incorrect. When entering the amount on a schedule, the number was incorrectly read (12.34 became 1234.00) Strangely, it was not an issue with transactions... --- <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 20:42:06 -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#3468