This commit is contained in:
2022-11-08 01:32:38 +00:00
parent e224a47121
commit 1e260eced5
2 changed files with 65 additions and 94 deletions

View File

@@ -1,8 +1,58 @@
# Getting started - Advanced features
## Subscribe to notifications
Once you have [configured AyaNova for production use](tour-bootstrap-configure.md) it's time to consider some of AyaNova's other time saving or advanced features that may be of use.
There are many [automatic notifications](home-notify-subscriptions.md) available in AyaNova, many of particular interest to the business administrator and now is a good time to set up any that are of use in your business.
## Commonly used features
Here we list a few very commonly used features in AyaNova that you might want to become familiar with and implement.
### Work order status
The [Work order status](svc-work-order-status.md) is a powerful feature of AyaNova for controlling the service process and ties into many other features of AyaNova including automatic notifications and enforcing process control. We strongly recommend using it to it's full capabilities.
Start small with just the status you know you'll need and add more later as you get to know AyaNova and how it fits into your service process.
### Work order Tasks
The [Work order tasks](svc-workorders.md#tasks) feature can save time entering labor details on work orders, standardize service processes, enable potentially less skilled service staff to follow pre-defined steps when providing service and more.
### Preventive maintenance
The [Preventive maintenance](svc-pms.md) feature of AyaNova can help you earn more revenue and create happier Customers.
### Contracts
[Contracts](svc-contracts.md) feature is used to provide special pricing exceptions and manage service response time commitments and ties into the AyaNova [Notifications feature](#notification-system).
### Unit models
AyaNova allows you to enter and track the service history of Customer owned equipment known as [Units](svc-units.md) in AyaNova.
The [Unit model](svc-unit-models.md) feature in AyaNova saves time on entry by having a central location to put information shared by multiple Units such as warranty information etc.
Make use of the Unit model feature to save time on entry and take advantage of some special features.
You can also [import Units](adm-import.md#units) and [import Unit models](adm-import.md#unit-models) if you can export that data from another program.
### Loan items
In AyaNova you can track [loaner items or equipment](svc-loaners.md) that you loan or rent for a fee to Customers on Work orders. Many companies need to provide temporary replacement equipment in the course of service but often haven't formalized this process and don't always charge for the use of loaner equipment.
The AyaNova loan item system enables tracking equipment, where it is, when its due back and optionally charging for it on work orders.
You can even track your own internal service you perfrom on our own loaner equipment with AyaNova's [Shadow unit](svc-loaners.md#shadow-unit) feature.
## Advanced features
### Notification system
The AyaNova [User Notification system](home-notify-subscriptions.md) can automatically notify Users when any one of dozens of configurable events happen in AyaNova.
This system can ensure Users are aware of important events and make sure nothing important gets lost or forgotten no matter how crazy things get.
Notifications relate to every important area of AyaNova leveraging this system can make running a complex service business much easier.
We _strongly_ recommend you get familiar with this important feature and make full use of it.
## Customize report templates
@@ -12,97 +62,10 @@ We suggest making a duplicate copy of any stock report templates you want to mod
If you prefer to have report templates modified or created for you, we may be able to provide that service for a fee, contact AyaNova support for details and a quotation.
================================================================
- Notification system
- User notification
- Customer notification
- Customer self service
- how to set up and configure
================================
Create Labor and Travel Rates for selection in workorders
Create Clients (you can import using the ImportExport.csv utility, and/or you can create on the fly as needed)
Use as is and/or Customize existing report templates for your company and/or create new report templates
Create service workorder for a client (follow along with tutorial for a quick walk through)
More in depth setup of AyaNova:
Follow along with the tutorials and, review Feature details.
Set up for AyaNova network configuration (multiple networked users connect to the database at the same time) if required
Set up backup routine for your configuration (stand-alone backup or network Firebird Server configuration or SQL configuration)
Edit the AyaNova Administrator default password and create a new manager administrator user account - see Users
Create Tax Codes (to be used as defaults in Global Settings)
Locales (create a custom locale if you want to change the text displayed in AyaNova and set as default in Global Settings for new users, and/or assign to existing users)
Erase the AyaNova data entered to start fresh or manually delete objects if applicable
Create Regions (used to restrict data access based on region a user is a member of) and set Client Notifications for each Region
Create and setup Security Groups (determines rights to access AyaNova features for users)
Create Part Warehouses (assign default warehouse to users as well as used to maintain tighter inventory control)
Create Dispatch Zones (used to group clients together for filtering, reporting and scheduling, and assign schedulable users to)
Create User Certifications (used to determine if user can perform certain service and/or be assigned to certain Schedulable User Groups)
Create User Skills (used to determine if user can perform certain service and/or be assigned to certain Schedulable User Groups)
Set your Global Settings
Set up AyaNova Users
Client Groups (groups clients together for filtering and reporting)
Create Labor and Travel Rates for selection in workorders
Subscribe to events such as Client Contract Expiring before setting client contract expiry date
Create Contracts
Create Head Offices
Create Clients (you can import using the ImportExport.csv utility, and/or you can create on the fly as needed)
Create Vendors
Create Unit Models
Create Units (you can import using the ImportExport.csv utility, and/or you can create on the fly as needed)
Create Loan Items
Create Parts (you can import using the ImportExport.csv utility, and/or you can create on the fly as needed)
Enter Part Inventory Adjustment for starting inventory
Create Workorder Categories
Create Workorder Statuses (you can enter manually, and/or import using the ImportExport.csv utility)
Create Workorder Item Types (you can enter manually, and/or import using the ImportExport.csv utility)
Create Priorities (you can enter manually, and/or import using the ImportExport.csv utility)
Create Unit Service Types (you can enter manually, and/or import using the ImportExport.csv utility)
Create Task Groups & Tasks
Have users subscribe to events
Customize existing report templates for your company and create new report templates
Add additional custom fields where needed
- Notification system
- User notification
- Customer notification
- Customer self service
- how to set up and configure

View File

@@ -216,6 +216,14 @@ Once a Part has been created you can enter an [opening inventory](inv-part-inven
Note that you can also [import Parts](adm-import.md#parts), [import Warehouses](adm-import.md#part-warhouses) and [import Part Inventory](adm-import.md#part-inventory) if you have them available for export from another program.
## 13\. Create Customers
Entering new [Customers](customers.md) into AyaNova is an ongoing business process but usually you will have a starting set of Customers you _know_ you will need right away.
By entering a few Customers up front you know you will need right away you can "set the standard" of how much and how they should be entered so that Users can refer to what was entered before for confirmation.
Note that you can also [import Customers](adm-import.md#customers) if you have them in another program.
## Configuration completed
At this point the minimal requirements are met and your staff can start working with AyaNova in production use.