- Print
Article Summary
Share feedback
Thanks for sharing your feedback!
Track work orders throughout your operation
Purpose
This is a simple framework for tracking work orders throughout your operation. It is intended to be modified. Feel free to build your specific solution on top of or around this template.
How it works
The work order tracking template is comprised of three steps:
- Order Selection
- Order Creation
- Order Completion
Below is a flow diagram showing how the app is navigated:
The application is built on top of a single table, the (Requirements) Work Orders table. Each record in this table represents a single work order. Some basic fields are included such as:
- Order ID
- Item
- Status
- Location
- Qty Required
- Qty Completed
This app could be used on its own, with no changes made, but the intention of this application is to provide a framework on which you could build a more customized solution to fit your needs.
Was this article helpful?