This commit is contained in:
@@ -5,59 +5,102 @@ AyaNova [forms](ay-start-form-overview.md) have a common set of controls that ar
|
||||
## Input controls
|
||||
|
||||
### Address
|
||||
|
||||

|
||||
|
||||
The address control is used to enter both a postal address and physical address.
|
||||
|
||||
AyaNova supports longitude and latitude entry for the physical or "street" address to support servicing mobile or remote locations without street addresses. If using a location aware device such as a smart phone you can automatically set the street address longitude and latitude see context menu options below
|
||||
|
||||
Items with an address can make use of the [View on map](ay-start-form-overview.md#form-context-menu) menu option.
|
||||
|
||||
#### Street address context menu
|
||||
|
||||
The street address context menu is accessed by clicking on the 3 vertical dot context menu icon beside the title "Street address" and has the following options:
|
||||
|
||||
- `Copy to clipboard` copies the street address to the device clipboard.
|
||||
- `Copy to Postal address` copies the street address fields into the same Postal address fields to save typing if identical
|
||||
- `Set co-ordinates to current location` will attempt to set the longitude and latitude automatically. Note that this depends upon the capabilities of the device in use and whether the browser is allowed to access the location. When clicking on this button it can take a second or two to determine the location / display an error message if it can't be done.
|
||||
|
||||
#### Postal address context menu
|
||||
|
||||
### Autocomplete (searchable pick list)
|
||||
|
||||
(make sure consistent naming, is there a better descriptive name for this? yes autocomplete conveys it, so search and replace any "pick list" docs or select lists)
|
||||
|
||||
### Currency
|
||||
|
||||
### Date
|
||||
|
||||
### Date and Time
|
||||
|
||||
### Day of week
|
||||
|
||||
### Decimal
|
||||
|
||||
### Duration
|
||||
|
||||
### Email
|
||||
|
||||
### Extension
|
||||
|
||||
### Menu
|
||||
|
||||
(both in form Context i.e. wo items add and main form context menu at top disambiguate)
|
||||
(common menu, how it hides and displays on smalelr forms, how to pick etc)
|
||||
|
||||
### Percent
|
||||
|
||||
### Phone
|
||||
|
||||
### Select list (not searchable)
|
||||
|
||||
(make sure consistent naming)
|
||||
|
||||
### Tag
|
||||
|
||||
### Time
|
||||
|
||||
### Upload
|
||||
|
||||
(import, report template upload etc etc)
|
||||
|
||||
### URL
|
||||
|
||||
|
||||
|
||||
## Display controls
|
||||
|
||||
### Chart
|
||||
## Notification
|
||||
|
||||
## Notification
|
||||
|
||||
(snackbar gznotify disappears)
|
||||
|
||||
### Data table
|
||||
|
||||
### Timeline
|
||||
|
||||
## Special controls
|
||||
|
||||
### Attachments
|
||||
|
||||
### Confirmation dialog
|
||||
|
||||
### Custom fields
|
||||
|
||||
### Dashboard widgets
|
||||
|
||||
### Schedule
|
||||
|
||||
### Wiki
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
00000000000000000000000000000000000000000000000000000000000000
|
||||
[under construction]
|
||||
|
||||
#b4beta (complete this, very important)
|
||||
|
||||
TODO:
|
||||
TODO:
|
||||
|
||||
### UTC
|
||||
All dates and times are stored at the server in UTC (GMT) values. The server has no knowledge of time zones so this value is used to display the time and date in your local Browser time zone.
|
||||
|
||||
All dates and times are stored at the server in UTC (GMT) values. The server has no knowledge of time zones so this value is used to display the time and date in your local Browser time zone.
|
||||
While you can ovveride this setting it's generally best to allow it to be the default setting obtained from the browser itself.
|
||||
|
||||
Reference in New Issue
Block a user