diff --git a/docs/8.0/ayanova/docs/home-dashboard.md b/docs/8.0/ayanova/docs/home-dashboard.md index bdbc8476..37b432b2 100644 --- a/docs/8.0/ayanova/docs/home-dashboard.md +++ b/docs/8.0/ayanova/docs/home-dashboard.md @@ -275,3 +275,32 @@ Available filter criteria: - User (specific single user only) - Work order tags - Work order item tags + + +#### Count of work orders created + +Management chart showing the number of new work orders created that fit criteria selected, available as a Line or Bar chart: + +![count of work orders created line chart](img/widget-count-work-order-created-line.png) + +![count of work orders created bar chart](img/widget-count-work-order-created-bar.png) + +These chart format widgets display counts of work orders created by selected time span and selected interval. + + +They will automatically update every 15 minutes approximately. + +Available to the following roles: + +- Accounting +- Business administration +- Business administration - restricted +- Service manager +- Service manager - restricted + +Available filter criteria: + +- Time span +- Interval +- Work order tags +- Work order item tags diff --git a/docs/8.0/ayanova/docs/img/widget-count-work-order-created-bar.png b/docs/8.0/ayanova/docs/img/widget-count-work-order-created-bar.png new file mode 100644 index 00000000..ce23eb50 Binary files /dev/null and b/docs/8.0/ayanova/docs/img/widget-count-work-order-created-bar.png differ diff --git a/docs/8.0/ayanova/docs/img/widget-count-work-order-created-line.png b/docs/8.0/ayanova/docs/img/widget-count-work-order-created-line.png new file mode 100644 index 00000000..3126f572 Binary files /dev/null and b/docs/8.0/ayanova/docs/img/widget-count-work-order-created-line.png differ