This commit is contained in:
2022-08-03 01:13:02 +00:00
parent 672793bbf3
commit 6dfef494e2
7 changed files with 22 additions and 5 deletions

View File

@@ -1,7 +1,8 @@
# Locale overrides
Localization here means the way in which times, dates and numbers are displayed and interpreted by AyaNova.
It is separate and distinct from the [Translation](adm-translations.md) feature of AyaNova which is used to set the text displayed in the user interface.
Localization is separate and distinct from the [Translation](adm-translations.md) feature of AyaNova which is used to set the text displayed in the user interface.
AyaNova relies on the web browser to provide the language and time zone to be used automatically. These settings in turn determine how time, date, currency and numbers are displayed and interpreted when typed in.
@@ -11,7 +12,15 @@ If necessary, these override settings will replace the browser provided defaults
## When to override
Ideally you should never have to override language or time zone; the browser should automatically provide the correct settings for the user based on their device and operating system. If a change is required it's best to try to set it inside the browser itself using the Browser's own settings first before using the settings below in AyaNova as a last resort.
Ideally you should never have to override language or time zone; the browser should automatically provide the correct settings for the user based on their device and operating system.
If a change is required it's best to try to set it inside the browser itself using the Browser's own settings first before using the settings below in AyaNova as a last resort.
## Where to override
![overrides](img/ay-start-localization.png)
Locale overrides are set in the [User settings](home-user-settings.md) form.
## Language code override
@@ -42,7 +51,11 @@ If no value can be determined from the browser, and no override has been set, th
## Currency code (required, not an override)
Browsers do not have a default currency code (at time of writing) so this is one setting that _must_ be set by the user and included here for reference.
![currency code](img/ay-start-localization-currency-code.png)
Browsers do not have a default currency code (at time of writing) so this is one setting that _must_ be set by the user.
Currency code is set in the same [User settings](home-user-settings.md) form where the [language code](#language-code-override) and [time zone](#time-zone-override) overrides are located.
The Currency Code controls how currency values are displayed and accepted for input in AyaNova. The code must be one of the 3 character alphabetic [ISO 4217 active currency codes](https://wikipedia.org/wiki/ISO_4217#Active_codes) This value is _required_ and cannot be determined from the Browser itself. If no setting is made the _default_ value is "USD" for dollar symbol $.

View File

@@ -1,5 +1,7 @@
# User settings
![form](img/home-user-settings.png)
This form controls various settings for the currently logged in User and is available to all users.
Administrators can also modify these settings on behalf of a User in the [User administration form](adm-users.md).
@@ -12,7 +14,7 @@ This form is available to all users regardless of role.
User settings are accessed in the following ways:
- From the `Home` [navigation drawer](ay-start-form-overview.md#navigation-drawer) `User settings` item
- From the `Home` [navigation drawer](ay-start-form-overview.md#navigation-drawer) `User settings` item
## Edit form
@@ -96,6 +98,8 @@ This setting is used to define a unique color for this User which is currently u
### Menu options
![menu](img/home-user-settings-menu.png)
In addition to the [common edit form menu options](ay-start-edit-forms.md#common-edit-form-menu-options) the User settings edit form also has these options:
#### Set login password

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

View File

@@ -7,7 +7,7 @@ theme:
site_name: AyaNova manual
site_dir: '../../../server/AyaNova/wwwroot/docs'
strict: true
copyright: Copyright © 2022 Ground Zero Tech-Works Inc. REV-2022-07-25-C
copyright: Copyright © 2022 Ground Zero Tech-Works Inc. REV-2022-08-02
extra:
generator: false
# Extensions