This commit is contained in:
@@ -2,14 +2,31 @@
|
||||
|
||||

|
||||
|
||||
The evaluation form is currently provided to generate sample data in order to be able to quickly try out features.
|
||||
The sample data is randomly generated and will differ each time it is generated.
|
||||
The evaluation form is provided to generate sample data in order to be able to quickly try out features.
|
||||
|
||||
The sample data is randomly generated and will differ each time it is created.
|
||||
|
||||
In addition there is a link to receive technical support while evaluating AyaNova and get answers to any questions that are not covered in this manual.
|
||||
|
||||
## Coming soon
|
||||
## Generating sample data
|
||||
|
||||
Coming soon is a more comprehensive evaluation system that also allows for configuring major AyaNova settings (for example turning off or on inventory) so that it's possible to try out and get started using AyaNova with features set that more closely match the needs of the business.
|
||||

|
||||
|
||||
The _Generate sample data_ button in the evaluate page opens a dialog to select the quantity of sample data you wish to generate and set the time zone desired for the sample data to be generated within.
|
||||
|
||||
### Seed level
|
||||
|
||||
This setting controls the amount of data generated. The options are small, medium, large and huge. Each option will generate progressively _more_ data than the last. The actual types of data generated are the same, only the quantity differs.
|
||||
|
||||
### UTC offset
|
||||
|
||||
This setting exists to generate data within typical work day hours so that there aren't work orders scheduled for midnight or 3am for example.
|
||||
|
||||
This field is automatically set based on the time zone of your device but can be set to any time zone offset desired.
|
||||
|
||||
### Start job
|
||||
|
||||
The start job button will prompt if you're sure twice as this operation will erase any existing data. Once confirmed, the server will start the data generation job. While data is generating the server will be locked from access.
|
||||
|
||||
## Sample Users
|
||||
|
||||
@@ -17,4 +34,4 @@ When AyaNova is in evaluation mode the login form has a list of sample User acco
|
||||
|
||||
## Evaluation
|
||||
|
||||
We recommend evaluating AyaNova with the sample data _before_ erasing it and using your own data as it's easier to try things out when all required data is entered.
|
||||
We recommend evaluating AyaNova at first, with the sample data, _before_ erasing it and entering your own data as it's easier to try things out when a full set of data is available.
|
||||
|
||||
@@ -1,24 +1,17 @@
|
||||
# Changes from AyaNova version 7
|
||||
|
||||
Starting with version 8, AyaNova was completely re-written.
|
||||
Our goals in this were to make AyaNova easier to use, modernize aging code, take advantage of the latest technologies and move to a modern run on any device approach.
|
||||
AyaNova 8 is a completely new application built from the ground up.
|
||||
|
||||
## User interface changes from v7
|
||||
|
||||
AyaNova 7 had several different user interfaces: the main interface was a Windows desktop application and as optional add-on products we had several different web browser interfaces for varying levels of devices. Each web interface had a limited sub-set of the full features in the Windows application and required separate installation and configuration procedures.
|
||||
|
||||
AyaNova 8 has one "progressive" web application based interface only that adapts itself automatically to the device format. Any device on any platform with a modern web browser from a smart phone to a full sized desktop computer can use all features of AyaNova equally. This means you can use AyaNova on an iPhone, Android, Windows desktop, iOS, Linux etc.
|
||||
AyaNova 8 has a single web application interface that adapts itself automatically to the device format. Any device on any platform with a modern web browser from a smart phone to a full sized desktop computer can use all features of AyaNova equally. This means you can use AyaNova on an iPhone, Android, Windows desktop, iOS, Linux etc.
|
||||
|
||||
Having one web application interface means there is nothing to install or update on all user devices and ensures that we will always have all features available to all users.
|
||||
|
||||
In order to support the front end "client" devices using AyaNova, there is now a back end self contained [AyaNova server](ops-intro.md) that handles all requests and can be hosted on Linux or Windows, either onsite or with a web hosting provider.
|
||||
|
||||
## Features dropped from v7 to v8
|
||||
|
||||
### Service bank
|
||||
|
||||
The service bank feature has not been ported to AyaNova 8 as it does not appear to be widely used and would need extensive re-working. We could be wrong about this and if the Service Bank feature is important to you please let us know and how you would like to see it implemented as a feature. If there is demand for it we can work it back into AyaNova 8 as a feature based on your feedback.
|
||||
|
||||
## Existing feature changes
|
||||
|
||||
One of our main goals with AyaNova 8 was to make AyaNova easier to use and add many new features and improvements based on feedback from our customers.
|
||||
@@ -269,3 +262,9 @@ All attached and embedded file features have been consolidated in v8 into a new
|
||||
### Display formats
|
||||
|
||||
In v7 there were Global settings for Part display format, Unit display format etc. In v8 this feature has been replaced by [autocomplete list control](ay-start-form-autocomplete.md) templates which allow customizing _all_ autocomplete lists to choose which fields are used for display and searching in v8.
|
||||
|
||||
## Features dropped from v7 to v8
|
||||
|
||||
### Service bank
|
||||
|
||||
The service bank feature has not been ported to AyaNova 8 as it does not appear to be widely used and would need extensive re-working. We could be wrong about this and if the Service Bank feature is important to you please let us know and how you would like to see it implemented as a feature. If there is demand for it we can work it back into AyaNova 8 as a feature based on your feedback.
|
||||
|
||||
@@ -6,9 +6,9 @@ AyaNova is a single page web application; to the browser it is a single web page
|
||||
|
||||
### Consistent
|
||||
|
||||
It is our goal that, AyaNova displays and acts the same on every supported web browser, platform and operating system.
|
||||
It is our goal that, AyaNova displays and acts as similarly as possible on every supported web browser, platform and operating system.
|
||||
|
||||
A user should have the same experience on Chrome in Linux, Safari in iOS or FireFox in Windows (for example) and we test and support the most recent two releases of all major browsers.
|
||||
A user should have the same experience on Chrome in Linux, Safari in iOS or FireFox in Windows (for example) and we test and support each release against the most recent two releases of all major browsers at the time of release.
|
||||
|
||||
### Responsive display
|
||||
|
||||
|
||||
BIN
docs/8.0/ayanova/docs/img/evaluate-generate.png
Normal file
BIN
docs/8.0/ayanova/docs/img/evaluate-generate.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
@@ -21,7 +21,7 @@ nav:
|
||||
- User guide:
|
||||
|
||||
- 'Changes from AyaNova 7': 'ay-start-changes-from-v7.md'
|
||||
- 'Trialing / evaluating': 'ay-evaluate.md'
|
||||
- 'Trying out AyaNova': 'ay-evaluate.md'
|
||||
- User interface:
|
||||
- Introduction:
|
||||
- 'Overview': 'ay-start-form-overview.md'
|
||||
@@ -121,8 +121,6 @@ nav:
|
||||
- 'Select list templates': 'adm-global-autocomplete-templates.md'
|
||||
- 'Business logos': 'adm-global-logo.md'
|
||||
- 'Migrating from v7': 'ay-biz-admin-migrate-v7.md'
|
||||
- Trying out AyaNova:
|
||||
- 'Evaluate': 'ay-evaluate.md'
|
||||
- Server operations guide:
|
||||
- 'Introduction': 'ops-intro.md'
|
||||
- Installation:
|
||||
|
||||
Reference in New Issue
Block a user