case 4597

This commit is contained in:
2024-05-13 23:10:34 +00:00
parent 973d262e74
commit 4cc125aae7
4 changed files with 17 additions and 2 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -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.