This commit is contained in:
2020-03-06 16:33:48 +00:00
parent 1a9e5684a7
commit 645ffd3208

View File

@@ -8,7 +8,24 @@ This is the email address used to send AyaNova related information to the user b
This setting is not required (except for notifications if used) and the default value for this setting is empty.
## Language code
## Currency code
The Currency Code controls how currency values are displayed and accepted for input in AyaNova.
This value is *required* and cannot be determined from the Browser itself. If no setting is made the *default* value is "USD" for U.S. dollars.
Some other common currency codes are: "EUR" - Euro, "GBP" - Great British Pound, "CAD" - Canadian dollar, "AUD" - Australian dollar.
AyaNova is not a multi-currency program, it assumes all currency values entered are for the same currency and values entered are stored at the server as Decimal numbers so this setting will affect how values are displayed and accepted for entry only, it has no relation to actual currency values or exchange etc.
## 12 hour clock
This *optional* setting controls whether times are displayed and selected in 12 hour (AM/PM) format or 24 hour format.
## User color
This *optional* setting controls some aspects of AyaNova where multiple user's data is being displayed at once to make it easier to visually distinguish between users at a glance.
One example is the Schedule form when it is displaying schedules for more than one user.
The *default* value is black / transparent.
## Language code override
The Language Code controls how the browser displays and accepts Numbers, Date and time values.
It must be a value that is understood by the browser and matches one of the languages chosen in the browsers languages settings.
@@ -23,15 +40,7 @@ If no language can be determined from the browser and no override has been set A
NOTE: This is a separate and unrelated setting to the users [Locale](ay-locale.md) setting which controls the set of customizable text used by AyaNova to display to the user.
## Currency code
The Currency Code controls how currency values are displayed and accepted for input in AyaNova.
This value is *required* and cannot be determined from the Browser itself. If no setting is made the *default* value is "USD" for U.S. dollars.
Some other common currency codes are: "EUR" - Euro, "GBP" - Great British Pound, "CAD" - Canadian dollar, "AUD" - Australian dollar.
AyaNova is not a multi-currency program, it assumes all currency values entered are for the same currency and values entered are stored at the server as Decimal numbers so this setting will affect how values are displayed and accepted for entry only, it has no relation to actual currency values or exchange etc.
## Time Zone
## Time Zone override
The *required* Time Zone setting controls how date and time values are displayed, accepted for input and very importantly **converted** to local time from UTC time.
### UTC
@@ -44,11 +53,3 @@ If no value can be determined the default Time Zone used is `America/New_York`.
When viewing data in AyaNova that is filtered with one of the relative date filters (for example a filter of "TODAY"), this time zone setting is taken into account in order to ensure that the user sees data appropriate to *their time zone*. This means that two people with browsers in different time zones using a filter of TODAY for a date field may see different list of results from each other.
## 12 hour clock
This *optional* setting controls whether times are displayed and selected in 12 hour (AM/PM) format or 24 hour format.
## User color
This *optional* setting controls some aspects of AyaNova where multiple user's data is being displayed at once to make it easier to visually distinguish between users at a glance.
One example is the Schedule form when it is displaying schedules for more than one user.
The *default* value is black / clear.