This commit is contained in:
2022-01-27 19:28:08 +00:00
parent 56e5fd87a0
commit 2f50c310c3
4 changed files with 125 additions and 10 deletions

View File

@@ -50,6 +50,10 @@ AyaNova uses a grid system to automatically lay out the contents of the edit for
In narrow view devices such as smart phones and small tablets AyaNova will display a single vertical column of all form fields. This expands up to 4 columns wide on the widest browser windows on wide screen devices such as a typical PC monitor.
#### Customizable labels
Nearly all static text displayed in AyaNova is customizable via the [Translation feature](adm-translations.md)
#### Error and alerts
![edit form alert types image](img/edit-form-alert-types.png)
@@ -84,7 +88,7 @@ When the save button is disabled it means that there were no changes detected th
The delete button permanently removes the record from the server. If the button is not present or grayed out it means there is insufficient rights to delete the object or it is not deleteable for other reasons indicated.
If an object that is being deleted is found to be linked to other objects at the server, an error message will be returned indicating it is not deleteable due to this condition and which types of other objects this object is linked to in case the User wants to track down and remove all connections so they can delete this object. For example attempting to delete a Customer that is selected on work orders.
If an object that is being deleted is found to be linked to other objects at the server, an error message will be returned indicating it is not deleteable due to this condition and which types of other objects this object is linked to in case the User wants to track down and remove all connections so they can delete this object. For example attempting to delete a Customer that is selected on work orders.
#### Report
@@ -106,9 +110,9 @@ Duplicate is particularly useful when creating a new object that shares many sim
#### View on map
Edit forms for objects with [address controls](ay-start-common-controls.md#address) will have a "View on map" menu item which when clicked will attempt to display the current objects location on a map provided there is enough information to determine the location. The most accurate location is had by entering the latitude and longitude into the fields provided in the "Street" address section however most map providers can match to a postal code or street address when required.
Edit forms for objects with [address controls](ay-start-common-controls.md#address) will have a "View on map" menu item which when clicked will attempt to display the current objects location on a map provided there is enough information to determine the location. The most accurate location is had by entering the latitude and longitude into the fields provided in the "Street" address section however most map providers can match to a postal code or street address when required.
AyaNova can automatically fill in the latitude and longitude when using a supported device see the [address controls](ay-start-common-controls.md#address) documentation for details.
AyaNova can automatically fill in the latitude and longitude when using a supported device see the [address controls](ay-start-common-controls.md#address) documentation for details.
For items that are mobile or may not have a street address such as a Customer unit in remote locations the latitude and longitude are provided for mapping and location purposes.