This commit is contained in:
2022-01-27 01:03:41 +00:00
parent 718d32959b
commit 8b388181e5

View File

@@ -48,11 +48,11 @@ A blue app bar indicates the current view is in a main area of AyaNova, either a
A green app bar indicates a specific record is being edited in an edit form.
![App bar](img/form-appbar.png)
![App bar](img/form-edit-appbar.png)
The far left side of the App bar shows the navigation drawer "hamburger" icon which looks like three horizontal bars stacked on top of each other and is used to show or hide the [navigation drawer](#navigation-drawer)
The center part of the navigation bar shows an icon and information pertaining to which record are area of AyaNova is currently open.
The center part of the navigation bar shows an icon and information pertaining to which record or area of AyaNova is currently open.
The right side shows a bell icon which indicates if any unviewed notifications have arrived and is also a shortcut to open the user's [notifications](home-notifications.md) form to view notifications.
@@ -64,16 +64,13 @@ The navigation drawer shows all the areas of AyaNova the currently logged in use
The navigation drawer can be displayed or hidden by clicking on the "hamburger" icon in the app bar.
On smaller screens such as smart phones the navigation drawer is by default not shown until the user clicks on the hamburger icon.
On larger screens the navigation drawer is displayed by default.
### View area forms
The main View area is where the currently selected form is displayed and worked with.
## Form context menu
The context menu is located in the app bar above every form in AyaNova and looks like 3 dots stacked vertically. It is called the "context" menu because the options in it will change based on the particular form in use, the rights the currently logged in user has to make changes or the state of an object being edited.
The context menu is located in the app bar above every form in AyaNova and looks like 3 dots stacked vertically. It is called the "context" menu because the options in it will change based on the context of the particular form in use, User rights and the current state of an object being edited.
On larger screens the most commonly used options will move from inside the context menu to the main app bar to save a click.
@@ -86,9 +83,9 @@ Main forms that are not related to editing a single object also have the followi
[About](ay-about.md) option for viewing version information and technical support information.
`View on map` In addition 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.
`View on map` 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 for the online map provider chosen 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.
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.
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 available for location.
The default map provider is Google Maps but you can select from many other options or add your own under [User settings map url template](home-user-settings.md#map-url-template) setting.