This commit is contained in:
2022-05-09 22:21:12 +00:00
parent 4e1c4900dc
commit bf5f17acab
8 changed files with 22 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ If any packages have been changed in the release do a thorough security scan and
### Bump version numbers:
Search and replace 8.0.0-beta.4
Search and replace 8.0.0-beta.5
webapp,server,launcher, v8migrate
Client end ayanova-version.js,

View File

@@ -13,9 +13,7 @@ TODO: Unit model select template doesn't offer UPC as a field nor does it in Uni
todo: unit model discontinued date should be hidden until disconitnued is checked in client UI
Docs completion
search for ![THIS PAGE UNDER CONSTRUCTION](img/underconstruction.svg)
less than 30 so that's good! :)
ADD TO DOCS:
test server license expired so goes to license request page even though there is data in it and when I enter the license request company name etc it says all data will be erased!?
@@ -230,7 +228,7 @@ Coded by importance
╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚══════╝
todo:2 subscribe to all sources of security vulnerabilities that could apply to users of AyaNOva 8 (and 7)
todo:3 subscribe to all sources of security vulnerabilities that could apply to users of AyaNOva 8 (and 7)
Need an ongoing defined process to follow to ensure we are not caught by surprise with any security vulnerabilities
Github watch and star all tools used for starters so get notifications via github about new releases etc
nginx
@@ -265,7 +263,6 @@ todo: 3 WINDOWS SINGLE LAUNCHER:
██████╔╝╚██████╔╝╚██████╗╚██████╔╝██║ ╚═╝ ██║███████╗██║ ╚████║ ██║ ██║ ██║ ██║ ██║╚██████╔╝██║ ╚████║
╚═════╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═══╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝
1: proper nginx config to allow large uploads etc copy from devops
@@ -746,6 +743,8 @@ Plan the order of criticality for extensions
or regular raven UI but the accounting section interfaces with a local server for local desktop qbi stuff and
the raven server interfaces with QBOnline for the QBOI stuff
FUCK QBOI???? Very likely if any blowback from intuit about existing qboi just don't have the time to jump through their hoops
can I enable it for customers but we are out of the picture entirely??
based on sales, how many subscribed now
which ones are porting and which are not
Implement in order or priority
@@ -966,7 +965,7 @@ https://www.ayanova.com/download/next/ayanova-linux-x64-server.zip
https://www.ayanova.com/download/next/ayanova-windows-x64-lan-setup.exe
Current v8 docs home: https://www.ayanova.com/docs/next
BUILD 8.0.0-beta.4 CHANGES OF NOTE
BUILD 8.0.0-beta.5 CHANGES OF NOTE
- Customer user docs system changed at back end and front end so that customer only sees their own manual not the regular AyaNova manual
- Customer user documentation written

View File

@@ -1,7 +1,7 @@
; LAN install for internal network use only
#define MyAppName "AyaNova server"
#define MyAppVersion "8.0.0-beta.4"
#define MyAppVersion "8.0.0-beta.5"
#define MyAppPublisher "Ground Zero Tech-Works, Inc."
#define MyAppURL "https://ayanova.com/"
#define MyAppLauncherExeName "ayanova-launcher.exe"

View File

@@ -3,7 +3,7 @@
; external to lan requires different config
#define MyAppName "AyaNova"
#define MyAppVersion "8.0.0-beta.4"
#define MyAppVersion "8.0.0-beta.5"
#define MyAppPublisher "Ground Zero Tech-Works, Inc."
#define MyAppURL "https://ayanova.com/"
#define MyAppLauncherExeName "ayanova-launcher.exe"

View File

@@ -22,9 +22,9 @@ An important part of beta testing is also testing the documentation; if you find
![help](img/help.png)
## Beta version 8.0.0-beta.4
## Beta version 8.0.0-beta.5
Please keep in mind that AyaNova 8.0.0-beta.4 is a temporary time-limited beta release and is not meant for live use.
Please keep in mind that AyaNova 8.0.0-beta.5 is a temporary time-limited beta release and is not meant for live use.
## Suggested order of beta testing
@@ -64,6 +64,14 @@ In addition it's a great way to learn about the many new features and improvemen
Performing a test migration of your AyaNova 7 data will ensure that any specific issues related to YOUR specific data and database are resolved, as well as giving yourself an idea of how long and whats involved to migrate your 7.x data when AyaNova 8 becomes live, as well as is a great way to try out all of AyaNova 8 with a copy of your own data.
### Will importing / migrating my data affect AyaNova 7?
No, nothing in the AyaNova 7 *source* database is modified by the migration process as it only **reads** the AyaNova 7 data it does not make any changes to it.
(The AyaNova 8 *target* database *is* erased as the first step in migration so it will definitely be affected by the migration process)
It is safe to run the v8 migrate plugin at any time without affecting your AyaNova 7 data, just be sure all users are out to ensure a clean migration to v8 without the risk of exporting partially modified data.
### What features should I test?
We highly recommend testing _every_ component - there may be a feature in AyaNova 7 you never used, whereas in AyaNova 8 the feature is more intuitive and easier to use.

View File

@@ -24,4 +24,4 @@ Or check out our support forum [forum.ayanova.com](http://forum.ayanova.com/)
---
<h6>Documentation version: 8.0.0-beta.4, Copyright &copy; 2022 Ground Zero Tech-Works Inc.</h6>
<h6>Documentation version: 8.0.0-beta.5, Copyright &copy; 2022 Ground Zero Tech-Works Inc.</h6>

View File

@@ -8,4 +8,4 @@ Please contact your service company administrator if you have additional questio
---
<h6>Documentation version: 8.0.0-beta.4, Copyright &copy; 2022 Ground Zero Tech-Works Inc.</h6>
<h6>Documentation version: 8.0.0-beta.5, Copyright &copy; 2022 Ground Zero Tech-Works Inc.</h6>

View File

@@ -5,7 +5,7 @@ namespace AyaNova.Util
/// </summary>
internal static class AyaNovaVersion
{
public const string VersionString = "8.0.0-beta.4";
public const string VersionString = "8.0.0-beta.5";
public const string FullNameAndVersion = "AyaNova server " + VersionString;
public const string CurrentApiVersion="v8";
}//eoc