This commit is contained in:
@@ -1,21 +1,13 @@
|
||||
# now
|
||||
|
||||
|
||||
todo: spin up another 3 test servers on test.ayanova.com, besides a261 which is for joyce and test which is for me, can beef up that server if necessary but need something to send people to when they need to do a quick test
|
||||
and there is other fuckery, do this today priority then send to rich as an option if haven't heard back from him yet.
|
||||
|
||||
|
||||
- new website flesh out the framework and post as an alternate v8index.htm intrey portal so can fully make it without affecting v7
|
||||
get the live test server stuff worked out too in advance
|
||||
sb triggered from a route to make things simple and so client / website doesn't need to do too much
|
||||
|
||||
TODO: DOCS - evaluate page should link to install page in manual so I'm certain I have one single thing to link people to that they can then use to get up and evaluating fully
|
||||
TODO: DOCS _ Rich thought that the eval started by entring info into the screenshot of the evaluation page in the manual, it does seem to be worded to confuse as it says "enter it here"
|
||||
Change to make it clear it's a screenshot of the actual page in the software ionce installed and sb a clear list of what to do in what order
|
||||
|
||||
todo: any reason why got double license request earlier today from atlas guy??
|
||||
it was rockfish that sent it maybe try another and confirm address like he did etc
|
||||
Yeah, it didn't do that thing so maybe he's somehow double requested and it changed the db id or something unusual I need to determine
|
||||
maybe when I hear back he'll have some insight in to what happened.
|
||||
|
||||
todo: did a test generate an eval license but did not fetch it manually to see if it would get it, it didn't after almost 24 hours even though it was unlicensed so should be on the fast cycle
|
||||
something is amiss there check the code try it out here in debug and see what the fuck is happening.
|
||||
|
||||
@@ -4,7 +4,7 @@ The following are common steps for the AyaNova business Administrator to get Aya
|
||||
|
||||
We also have a [technical guide](ops-intro.md) to server operations and maintenance with important guidance for the server operations manager to ensure the AyaNova server runs smoothly and data is safe and protected.
|
||||
|
||||
Not all steps are necessary if they don't apply to your business and most of the items below can be modifed later as your needs change.
|
||||
Not all steps are necessary, some may not apply to your business. Most of the items below can be modifed later as your needs change.
|
||||
|
||||
Here we will provide links to the help pages for each item rather than repeating the information in each step of this document.
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Autocomplete list templates
|
||||
|
||||

|
||||
|
||||
This form is used to set which fields of an AyaNova object are displayed and [searchable](ay-start-form-autocomplete.md#searching) in [autocomplete lists](ay-start-form-autocomplete.md) on [forms](ay-start-form-overview.md).
|
||||
|
||||
In most cases when users of AyaNova need to select from a list of AyaNova objects on a form they will be looking at the "Name" field however in many cases there are other fields that are equally important. For example when looking for a particular [part](inv-parts.md) to select on a [work order](svc-workorders.md) it may be helpful to be able to find the part by not only the part name but also by the part manufacturer or supplier number or other fields.
|
||||
@@ -8,7 +10,7 @@ AyaNova lets you choose the fields that are most appropriate for _your_ business
|
||||
|
||||
## Authorization Roles required
|
||||
|
||||
Many roles can *select* this object on other records where approriate. Editing or viewing this object in detail is only available to Users with the following [roles](ay-biz-admin-roles.md):
|
||||
Many roles can _select_ this object on other records where approriate. Editing or viewing this object in detail is only available to Users with the following [roles](ay-biz-admin-roles.md):
|
||||
|
||||
Full access
|
||||
|
||||
|
||||
@@ -1,10 +1,14 @@
|
||||
# Global history
|
||||
|
||||

|
||||
|
||||
The global history form is an event log that shows important events that took place in AyaNova including User activity. While not a formal audit log, it does provide detailed information to help track down and resolve any unusual issues that might arise related to usage of AyaNova.
|
||||
|
||||
From this form you can also open the object(s) in question.
|
||||
|
||||
## Authorization Roles required
|
||||
|
||||
Many roles can *select* this object on other records where approriate. Editing or viewing this object in detail is only available to Users with the following [roles](ay-biz-admin-roles.md):
|
||||
Many roles can _select_ this object on other records where approriate. Editing or viewing this object in detail is only available to Users with the following [roles](ay-biz-admin-roles.md):
|
||||
|
||||
Full access
|
||||
|
||||
@@ -28,14 +32,14 @@ Most events are related to changes to **"business objects"** in AyaNova, that is
|
||||
|
||||
### data that is tracked
|
||||
|
||||
AyaNova tracks the timestamp of the event, the type of event, the type of business object and it's id if the event is related to a particular business object and the User who triggered the event. This makes it possible to
|
||||
AyaNova tracks the timestamp of the event, the type of event, the type of business object and it's id if the event is related to a particular business object and the User who triggered the event.
|
||||
|
||||
### events that are tracked
|
||||
|
||||
- `Business object created`: user created and saved a new business object
|
||||
- `Business object updated`: user modified and saved an existing business object
|
||||
- `Business object retrieved`: user has opened the edit form for a business object
|
||||
- `Business object deleted`: user has created a new business object
|
||||
- `Business object deleted`: user has [deleted](#what-happens-when-i-delete-an-object) an existing business object
|
||||
- `Attachment created`: user has [attached](ay-start-form-attachments.md) a file to a business object
|
||||
- `Attachment retrieved`: user has downloaded a file [attached](ay-start-form-attachments.md) to a business object
|
||||
- `Attachment modified`: user has modified the descriptive notes or name of a file [attached](ay-start-form-attachments.md) to a business object
|
||||
@@ -45,3 +49,11 @@ AyaNova tracks the timestamp of the event, the type of event, the type of busine
|
||||
- `Seed database`: user has requested that the AyaNova database be overwritten with sample data for [evaluation](ay-evaluate.md)
|
||||
- `Erase all data`: user has requested that the AyaNova database be erased and all data removed
|
||||
- `Backup downloaded`: user has downloaded a copy of the [AyaNova backup](ops-form-backup.md) files
|
||||
|
||||
### What happens when I delete an object?
|
||||
|
||||
When an object is deleted, AyaNova will automatically remove all previous events for that object in the event log and insert one single final `Business object deleted` entry for that object indicating the User who deleted it and the date of deletion.
|
||||
|
||||
### how long is data retained?
|
||||
|
||||
Currently AyaNova keeps the global event log perpetually, it never gets pruned or deleted. A planned upcoming feature will allow for pruning the history log by date range on demand.
|
||||
|
||||
@@ -1,12 +1,16 @@
|
||||
# Import
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
The Import form is used to import new records _or_ update existing records in AyaNova from a local import file.
|
||||
|
||||
More advanced import or synchronization requirements are supported through the [AyaNova developers API](api-intro.md).
|
||||
|
||||
## Authorization Roles required
|
||||
|
||||
Many roles can *select* this object on other records where approriate. Editing or viewing this object in detail is only available to Users with the following [roles](ay-biz-admin-roles.md):
|
||||
Many roles can _select_ this object on other records where approriate. Editing or viewing this object in detail is only available to Users with the following [roles](ay-biz-admin-roles.md):
|
||||
|
||||
Full access
|
||||
|
||||
@@ -38,9 +42,9 @@ If no errors are found then the record is saved into the database and a success
|
||||
|
||||
If errors are found during validation no save is made and the error message is added to the results list displayed in the Import form once import has completed.
|
||||
|
||||
When import has completed the *import* result list will show any errors or imported records and "Process completed".
|
||||
When import has completed the _import_ result list will show any errors or imported records and "Process completed".
|
||||
|
||||
Records not imported due to already being present will not show in the *import* result list.
|
||||
Records not imported due to already being present will not show in the _import_ result list.
|
||||
|
||||
### Import items are automatically tagged
|
||||
|
||||
@@ -74,9 +78,9 @@ The key (usually `Name`) field can not be updated as it's used to match records.
|
||||
|
||||
Unlike the import process, updated records are _not_ automatically tagged (the only way to undo an update is to [restore from backup](ops-restore.md)) however you can still see which records were updated if necessary by viewing the [User history](ay-history.md) of the User who ran the update.
|
||||
|
||||
When update has completed the *update* result list will show any errors or updated records and "Process completed".
|
||||
When update has completed the _update_ result list will show any errors or updated records and "Process completed".
|
||||
|
||||
Records not updated due to not matching an existing record will not show in the *update* result list.
|
||||
Records not updated due to not matching an existing record will not show in the _update_ result list.
|
||||
|
||||
### Partial record updates
|
||||
|
||||
|
||||
@@ -6,13 +6,13 @@ The AyaNova license is stored inside the database so as long as you have a backu
|
||||
|
||||
## Trying out AyaNova
|
||||
|
||||
If you are trying out AyaNova for the first time this is the form to request an evaluation license key.
|
||||
If you are trying out AyaNova for the first time this form will automatically prompt you to request an evaluation license.
|
||||
|
||||
See the [Trying out AyaNova](ay-evaluate.md) page for details.
|
||||
See the [Trying out AyaNova](ay-evaluate.md) documentation page for more details about evaluating AyaNova.
|
||||
|
||||
## Authorization Roles required
|
||||
|
||||
Many roles can *select* this object on other records where approriate. Editing or viewing this object in detail is only available to Users with the following [roles](ay-biz-admin-roles.md):
|
||||
Many roles can _select_ this object on other records where approriate. Editing or viewing this object in detail is only available to Users with the following [roles](ay-biz-admin-roles.md):
|
||||
|
||||
Full access
|
||||
|
||||
@@ -36,11 +36,13 @@ If the server can't find a license in the database then links are shown to begin
|
||||
|
||||
#### Start trial evaluation
|
||||
|
||||
An evaluation trial license is required to try out AyaNova:
|
||||
An evaluation trial license is required to try out AyaNova and you will be prompted with the following form if no license is installed:
|
||||
|
||||

|
||||
|
||||
Enter you details here and click on Send Request. An automated email will be sent within 5 minutes to the address you provided to verify your email address. Check the inbox for the address provided and when you receive the email verification message click on the link contained within to verify your email.
|
||||
Login to AyaNova and if it has not yet been licensed you will automatically be taken to the license request form pictured above so you can enter your details and request a license.
|
||||
|
||||
Once your details have been entered Click on Send Request. An automated email will be sent within 5 minutes to the address you provided to verify your email address. Check the inbox for the address provided and when you receive the email verification message click on the link contained within to verify your email.
|
||||
|
||||
Note that we will only contact the address you provide for licensing or support purposes.
|
||||
|
||||
@@ -140,7 +142,7 @@ This option is provided to permanently erase _most_ user entered data in the Aya
|
||||
|
||||
You will be prompted twice to make sure you really want to do this.
|
||||
|
||||
***Erase database can only be reversed by [restoring](ops-restore.md) from [backup](ops-form-backup.md).***
|
||||
**_Erase database can only be reversed by [restoring](ops-restore.md) from [backup](ops-form-backup.md)._**
|
||||
|
||||
Everything entered in AyaNova will be erased **except** the following items:
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# Trying out AyaNova
|
||||
|
||||
The evaluation form is provided to generate sample data in order to be able to quickly try out features.
|
||||
## Install AyaNova first
|
||||
|
||||
The sample data is randomly generated and will differ each time it is created. Any resemblance to real world data is unintentional and purely co-incidental.
|
||||
If you are trying out AyaNova the first step is to [install AyaNova](ops-install.md).
|
||||
|
||||
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.
|
||||
The second step is to request a [trial license](#requesting-a-trial-license).
|
||||
|
||||
### Default SuperUser login
|
||||
## Default SuperUser login
|
||||
|
||||
The default login for the AyaNova SuperUser account is user name: `superuser` password: `l3tm3in`.
|
||||
|
||||
@@ -16,7 +16,7 @@ AyaNova will prompt you to change it if it discovers a login using the default s
|
||||
|
||||
## Requesting a trial license
|
||||
|
||||
If this is your first time starting AyaNova and it has no database set up yet, the first step is to install an [evaluation trial license](adm-license.md#start-trial-evaluation).
|
||||
If this is your first time starting AyaNova and it has no database set up yet, the next step is to install an [evaluation trial license](adm-license.md#start-trial-evaluation).
|
||||
|
||||
## How the trial license works
|
||||
|
||||
@@ -34,6 +34,8 @@ When you request a new trial key and AyaNova already has a trial key installed,
|
||||
|
||||

|
||||
|
||||
After you have [installed AyaNova](ops-install.md) and [requested an evaluation license](adm-license.md#start-trial-evaluation) you can generate some sample data to get started with AyaNova.
|
||||
|
||||
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 and optionally set _every_ generated object with an email address to the same specific address for testing notification features.
|
||||
|
||||
### Database will be erased
|
||||
|
||||
BIN
docs/8.0/ayanova/docs/img/adm-global-autocomplete-templates.png
Normal file
BIN
docs/8.0/ayanova/docs/img/adm-global-autocomplete-templates.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
docs/8.0/ayanova/docs/img/adm-history.png
Normal file
BIN
docs/8.0/ayanova/docs/img/adm-history.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 96 KiB |
BIN
docs/8.0/ayanova/docs/img/adm-import-ready.png
Normal file
BIN
docs/8.0/ayanova/docs/img/adm-import-ready.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
BIN
docs/8.0/ayanova/docs/img/adm-import.png
Normal file
BIN
docs/8.0/ayanova/docs/img/adm-import.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
@@ -44,13 +44,13 @@ Projects are accessed in the following ways:
|
||||
|
||||
## Projects data table
|
||||
|
||||

|
||||

|
||||
|
||||
The Projects [data table](ay-start-form-data-tables.md) lists all the Projects that are entered in AyaNova and provides access to common [data table menu options](ay-start-form-data-tables.md#common-menu-options).
|
||||
|
||||
## Project edit form
|
||||
|
||||

|
||||

|
||||
|
||||
The Project edit form provides all the [standard edit form](ay-start-edit-forms.md) functionality and the following fields:
|
||||
|
||||
|
||||
@@ -185,7 +185,7 @@ namespace AyaNova.Biz
|
||||
//log.LogTrace("ProcessJobs called but actively processing other jobs so returning");
|
||||
return;
|
||||
}
|
||||
if (!KeepOnWorking()) return;
|
||||
|
||||
ActivelyProcessing = true;
|
||||
log.LogTrace("Processing internal jobs");
|
||||
try
|
||||
@@ -198,8 +198,7 @@ namespace AyaNova.Biz
|
||||
//METRICS
|
||||
CoreJobMetricsSnapshot.DoWork();
|
||||
|
||||
//### Server state dependent jobs
|
||||
ApiServerState serverState = ServiceProviderProvider.ServerState;
|
||||
//## JOBS that will not run in a license or import mode or other system lock scenario from here down
|
||||
|
||||
if (!KeepOnWorking()) return;
|
||||
log.LogTrace("Processing level 2 internal jobs");
|
||||
@@ -266,6 +265,9 @@ namespace AyaNova.Biz
|
||||
}
|
||||
}
|
||||
|
||||
//### Server state dependent jobs
|
||||
ApiServerState serverState = ServiceProviderProvider.ServerState;
|
||||
|
||||
//### API Open only jobs
|
||||
if (!serverState.IsOpen)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user