This commit is contained in:
2022-02-09 23:30:10 +00:00
parent 9395a6c905
commit b19f7eb7d1
4 changed files with 21 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
# Schedule
The 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.
@@ -12,7 +12,7 @@ The personal schedule menu provides quick access to the currently logged in User
![Settings](img/home-schedule-settings.png)
The settings dialog (access by clicking on gear icon at top) controls what is displayed in the schedule. Schedule settings are device independent and saved to the server so that any device used will take these same settings.
The settings dialog (access by clicking on gear icon at top) controls what is displayed in the schedule. Schedule settings are device independent and saved to the server as a personal User setting so that any device used by this same User account will use these same settings.
### First time in day view
@@ -34,7 +34,7 @@ The schedule shows dated items only, any Work order item scheduled user records
## Review events
A Review object does not have a duration of it's event associated with it as it only has a single Review Date field. For this reason all Review items will display at their Review Date in the schedule display 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.
## Moving around
@@ -43,7 +43,7 @@ A Review object does not have a duration of it's event associated with it as it
- Month Year button - This button displays the current month and year and can be clicked on to switch to month view if in any other view
- Settings (Gear / Cog icon) opens the settings form
- View drop down at top right is used to switch the view between the available options
- Date (Day) number - Clicking on a date in the Calendar (i.e. clicking on the "23" for the 23rd of the month) will switch to the day view for that date if in any view other than day view
- Date (Day) number - Clicking on a date in the Calendar (i.e. clicking on the "23" for the 23rd of the month) will switch the current view to the Day view for that date.
## Create / modify / view events
@@ -53,8 +53,7 @@ A Review object does not have a duration of it's event associated with it as it
- Extend the duration of an event: hover the mouse over the bottom, a "grip" will appear, click and drag up or down to modify the time range
- Events with a lock symbol on them are not modifiable
- Click and drag in an empty space in any Day view to create a new object in that time frame selected
- Click an event to open a quick More information display with a summary of that item
- Open the object the event represents for editing by clicking on Open or the icon at the top of the More information dialog
- Click an event to open a More information display with a summary of that item and an Open button to open the source record
### Non mouse devices