This commit is contained in:
2020-03-30 19:08:39 +00:00
parent 2a7304769c
commit 0c2749debe
8 changed files with 25 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Placeholder
# PLACEHOLDER
This is a placeholder page for sections that are not written yet

View File

@@ -0,0 +1,4 @@
# BUSINESS ADMINISTRATION IMPORT FROM V7
todo: overview of what will go where
todo: tasks that must be performed after import (security groups -> roles assignment etc)

View File

@@ -0,0 +1,4 @@
# AUTHORIZATION ROLES
todo: overview of roles, list of roles and how they work
NOT how to assign roles, that's in the form documentation for User or elsehwere, this is *about* roles

View File

@@ -5,7 +5,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.
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.
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 from v7](ops-technical-changes-from-v7.md) page of this documentation.
## 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.
@@ -51,6 +51,9 @@ The following objects from v7 have been replaced by tags in v8:
[Importing from v7](ops-import-v7.md) will automatically create tags for these objects and will then tag the corresponding objects that were set to these category items with the new tags created.
### Reports
todo: reports changes here
## New features in AyaNova 8.0
todo: new features here

View File

@@ -3,3 +3,5 @@
## Overview
Tags are a powerful feature of AyaNova that are used to group many different types of objects for reporting, searching and selection.
todo: tags in depth, how to select, how to use etc, **when** to use etc, **what to use for**

View File

@@ -1,6 +1,7 @@
# WELCOME TO AYANOVA ![AyaNovaIcon](img/ayanovaicon60x60.png)
## About this documentation
<small>Last updated: 2020-March-30</small>
This manual has the following sections:

View File

@@ -0,0 +1,4 @@
# OPERATIONS INTRO Placeholder
- 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

View File

@@ -24,6 +24,7 @@ nav:
- 'Navigation': 'ay-start-navigate.md'
- 'Form basics': 'ay-start-form-basics.md'
- 'Select lists': 'ay-start-form-select-list.md'
- 'Tags': 'ay-start-form-tags.md'
- Home:
- 'Dashboard': 'form-home-dashboard.md'
- 'Search': 'form-home-search.md'
@@ -85,10 +86,11 @@ nav:
- Features:
- 'Translation': 'ay-translation.md'
- 'Notification': 'ay-notification.md'
- Customization / business settings guide:
- Business administration and Customization:
- 'Start here': 'ay-biz-admin-intro.md'
- 'Authorization roles': 'ay-biz-admin-roles.md'
- 'Select list templates': 'form-adm-global-select-templates.md'
- 'Select list templates': 'form-adm-global-select-templates.md'
- 'Importing from v7': 'ay-biz-admin-import-v7.md'
- Server operations guide:
- Forms:
- 'Introduction': 'ops-intro.md'
@@ -109,6 +111,7 @@ nav:
- 'Environment variable reference': 'ops-config-environment-variables.md'
- 'Security and JWT web tokens': 'ops-config-jwt-secret.md'
- 'Server error codes': 'ops-error-codes.md'
- 'Technical changes from v7': 'ops-technical-changes-from-v7.md'
- 'Importing from older AyaNova': 'ops-import-v7.md'
- 'Metrics': 'ops-metrics.md'
- Developer guide: