This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -48,9 +48,9 @@
|
|||||||
"AYANOVA_DATA_PATH": "c:\\temp\\ravendata",
|
"AYANOVA_DATA_PATH": "c:\\temp\\ravendata",
|
||||||
"AYANOVA_USE_URLS": "http://*:7575;",
|
"AYANOVA_USE_URLS": "http://*:7575;",
|
||||||
//"AYANOVA_PERMANENTLY_ERASE_DATABASE":"true",
|
//"AYANOVA_PERMANENTLY_ERASE_DATABASE":"true",
|
||||||
"AYANOVA_SERVER_TEST_MODE": "false",
|
"AYANOVA_SERVER_TEST_MODE": "true",
|
||||||
//"AYANOVA_REPORT_RENDERING_TIMEOUT":"1",
|
//"AYANOVA_REPORT_RENDERING_TIMEOUT":"1",
|
||||||
"AYANOVA_SERVER_TEST_MODE_SEEDLEVEL": "large",
|
"AYANOVA_SERVER_TEST_MODE_SEEDLEVEL": "small",
|
||||||
"AYANOVA_BACKUP_PG_DUMP_PATH": "C:\\data\\code\\postgres_14\\bin\\"
|
"AYANOVA_BACKUP_PG_DUMP_PATH": "C:\\data\\code\\postgres_14\\bin\\"
|
||||||
},
|
},
|
||||||
"sourceFileMap": {
|
"sourceFileMap": {
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ Users are accessed in the following ways:
|
|||||||
|
|
||||||
## How Users work
|
## How Users work
|
||||||
|
|
||||||
User accounts are used to grant access to AyaNova and also to track and schedule service technician and sub-contractor type Users known as "scheduleable users".
|
User accounts are used to grant access to AyaNova and also to track and schedule service technician and sub-contractor type Users known colletively as "scheduleable users".
|
||||||
|
|
||||||
#### Controlling user access rights
|
#### Controlling user access rights
|
||||||
|
|
||||||
|
|||||||
@@ -54,7 +54,21 @@ In narrow view devices such as smart phones and small tablets AyaNova will displ
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
The above image shows all types of alerts you may see on an edit form.
|
||||||
|
|
||||||
|
##### Errors
|
||||||
|
|
||||||
|
Validation and server errors will appear as a red alert box with a triangular /!\ exclamation mark icon. A validation error usually indicates there is something on the form that needs to be addressed, in this example the Summary field was left empty but is flagged as a required entry field in the [form customization settings](ay-customize.md/#requiring-fields).
|
||||||
|
|
||||||
|
##### Alert notes
|
||||||
|
|
||||||
|
Alert notes will display as an orange alert box with a triangular /!\ exclamation mark icon. Some objects, in this example the Customer, provide for an alert to be displayed when they are selected on a form. This example is displaying "Example alert notes from the Customer record" because that was entered previously into the Customer's [alert notes](customers.md#alert-notes) field.
|
||||||
|
|
||||||
|
The alert notes display on multiple different objects in AyaNova where an alertable object can be selected.
|
||||||
|
|
||||||
|
##### Service tech notes
|
||||||
|
|
||||||
|
Service tech notes will display as a dark blue alert box with an (i) info icon. Service tech notes are specific notes that display on work orders, quotes and preventive maintenance orders only and are intended as a message to the service technician whenever they deal with this customer.
|
||||||
|
|
||||||
### Common edit form menu options
|
### Common edit form menu options
|
||||||
|
|
||||||
|
|||||||
@@ -2,3 +2,14 @@
|
|||||||
|
|
||||||
[UNDER CONSTRUCTION]
|
[UNDER CONSTRUCTION]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Customer edit form
|
||||||
|
|
||||||
|
The Customer edit form contains all the [standard edit form](ay-start-edit-forms.md) functionality and contains the following fields:
|
||||||
|
|
||||||
|
#### Name
|
||||||
|
|
||||||
|
|
||||||
|
#### Alert notes
|
||||||
|
(keep this and expand for link from ay-start-edit-forms alerts section)
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
"CustomerPhone4": "Handy Nummer",
|
"CustomerPhone4": "Handy Nummer",
|
||||||
"CustomerPhone5": "Pager",
|
"CustomerPhone5": "Pager",
|
||||||
"CustomerAlertNotes": "Warnhinweise",
|
"CustomerAlertNotes": "Warnhinweise",
|
||||||
"CustomerTechNotes": "Planbare Benutzer - Anmerkungen",
|
"CustomerTechNotes": "Notizen des Servicetechnikers",
|
||||||
"CustomerGroupDescription": "Beschreibung",
|
"CustomerGroupDescription": "Beschreibung",
|
||||||
"CustomerGroupList": "Kundengruppen",
|
"CustomerGroupList": "Kundengruppen",
|
||||||
"CustomerGroupName": "Kundengruppe - Name",
|
"CustomerGroupName": "Kundengruppe - Name",
|
||||||
|
|||||||
@@ -66,7 +66,7 @@
|
|||||||
"CustomerPhone4": "Mobile",
|
"CustomerPhone4": "Mobile",
|
||||||
"CustomerPhone5": "Pager",
|
"CustomerPhone5": "Pager",
|
||||||
"CustomerAlertNotes": "Alert notes",
|
"CustomerAlertNotes": "Alert notes",
|
||||||
"CustomerTechNotes": "Scheduleable User Notes",
|
"CustomerTechNotes": "Service tech notes",
|
||||||
"CustomerGroupDescription": "Description",
|
"CustomerGroupDescription": "Description",
|
||||||
"CustomerGroupList": "Customer Groups",
|
"CustomerGroupList": "Customer Groups",
|
||||||
"CustomerGroupName": "Customer Group Name",
|
"CustomerGroupName": "Customer Group Name",
|
||||||
@@ -82,7 +82,7 @@
|
|||||||
"CustomerRequestTechCustomerServiceRequestItemID": "Customer service request item",
|
"CustomerRequestTechCustomerServiceRequestItemID": "Customer service request item",
|
||||||
"CustomerRequestTechScheduledStartDate": "Requested Scheduled Start Date",
|
"CustomerRequestTechScheduledStartDate": "Requested Scheduled Start Date",
|
||||||
"CustomerRequestTechScheduledStopDate": "Requested Scheduled Stop Date",
|
"CustomerRequestTechScheduledStopDate": "Requested Scheduled Stop Date",
|
||||||
"CustomerRequestTechUserID": "Requested Scheduleable User",
|
"CustomerRequestTechUserID": "Requested service tech",
|
||||||
"CustomerServiceRequestAcceptToExisting": "Accept to existing work order",
|
"CustomerServiceRequestAcceptToExisting": "Accept to existing work order",
|
||||||
"CustomerServiceRequestAcceptToNew": "Accept to new work order",
|
"CustomerServiceRequestAcceptToNew": "Accept to new work order",
|
||||||
"CustomerServiceRequestCustomContactName": "Contact Name",
|
"CustomerServiceRequestCustomContactName": "Contact Name",
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
"CustomerServiceRequestList": "Customer service requests",
|
"CustomerServiceRequestList": "Customer service requests",
|
||||||
"CustomerServiceRequestOnsite": "Onsite",
|
"CustomerServiceRequestOnsite": "Onsite",
|
||||||
"CustomerServiceRequestParts": "Parts",
|
"CustomerServiceRequestParts": "Parts",
|
||||||
"CustomerServiceRequestPreferredTechs": "Requested scheduleable users",
|
"CustomerServiceRequestPreferredTechs": "Requested service techs",
|
||||||
"CustomerServiceRequestPriority": "Priority",
|
"CustomerServiceRequestPriority": "Priority",
|
||||||
"CustomerServiceRequestReject": "Reject service request",
|
"CustomerServiceRequestReject": "Reject service request",
|
||||||
"CustomerServiceRequestRequestedBy": "Requested by",
|
"CustomerServiceRequestRequestedBy": "Requested by",
|
||||||
@@ -482,7 +482,7 @@
|
|||||||
"CustomerNote": "Customer note",
|
"CustomerNote": "Customer note",
|
||||||
"CustomerNoteType": "Customer note type",
|
"CustomerNoteType": "Customer note type",
|
||||||
"CustomerRequestPart": "Requested Part",
|
"CustomerRequestPart": "Requested Part",
|
||||||
"CustomerRequestTech": "Requested Scheduleable User",
|
"CustomerRequestTech": "Requested service tech",
|
||||||
"CustomerRequestWorkOrder": "Requested workorder",
|
"CustomerRequestWorkOrder": "Requested workorder",
|
||||||
"CustomerRequestWorkOrderItem": "Requested workorder item",
|
"CustomerRequestWorkOrderItem": "Requested workorder item",
|
||||||
"CustomerServiceRequest": "Customer service request",
|
"CustomerServiceRequest": "Customer service request",
|
||||||
@@ -531,8 +531,8 @@
|
|||||||
"Rental": "Rental",
|
"Rental": "Rental",
|
||||||
"RentalUnit": "Rental unit",
|
"RentalUnit": "Rental unit",
|
||||||
"Report": "Report",
|
"Report": "Report",
|
||||||
"ScheduleableUserGroup": "Scheduleable user group",
|
"ScheduleableUserGroup": "Service tech group",
|
||||||
"ScheduleableUserGroupUser": "Scheduleable User Group User",
|
"ScheduleableUserGroupUser": "Service tech Group User",
|
||||||
"ScheduleForm": "Schedule form",
|
"ScheduleForm": "Schedule form",
|
||||||
"Reminder": "Reminder",
|
"Reminder": "Reminder",
|
||||||
"SecurityGroup": "Security group",
|
"SecurityGroup": "Security group",
|
||||||
@@ -863,11 +863,11 @@
|
|||||||
"ReportEditorData": "Sample data",
|
"ReportEditorData": "Sample data",
|
||||||
"ReportEditorMobileWarning": "Editor not supported on mobile devices",
|
"ReportEditorMobileWarning": "Editor not supported on mobile devices",
|
||||||
"ScheduleableUserGroupDescription": "Description",
|
"ScheduleableUserGroupDescription": "Description",
|
||||||
"ScheduleableUserGroupList": "Scheduleable user groups",
|
"ScheduleableUserGroupList": "Service tech groups",
|
||||||
"ScheduleableUserGroupName": "Scheduleable User Group Name",
|
"ScheduleableUserGroupName": "Service tech Group Name",
|
||||||
"ScheduleableUserGroupScheduleableUsers": "Scheduleable Users",
|
"ScheduleableUserGroupScheduleableUsers": "Service techs",
|
||||||
"ScheduleableUserGroupUserScheduleableUserGroupID": "Scheduleable User Group ID",
|
"ScheduleableUserGroupUserScheduleableUserGroupID": "Service tech Group ID",
|
||||||
"ScheduleableUserGroupUserScheduleableUserID": "Scheduleable User",
|
"ScheduleableUserGroupUserScheduleableUserID": "Service tech",
|
||||||
"ScheduleableUserNameDisplayFormatsEmployeeNumberFirstLast": "EmployeeNumber - First Last",
|
"ScheduleableUserNameDisplayFormatsEmployeeNumberFirstLast": "EmployeeNumber - First Last",
|
||||||
"ScheduleableUserNameDisplayFormatsEmployeeNumberInitials": "Employee number - initials",
|
"ScheduleableUserNameDisplayFormatsEmployeeNumberInitials": "Employee number - initials",
|
||||||
"ScheduleableUserNameDisplayFormatsFirstLast": "First Last",
|
"ScheduleableUserNameDisplayFormatsFirstLast": "First Last",
|
||||||
@@ -1172,7 +1172,7 @@
|
|||||||
"ScheduleActiveWorkOrderItem": "Active workorder item:",
|
"ScheduleActiveWorkOrderItem": "Active workorder item:",
|
||||||
"ScheduleAddToActiveWorkOrderItem": "Add selection to active workorder item",
|
"ScheduleAddToActiveWorkOrderItem": "Add selection to active workorder item",
|
||||||
"ScheduleDayView": "Single Day View",
|
"ScheduleDayView": "Single Day View",
|
||||||
"ScheduleEditScheduleableUserGroup": "Edit Scheduleable User Groups",
|
"ScheduleEditScheduleableUserGroup": "Edit Service tech Groups",
|
||||||
"ScheduleEditReminder": "Edit selected reminder",
|
"ScheduleEditReminder": "Edit selected reminder",
|
||||||
"ScheduleEditWorkOrder": "Edit selected Work order",
|
"ScheduleEditWorkOrder": "Edit selected Work order",
|
||||||
"ScheduleMergeUsers": "Display Merged / Separate",
|
"ScheduleMergeUsers": "Display Merged / Separate",
|
||||||
@@ -1180,7 +1180,7 @@
|
|||||||
"ScheduleNewReminder": "New reminder",
|
"ScheduleNewReminder": "New reminder",
|
||||||
"ScheduleNewWorkOrder": "New Service Work order",
|
"ScheduleNewWorkOrder": "New Service Work order",
|
||||||
"SchedulePrintWorkOrders": "Print selected work orders",
|
"SchedulePrintWorkOrders": "Print selected work orders",
|
||||||
"ScheduleSelectScheduleableUserGroup": "Select Scheduleable Users",
|
"ScheduleSelectScheduleableUserGroup": "Select Service techs",
|
||||||
"ScheduleShowClosed": "Display Open / Closed (and open) work orders",
|
"ScheduleShowClosed": "Display Open / Closed (and open) work orders",
|
||||||
"ScheduleTimeLineView": "Display single day view as time line / regular",
|
"ScheduleTimeLineView": "Display single day view as time line / regular",
|
||||||
"ScheduleToday": "Today",
|
"ScheduleToday": "Today",
|
||||||
|
|||||||
@@ -66,7 +66,7 @@
|
|||||||
"CustomerPhone4": "Móvil",
|
"CustomerPhone4": "Móvil",
|
||||||
"CustomerPhone5": "Buscapersonas",
|
"CustomerPhone5": "Buscapersonas",
|
||||||
"CustomerAlertNotes": "Notas emergentes",
|
"CustomerAlertNotes": "Notas emergentes",
|
||||||
"CustomerTechNotes": "Notas usuario programable",
|
"CustomerTechNotes": "Notas del técnico de servicio",
|
||||||
"CustomerGroupDescription": "Descripción",
|
"CustomerGroupDescription": "Descripción",
|
||||||
"CustomerGroupList": "Grupos de clientes",
|
"CustomerGroupList": "Grupos de clientes",
|
||||||
"CustomerGroupName": "Nombre grupo de clientes",
|
"CustomerGroupName": "Nombre grupo de clientes",
|
||||||
|
|||||||
@@ -66,7 +66,7 @@
|
|||||||
"CustomerPhone4": "Numéro de portable",
|
"CustomerPhone4": "Numéro de portable",
|
||||||
"CustomerPhone5": "Téléavertisseur",
|
"CustomerPhone5": "Téléavertisseur",
|
||||||
"CustomerAlertNotes": "Notes contextuelles",
|
"CustomerAlertNotes": "Notes contextuelles",
|
||||||
"CustomerTechNotes": "Notes d'utilisateur programmable",
|
"CustomerTechNotes": "Notes du technicien de maintenance",
|
||||||
"CustomerGroupDescription": "Description",
|
"CustomerGroupDescription": "Description",
|
||||||
"CustomerGroupList": "Groupes de clients",
|
"CustomerGroupList": "Groupes de clients",
|
||||||
"CustomerGroupName": "Nom de groupe de clients",
|
"CustomerGroupName": "Nom de groupe de clients",
|
||||||
|
|||||||
Reference in New Issue
Block a user