Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Table for another currencies #2209

Closed
albarreto opened this issue May 4, 2023 · 3 comments
Closed

Feature Request: Table for another currencies #2209

albarreto opened this issue May 4, 2023 · 3 comments
Labels

Comments

@albarreto
Copy link

albarreto commented May 4, 2023

The system only works with US Dollar (US$).
It will be interesting customize currencies like Euro, brazillian real (R$)

@berrnd
Copy link
Member

berrnd commented May 4, 2023

The system only works with US Dollar (US$).

That's not correct, don't know how you came to that conclusion.

There is a config.php option for that:

grocy/config-dist.php

Lines 39 to 43 in 8bdb74a

// To keep it simple: grocy does not handle any currency conversions,
// this here is used to format all money values,
// so doesn't really matter, but needs to be the
// ISO 4217 code of the currency ("USD", "EUR", "GBP", etc.)
Setting('CURRENCY', 'USD');

That's also a duplicate-question of #1449, #486, #465 and many other threads on the r/grocy subreddit - which is also the better place for general help and questions as mentioned in README.

@berrnd berrnd closed this as completed May 4, 2023
@Likqez

This comment was marked as off-topic.

@berrnd

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants