[Feature] Show currency symbol #595

Closed
opened 2026-02-28 19:10:53 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @OlegWock on GitHub (Aug 25, 2023).

Verified feature request does not already exist?

  • I have searched and found no existing issue

💻

  • Would you like to implement this feature?

Pitch: what problem are you trying to solve?

Coming from YNAB, I really miss currency sign in UI. YNAB doesn't support multiple currencies, so it's purely UI gimmick. However, in case if user has multiple budgets in different currencies, this helps a lot to distinct them.

Describe your ideal solution to this problem

I see this as setting per budget/file in 'Formatting' section. By default, it should be set to 'No currency' which means current behavior (no currency sign). User then can switch currency if they would like to have currency sign displayed.

This issue doesn't introduce support for multiple currencies. This is purely visual change.

And to make it clear to user, I propose to add also some kind of 'notice' saying something like 'Actual doesn't support multiple currencies, this is only formatting setting and doesn't change how Actual processes transactions.'

To add currency sign we can simply adjust Intl.NumberFormat settings (caniuse - 92.2%) and to get list of supported currencies we can use Intl.supportedValuesOf("currency") (caniuse - 89.4%).

CleanShot 2023-08-25 at 20 57 01

Teaching and learning

I don't think this issue requires additional effort to be discovered. User will see it when configuring other formatting options for file. However, this will require updating those docs.

Originally created by @OlegWock on GitHub (Aug 25, 2023). ### Verified feature request does not already exist? - [X] I have searched and found no existing issue ### 💻 - [X] Would you like to implement this feature? ### Pitch: what problem are you trying to solve? Coming from YNAB, I really miss currency sign in UI. YNAB doesn't support multiple currencies, so it's purely UI gimmick. However, in case if user has multiple budgets in different currencies, this helps a lot to distinct them. ### Describe your ideal solution to this problem I see this as setting per budget/file in 'Formatting' section. By default, it should be set to 'No currency' which means current behavior (no currency sign). User then can switch currency if they would like to have currency sign displayed. **This issue doesn't introduce support for multiple currencies.** This is purely visual change. And to make it clear to user, I propose to add also some kind of 'notice' saying something like 'Actual doesn't support multiple currencies, this is only formatting setting and doesn't change how Actual processes transactions.' To add currency sign we can simply adjust `Intl.NumberFormat` settings ([caniuse](https://caniuse.com/?search=currencySign) - 92.2%) and to get list of supported currencies we can use `Intl.supportedValuesOf("currency")` ([caniuse](https://caniuse.com/mdn-javascript_builtins_intl_supportedvaluesof) - 89.4%). ![CleanShot 2023-08-25 at 20 57 01](https://github.com/actualbudget/actual/assets/7430438/e16f7ecf-a7bd-470a-bc0e-87eee137b696) ### Teaching and learning I don't think this issue requires additional effort to be discovered. User will see it when configuring other formatting options for file. However, this will require updating [those docs](https://actualbudget.org/docs/tour/settings#formatting).
GiteaMirror added the featureneeds votes labels 2026-02-28 19:10:54 -06:00
Author
Owner

@github-actions[bot] commented on GitHub (Aug 25, 2023):

Thanks for sharing your idea!

This repository uses lodash style issue management for enhancements. That means enhancement issues are automatically closed. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution).

The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+

Don’t forget to upvote the top comment with 👍!

@github-actions[bot] commented on GitHub (Aug 25, 2023): :sparkles: Thanks for sharing your idea! :sparkles: This repository uses lodash style issue management for enhancements. That means enhancement issues are automatically closed. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution). The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+ Don’t forget to upvote the top comment with 👍! <!-- feature-auto-close-comment -->
Author
Owner

@joel-jeremy commented on GitHub (Aug 13, 2025):

I believe this is partially implemented now as an experimental feature in in Actual 25.8.0 (via https://github.com/actualbudget/actual/pull/5167)

@joel-jeremy commented on GitHub (Aug 13, 2025): I believe this is partially implemented now as an experimental feature in in Actual 25.8.0 (via https://github.com/actualbudget/actual/pull/5167)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#595