various docs fixes forgot to save case numbers, nothing huge though
This commit is contained in:
@@ -4,7 +4,7 @@ Report templates are used to generate reports from business object data.
|
|||||||
|
|
||||||
AyaNova features a built in [report editor](ay-report-edit.md) where existing report templates can be customized or new ones created.
|
AyaNova features a built in [report editor](ay-report-edit.md) where existing report templates can be customized or new ones created.
|
||||||
|
|
||||||
# Selecting
|
## Selecting
|
||||||
|
|
||||||
Report templates can be selected in AyaNova in the following places:
|
Report templates can be selected in AyaNova in the following places:
|
||||||
|
|
||||||
|
|||||||
@@ -181,6 +181,14 @@ Users are migrated directly with the following exceptions:
|
|||||||
- Active status is set to false on all migrated users except the Adminstrator account
|
- Active status is set to false on all migrated users except the Adminstrator account
|
||||||
- Administrator account password is not migrated, instead the new v8 SuperUser account replaces it and defaults to login "superuser" and password "l3tm3in"
|
- Administrator account password is not migrated, instead the new v8 SuperUser account replaces it and defaults to login "superuser" and password "l3tm3in"
|
||||||
|
|
||||||
|
### Manager / SuperUser User account changes
|
||||||
|
|
||||||
|
The AyaNova 8 SuperUser User account is **different** from the v7 Manager User account as it can only be used for server administration tasks and creating / editing other Users.
|
||||||
|
|
||||||
|
Unlike the v7 "Manager" User account the v8 "SuperUser" special account is not able to view _any_ **business** related objects so if you login as SuperUser you will not see any business objects such as Customers (clients) or Work orders for example.
|
||||||
|
|
||||||
|
The equivalent [Role](ay-biz-admin-roles.md) to have **full** access to **all** busines objects in AyaNova 8 similar to the Manager account in v7 would be to login as a [User](adm-users.md) who has been given the [Busines administration role](ay-biz-admin-roles.md#business-administration).
|
||||||
|
|
||||||
### Service bank
|
### 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. No data is migrated from the v7 Service Bank to v8.
|
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. No data is migrated from the v7 Service Bank to v8.
|
||||||
|
|||||||
@@ -112,6 +112,12 @@ The sample user login and password list is **static** meaning if you change any
|
|||||||
|
|
||||||
The sample User login and passwords are the same for any evaluation so before you enter or import any real world data you must change them to ensure privacy.
|
The sample User login and passwords are the same for any evaluation so before you enter or import any real world data you must change them to ensure privacy.
|
||||||
|
|
||||||
|
### BizAdmin sample user for evaluation
|
||||||
|
|
||||||
|
The BizAdmin sample User has full rights to all business and management objects and is appropriate to use if you want a quick overview of _all_ areas of AyaNova while evaluating.
|
||||||
|
|
||||||
|
The default login credentials for the AyaNova BizAdmin account is user name: `BizAdmin` password: `BizAdmin`.
|
||||||
|
|
||||||
## Guided tours
|
## Guided tours
|
||||||
|
|
||||||
We recommend evaluating AyaNova at first, with the sample data, _before_ erasing it and importing or entering your own data as it's quicker and easier to get a feel for AyaNova with a full set of data available.
|
We recommend evaluating AyaNova at first, with the sample data, _before_ erasing it and importing or entering your own data as it's quicker and easier to get a feel for AyaNova with a full set of data available.
|
||||||
|
|||||||
@@ -10,7 +10,9 @@ See the [upgrade instructions](ops-upgrade.md) section of this manual for detail
|
|||||||
|
|
||||||
### AyaNova 8.1.2
|
### AyaNova 8.1.2
|
||||||
|
|
||||||
IN PROGRESS
|
Released 2024-03-20
|
||||||
|
|
||||||
|
- App: Fixed issue where a true / false [custom field](ay-customize.md#custom-fields) would not display properly in the [data table](ay-start-form-data-tables.md) for that object
|
||||||
|
|
||||||
### AyaNova 8.1.1
|
### AyaNova 8.1.1
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ The same technique you learn here applies to any other type of form in AyaNova.
|
|||||||
|
|
||||||
AyaNova has a _lot_ of fields built in for each object but sometimes you need to enter and track something that AyaNova doesn't include.
|
AyaNova has a _lot_ of fields built in for each object but sometimes you need to enter and track something that AyaNova doesn't include.
|
||||||
|
|
||||||
AyaNova has a built in [Custom fields feature](ay-customize.md/#custom-fields) for exactly this situation.
|
AyaNova has a built in [Custom fields feature](ay-customize.md#custom-fields) for exactly this situation.
|
||||||
|
|
||||||
Adding Custom form fields applies to _all users_ of AyaNova equally.
|
Adding Custom form fields applies to _all users_ of AyaNova equally.
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ theme:
|
|||||||
site_name: AyaNova manual
|
site_name: AyaNova manual
|
||||||
site_dir: "../../../server/AyaNova/wwwroot/docs"
|
site_dir: "../../../server/AyaNova/wwwroot/docs"
|
||||||
strict: true
|
strict: true
|
||||||
copyright: Copyright © 2022-2024 Ground Zero Tech-Works Inc. REV-2024-01-26
|
copyright: Copyright © 2022-2024 Ground Zero Tech-Works Inc. REV-2024-03-20
|
||||||
extra:
|
extra:
|
||||||
generator: false
|
generator: false
|
||||||
# Extensions
|
# Extensions
|
||||||
|
|||||||
Reference in New Issue
Block a user