From 9264a2296b27edfc270522faf3e2ee5e157ec37e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 3 Jun 2024 18:31:49 +0000 Subject: [PATCH] case 4586 --- docs/8.0/ayanova/docs/home-user-settings.md | 2 +- docs/8.0/ayanova/docs/ops-upgrade-linux-desktop.md | 10 ++++++---- docs/8.0/ayanova/docs/ops-upgrade-linux-server.md | 10 ++++++---- docs/8.0/ayanova/mkdocs.yml | 2 +- docs/8.0/customer/docs/home-user-settings.md | 2 +- 5 files changed, 15 insertions(+), 11 deletions(-) diff --git a/docs/8.0/ayanova/docs/home-user-settings.md b/docs/8.0/ayanova/docs/home-user-settings.md index e1fd927f..c6d31ebd 100644 --- a/docs/8.0/ayanova/docs/home-user-settings.md +++ b/docs/8.0/ayanova/docs/home-user-settings.md @@ -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`. diff --git a/docs/8.0/ayanova/docs/ops-upgrade-linux-desktop.md b/docs/8.0/ayanova/docs/ops-upgrade-linux-desktop.md index 87a0598a..6206606f 100644 --- a/docs/8.0/ayanova/docs/ops-upgrade-linux-desktop.md +++ b/docs/8.0/ayanova/docs/ops-upgrade-linux-desktop.md @@ -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. diff --git a/docs/8.0/ayanova/docs/ops-upgrade-linux-server.md b/docs/8.0/ayanova/docs/ops-upgrade-linux-server.md index 6aedc468..cbfe6851 100644 --- a/docs/8.0/ayanova/docs/ops-upgrade-linux-server.md +++ b/docs/8.0/ayanova/docs/ops-upgrade-linux-server.md @@ -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. diff --git a/docs/8.0/ayanova/mkdocs.yml b/docs/8.0/ayanova/mkdocs.yml index 32995b84..e6488e69 100644 --- a/docs/8.0/ayanova/mkdocs.yml +++ b/docs/8.0/ayanova/mkdocs.yml @@ -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 diff --git a/docs/8.0/customer/docs/home-user-settings.md b/docs/8.0/customer/docs/home-user-settings.md index bf52d33e..6747e728 100644 --- a/docs/8.0/customer/docs/home-user-settings.md +++ b/docs/8.0/customer/docs/home-user-settings.md @@ -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`.