case 4586

This commit is contained in:
2024-06-03 18:31:49 +00:00
parent dd11358de6
commit 9264a2296b
5 changed files with 15 additions and 11 deletions

View File

@@ -75,7 +75,7 @@ Some other common currency codes are: "EUR" - Euro, "GBP" - Great British Pound,
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.
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 display on reports due to this mismatch.
The solution is to explicitly set your matching currency code to your language seeting, for example `CAD`.

View File

@@ -20,11 +20,9 @@ To shut down the AyaNova server cleanly use the AyaNova web app form accessed fr
Alternatively you can hard shut down AyaNova using the ctrl-c key combination in the terminal console window where AyaNova is running however this is not recommended.
### 3\. Upgrade
### 2.5\. Pre-upgrade step
#### Pre-upgrade step
If your current AyaNova version is older than 8.2.0 there is an extra step before the normal upgrade script process below.
**Only if** your current AyaNova version is older than 8.2.0 there is an extra step before the normal upgrade process.
8.2.0 switched to .NET 8 LTS from the prior used .NET 6 LTS and also switched to using Chrome instead of Chromium for the report rendering headless browser so this script accomodates these changes.
@@ -43,6 +41,10 @@ sudo chmod g+rw /var/ayanova/
If there is an issue or error break apart the commands and execute each one individually to find the error.
After this step has completed you can continue with the normal upgrade process in the next step.
### 3\. Upgrade
#### upgrade script
The following shell script will automatically remove the old AyaNova files, download and unzip the latest AyaNova files then start the server.

View File

@@ -14,11 +14,9 @@ Before proceeding, [make a backup](ops-form-backup.md) of the database **and** t
If you do not have a fresh backup there will be no way to recover from potential data loss or damage.
### 2\. Upgrade
### 1.5\. Pre-upgrade step
#### Pre-upgrade step
If your current AyaNova version is older than 8.2.0 there is an extra step before the normal upgrade script process below.
**Only if** your current AyaNova version is older than 8.2.0 there is an extra step before the normal upgrade process.
8.2.0 switched to .NET 8 LTS from the prior used .NET 6 LTS and also switched to using Chrome instead of Chromium for the report rendering headless browser so this script accomodates these changes.
@@ -37,6 +35,10 @@ sudo chmod g+rw /var/ayanova/
If there is an issue or error break apart the commands and execute each one individually to find the error.
After this step has completed you can continue with the normal upgrade process in the next step.
### 2\. Upgrade
#### upgrade script
The following shell script will automatically stop the AyaNova server service, remove the old AyaNova files, download and unzip the latest AyaNova files then start the server service.

View File

@@ -8,7 +8,7 @@ site_name: AyaNova manual
site_dir: "../../../server/AyaNova/wwwroot/docs"
site_url: https://ayanova.com/docs/
strict: true
copyright: Copyright © 2022-2024 Ground Zero Tech-Works Inc. REV-2024-05-29
copyright: Copyright © 2022-2024 Ground Zero Tech-Works Inc. REV-2024-06-03
extra:
generator: false
# Extensions

View File

@@ -66,7 +66,7 @@ Some other common currency codes are: "EUR" - Euro, "GBP" - Great British Pound,
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.
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 display on reports due to this mismatch.
The solution is to explicitly set your matching currency code to your language seeting, for example `CAD`.