-
Notifications
You must be signed in to change notification settings - Fork 17
UM 05 Work Orders Page
Page Contents
The work orders page allows users, usually the dispatcher, to manage work orders. The role of the Work Orders Page in the work flow is to streamline the management of work order statuses. Dispatchers can easily see upcoming work orders and the number of workers that the order needs in order to be filled. Other common management activities provided by the Work Orders Page are changing order status, printing work orders in bulk, and reviewing the status of all work orders by day.
The Work Orders Page
There are two tabs on the work order page, the Details Tab and the Summary Tab. The Details Tab, show above, shows each order and the date & time that the workers are needed, and is color-coded to show the status of orders at a glance. The Summary Tab provides status summaries, aggregated by day.
The work orders summary tab shows a grid of information. Each row represents a single day and the columns divide the work orders and assignments by their status.
Summary Tab buttons and information
The image above shows the work orders summary tab. There are 12 columns. The first 2 show date information. The remaining 10 columns show orders and assignments based on their status. The summary tab shows both the order count and the assignment count because they can be different; this display gives dispatchers an instant count of how many workers are needed and how many orders need to be dispatched.
The summary tab simplifies printing and completing orders in a group. The following diagram illustrates the intended use of functionality on the summary tab.
Work flow
Note
By double-clicking on a row in the summary page, the work order details page is activated and automatically filtered for the day corresponding to the row selected.
The Summary Tab provides the following functionality:
- Print active orders: This button prints all active orders for a single day. The day is selected through a calendar dialog, which is accessed by clicking on the date field on the same row as the button. The date field is automatically populated with the current date.
- Print active & assigned orders: This button prints all active and assigned orders for a single day. The day is selected through a calendar dialog; the current date is the default for the date.
- Complete active & assigned orders: This button sets the status to complete for all orders that are active and assigned for a single day. The day is selected through from the date field on the same row.
The intended use is that orders will be assigned workers through the dispatch page. Orders will then be printed from the work order summary page, and completed from the work order summary page.
The Details Tab provides access to all work orders and allows the user to search or filter the orders to find specific ones. Users can also open a work order record and edit it from the Details Tab.
The Details Tab of the Work Orders Page
The details tab behaves like other list tabs. It provides searching and sorting functionality. The following fields are searched when text is entered into the search box:
- Order #
- Date & time needed
- Contact name
- Work site address
- Updated by
The date updated field is not searched because including it in the search algorithm will reduce performance, and would also reduce the effectiveness of seaching for Date & Time Needed. Additionally, the work orders cannot be searched by status, but they can be filtered by status using the status buttons on the details tab. Work Orders created through external systems are flagged as 'Online' and can be filtered separately using the Online button.
Double-clicking on a work order record row will open the record tab for that work order. Users can modify or delete the work order, or modify the work assignments associated with the work order.
The rows of the work order details tab are color-coded, corresponding to the work order's status. The status of an order is important in Machete because the status determines whether the order is included or excluded in reporting, and also whether the order is visible in certain displays. For example, pending orders are not visible in the Dispatch page.
- Grey (pending): orders that are not ready to be dispatched, are 'on-hold', or for some other reason should not be seen in the dispatch screen. When on-line orders are available, they will enter the system as pending and must be reviewed and manually set to active.
- Blue (active): orders that are ready to be dispatched. Active orders are visible in the dispatch screen.
- Green (completed): orders that have workers assigned to all of the order's assignments and have been marked as completed.
- Red (cancelled): orders that have been cancelled by the employer.
- Yellow (completed & orphaned): orders that are completed, but one or more assignment is orphaned. An orphaned assignment has a worker assigned, but there is no corresponding worker sign-in record associated with the assignment.
- Orange (completed & unassigned): orders that are completed, but one or more assignment does not have a worker assigned to it.
Completed & Orphaned orders are undesireable, but sometimes unavoidable. An orphaned assignment is when a worker is assigned to a work assignment by editing the work assigment directly, instead of using the dispatch page. An orphaned assignment is undesirable because the sign-in record is not connected with the dispatch. However, if a worker is dispatched to more than one job per day, the subsequent dispatches can only be recorded as orphaned records. Machete cannot associate multiple assignments with a single worker sign-in record.
Completed & Unassigned orders are bad and should be avoided. Setting an order's status to complete will include it in reports, but leaving an assignment without a worker means there is no record of which worker was dispatched. Any survey information will be useless, because there will be no worker associated with it. Additionally, the assignment will be absent from the worker's job history.