This commit is contained in:
2022-07-25 17:45:17 +00:00
parent 97dca2657e
commit 2ee4e36493
16 changed files with 103 additions and 21 deletions

View File

@@ -11,7 +11,9 @@
(none are as old as 2009 ca) (none are as old as 2009 ca)
- If all is well then do a rebuild as there are changes to the AyaNova client (at least maybe more) move current dl to previous folder and move next to current download slot and post about it on the forum - If all is well then do a rebuild as there are changes to the AyaNova client (at least maybe more) move current dl to previous folder and move next to current download slot and post about it on the forum
SCREENSHOTS in manual pages
Since the manual is now the main marketing link from the website it really needs screenshots NOW of all major areas
Every form should have a picture of that form giving people a visual idea of what to expect so they don't actually need to run the app to determine what's what
todo: BIG PICTURE - NEXT todo: BIG PICTURE - NEXT

View File

@@ -2,10 +2,34 @@
The home personal schedule displays events connected to the currently logged in User and can also be used to create new items or modify existing ones. The home personal schedule displays events connected to the currently logged in User and can also be used to create new items or modify existing ones.
The events potentially displayed are [Work order](svc-workorders.md) item scheduled User records, [Review](home-reviews.md) and [Reminder](home-reminders.md) records. The events potentially displayed are _personal_ [Work order](svc-workorders.md) item scheduled User records, [Review](home-reviews.md) and [Reminder](home-reminders.md) records.
The personal schedule form only displays information for the currently logged in User unlike the [Service schedule](svc-schedule.md) form.
## Views
There are multiple views available:
### Month view
![Month view](img/home-schedule-form.png)
### Week view
![Week view](img/home-schedule-form-week-view.png)
### Four Day view
![4 Day view](img/home-schedule-form-four-day-view.png)
### Day view
![Day view](img/home-schedule-form-day-view.png)
## Menu options ## Menu options
![Menu](img/home-schedule-form-menu.png)
The personal schedule menu provides quick access to the currently logged in User's Reminders, Reviews, Work order item scheduled user and Work order item Labor data tables for viewing or reporting The personal schedule menu provides quick access to the currently logged in User's Reminders, Reviews, Work order item scheduled user and Work order item Labor data tables for viewing or reporting
## Settings ## Settings
@@ -26,7 +50,11 @@ This controls what types of items show in the schedule.
Choose where the color comes from that is displayed in the schedule: Choose where the color comes from that is displayed in the schedule:
The Schedule is technically showing Work order item scheduled user records however a Work order has several different colors associated with it. This setting controls which color to use for display in the schedule. Note that you can always click on an event to view a summary of the Work order including all the status and priority color based properties regardless of what is set here. The Schedule is technically showing Work order item scheduled user records however a Work order has several different colors associated with it.
This setting controls which color to use for display in the schedule.
Note that you can always click on an event to view a summary of the Work order including all the status and priority color based properties regardless of what is set here.
## Items with no date set ## Items with no date set
@@ -36,6 +64,24 @@ The schedule shows dated items only, any Work order item scheduled user records
A Review object does not have a time period associated with it as it only has a single _Review Date_ field. For this reason all Review items will display in the schedule starting at their Review Date as a 15 minute interval. A Review object does not have a time period associated with it as it only has a single _Review Date_ field. For this reason all Review items will display in the schedule starting at their Review Date as a 15 minute interval.
## Opening an event
Clicking on an event displayed in the schedule opens a pop up display with more detailed information about the object selected including links to open it directly.
### Work order more info box
![wo more info](img/home-schedule-form-wo-more-info.png)
### Review more info box
![review more info](img/home-schedule-form-review-more-info.png)
In addition to opening the source Review with the Open button you can also open the source object by clicking on it's icon beside the name of the object being reviewed (in the image above it's the Customer icon).
### Reminder more info box
![reminder more info](img/home-schedule-form-reminder-more-info.png)
## Moving around ## Moving around
- Today button - this button will take you to the current day in the schedule - Today button - this button will take you to the current day in the schedule

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

View File

@@ -1,10 +1,44 @@
# Service schedule # Service schedule
The Service schedule form displays Work order item scheduled User records, (here we'll refer to them as "events") and can also be used to create new events or modify existing ones. Events are displayed for all Users or a filtered sub set selected through Tags. The schedule also supports "drilling down" into a single User's schedule. The Service schedule form displays Work order item scheduled User records, (here we'll refer to them as "events") and can also be used to create new events or modify existing ones.
### Reminders Events are displayed for **all** scheduleable Users or a filtered sub set selected through Tags.
Reminders are only available in a Users [personal Home Schedule](home-schedule.md) form, not in this Service schedule form which displays work order scheduled user records only. The schedule also supports "drilling down" into a single User's schedule.
The Service schedule does not display Reminders or Reviews like you would see in the [personal schedule](home-schedule.md) form.
## Views
There are multiple views available:
### Month view
![Month view](img/svc-schedule-form.png)
The image shows a monthly view [filtered](#filtering) to only include events for service technicians tagged with "blue" or "black".
### Week view
![Week view](img/svc-schedule-form-week-view.png)
### Four Day view
![4 Day view](img/svc-schedule-form-four-day-view.png)
### Day view
![Day view](img/svc-schedule-form-day-view.png)
All today's events ([filtered](#filtering) to only include events for service technicians tagged with "blue" or "black").
### Day view
![Day view](img/svc-schedule-form-team-day-view.png)
All today's events separated by service technician.
Only technicians with events on this day will show here and [filtering](#filtering) still applies if used.
## Menu options ## Menu options