[PR #6493] fix: Proper formatting of the Formula Card #6562

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

Original Pull Request: https://github.com/actualbudget/actual/pull/6493

State: closed
Merged: Yes


Summary:
I noticed the Formula Card would not adhere to the formatting set in the settings.
This should fix it.

Changes:
Use useFormat to format the result.
amountToInteger is used to multiply the value, since it will otherwise display incorrect values.

Summary by CodeRabbit

  • Enhancements
    • Improved numeric value formatting in the Formula Card to display with proper financial number formatting for enhanced readability.

✏️ Tip: You can customize this high-level summary in your review settings.

**Original Pull Request:** https://github.com/actualbudget/actual/pull/6493 **State:** closed **Merged:** Yes --- Summary: I noticed the Formula Card would not adhere to the formatting set in the settings. This should fix it. Changes: Use `useFormat` to format the result. `amountToInteger` is used to multiply the value, since it will otherwise display incorrect values. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Enhancements** * Improved numeric value formatting in the Formula Card to display with proper financial number formatting for enhanced readability. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
GiteaMirror added the pull-request label 2026-02-28 21:30:03 -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#6562