Currency as US Dollar for all the user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2018 01:14 AM
Hi,
I have one requirement where i need to make the currency as US Dollar for all the user. Suppose if user's are from other country then also while calculating the result should show in Dollar. Can someone help me with this.
Thank You
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2018 03:06 AM
Hey Mishra,
Single-currency mode:
Single-currency mode lets all users of the platform see currency values in the same currency.
Before enabling single-currency mode, set the system locale. See Locale settings for valid locale formats.
To configure single-currency mode, set the following properties:
- i18n.single_currency: true or false
- i18n.single_currency.code: the three-letter ISO currency code
- The system locale: glide.system.locale
Single-currency mode has the following limitations:
- Single-currency mode changes the currency in the user views and does not change the number formatting. Even through users in different countries see currency values in one currency, the number formatting (as determined by the user's locale) might not be what they expect.
- Because currency value input is constrained to the single currency, price fields cannot be used.
The effects of rate conversions can be avoided by setting the system locale and the reference currency to be the single currency.
System properties to localize the instance for users from multiple countries.
Some localization properties only appear after the I18N: Internationalization plugin is activated.
Procedure:
- Navigate to System Properties > System Localization.
- Set these properties
Use a single currency model. Display all currencies in the same currency code, regardless of a user's locale, country, or language code. glide.i18n.single_currency | Enable single currency mode.
|
Please Refer:
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2018 03:40 AM