case 4597
This commit is contained in:
@@ -19,6 +19,10 @@ Released 2024-TBD-TBD
|
||||
**Fixed**
|
||||
TBD
|
||||
|
||||
**Added**
|
||||
|
||||
- Docs: added documentation about a potential issue with "US" being prepended to currency values for non US users and how to correct it in [user settings currency code](home-user-settings.md#currency-code)
|
||||
|
||||
### AyaNova 8.1.5
|
||||
|
||||
Released 2024-05-03
|
||||
|
||||
@@ -73,6 +73,12 @@ The Currency Code controls how currency values are displayed and accepted for in
|
||||
|
||||
Some other common currency codes are: "EUR" - Euro, "GBP" - Great British Pound, "CAD" - Canadian dollar, "AUD" - Australian dollar.
|
||||
|
||||
Mismatch issue: if you are not in the USA and see currency values incorrectly displayed on reports with the prefix "US" as in "US$2.22" this indicates that there is a mismatch between your country code and the default currency code for the US.
|
||||
|
||||
For example if you're in Canada and your country code is defaulting to `en-ca` and you do not set the currency code to `CAD` but leave it to it's default of `USD` the dollar values will automatically be prepended with "US" to the diplsy on reports due to this mismatch.
|
||||
|
||||
The solution is to explicitly set your matching currency code to your language seeting, for example `CAD`.
|
||||
|
||||
#### 12 hour clock
|
||||
|
||||
This _optional_ setting controls whether times are displayed and selected in 12 hour (AM/PM) format or 24 hour format. If not set it will be determined from the browser default language setting.
|
||||
|
||||
@@ -64,6 +64,12 @@ The Currency Code controls how currency values are displayed and accepted for in
|
||||
|
||||
Some other common currency codes are: "EUR" - Euro, "GBP" - Great British Pound, "CAD" - Canadian dollar, "AUD" - Australian dollar.
|
||||
|
||||
Mismatch issue: if you are not in the USA and see currency values incorrectly displayed on reports with the prefix "US" as in "US$2.22" this indicates that there is a mismatch between your country code and the default currency code for the US.
|
||||
|
||||
For example if you're in Canada and your country code is defaulting to `en-ca` and you do not set the currency code to `CAD` but leave it to it's default of `USD` the dollar values will automatically be prepended with "US" to the diplsy on reports due to this mismatch.
|
||||
|
||||
The solution is to explicitly set your matching currency code to your language seeting, for example `CAD`.
|
||||
|
||||
#### 12 hour clock
|
||||
|
||||
This _optional_ setting controls whether times are displayed and selected in 12 hour (AM/PM) format or 24 hour format. If not set it will be determined from the browser default language setting.
|
||||
|
||||
Reference in New Issue
Block a user