This commit is contained in:
31
docs/8.0/ayanova/docs/ay-start-changes-from-v7.md
Normal file
31
docs/8.0/ayanova/docs/ay-start-changes-from-v7.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# CHANGES FROM AYANOVA VERSION 7
|
||||
|
||||
## Overview
|
||||
|
||||
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.
|
||||
|
||||
This page documents the changes most relevant to everyday users of AyaNova however there were also many other technical changes of interest to system administrators and installers which are documented in our [Technical changes](ops-technical-changes.md) area of this documentation.
|
||||
|
||||
## User interface changes
|
||||
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, Mac, 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, Windows, Mac either onsite or with a web hosting provider.
|
||||
|
||||
## 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.
|
||||
In order to support this some major areas of AyaNova have been changed:
|
||||
|
||||
### Security groups -> Authorization Roles
|
||||
Security groups have been replaced by a **role** based authorization system.
|
||||
In v7 you would select a security group for a user to restrict their access to objects in AyaNova.
|
||||
In v8 a user is now assigned one or more Authorization Roles which controls their access. Roles are pre-defined and pertain to the type of user for example there are roles for Inventory, Accounting, Business administration, Technician, Subcontractor etc. Whichever roles you assign to a user give them access to those areas of AyaNova.
|
||||
|
||||
Importing Users from AyaNova 7 will automatically set imported Users to have no role in order to protect information security; the business administrator will need to set each user to the most appropriate new roles after import is completed. For more about importing see the [import guide](ops-import-v7.md).
|
||||
|
||||
For details see the [Authorization roles](ay-biz-admin-roles.md) guide for more information.
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# OPERATIONS INTRO Placeholder
|
||||
TODO
|
||||
This is a placeholder page for sections that are not written yet
|
||||
|
||||
- docs link here to explain what the AyaNoav server is so start with a server section and explain client server aspects briefly in overview
|
||||
- Then go on to the basic sections of ops starting with installation then config and then ongoing maintenance and metrics etc
|
||||
@@ -87,6 +87,7 @@ nav:
|
||||
- 'Notification': 'ay-notification.md'
|
||||
- Customization / business settings guide:
|
||||
- 'Start here': 'ay-biz-admin-intro.md'
|
||||
- 'Authorization roles': 'ay-biz-admin-roles.md'
|
||||
- 'Select list templates': 'form-adm-global-select-templates.md'
|
||||
- Server operations guide:
|
||||
- Forms:
|
||||
|
||||
Reference in New Issue
Block a user