The JobPlan package includes Mbo's related to Job Plans. A Job Plan is a detailed
description of work to be performed on a job. A Job Plan includes description and lists
of estimated materials, items, labor, and tools to be used on the job. Each job plan can
be divided into a sequence of operations which need to be performed to complete a
job plan. A job plan may also have an associated safety plan.
Job Plans can be copied to a work order's work plan through the WO.JPNum attribute.
Preventive Maintenance uses Job Plans to generate scheduled work orders.
Package Specification
The Mbos included in the JobPlan package are:
- {@link psdi.app.jobplan.JobPlan JobPlan} -- The main Job Plan class and also
the owner of other Mbo's in this package.
- {@link psdi.app.jobplan.JobOperation JobOperation} -- A job plan can be broken down
into one or more tasks, called Operations. These operations order the actions of the
job plan. Labor, material, and tool usage can be assigned to operations.
- {@link psdi.app.jobplan.JobLabor JobLabor} -- List of laborcodes and crafts associated with a
job plan.
- {@link psdi.app.jobplan.JobMaterial JobMaterial} -- Materials(Items) required for
a job plan.
- {@link psdi.app.jobplan.JobTool JobTool} -- Tools required for a job plan.
- {@link psdi.app.jobplan.JpAssetSpLink JpAssetSpLink} -- Job Plans can be associated
with work assets, which are pieces of equipment, locations, and items. Job Plans can be
associated with multiple work assets and work assets can be associated with multiple
job plans.
Other classes included in the JobPlan package are:
- {@link psdi.app.jobplan.JobPlanService JobPlanService} -- Service class for the package.
Related Documentation
Last updated: Friday, April 07, 2000