Package psdi.app.jobplan

The JobPlan package includes Mbo's related to Job Plans.

See: Description

Package psdi.app.jobplan Description

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 tasks, 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:

  • JobPlan -- The main Job Plan class and also the owner of other Mbo's in this package. A Job Plan provides a list of the tasks, materials, labor and tools required for a job. Job plans can be used with any type of  work order. When a job plan is assigned to a work order, its resource estimates are copied into the work plan for the work order.
  • JobTask -- A Job Plan can be broken down into one or more tasks, called Tasks. These tasks order the actions of the job plan. Labor, material, and tool usage can be assigned to tasks. The job tasks are the numbered tasks or procedures that build a job plan. Job task numbers are unique. When a job task is deleted from an existing job plan, any labor, materials and tools that reference this task will also be deleted.
  •  JobLabor --  A Job Labor represents a list of labor, craft, labor hours required for a Job Plan. Each labor/craft assignment can be for a general assignment or a specific task.
  • JobMaterial -- The Job Material represents the list of materials required for a job. Job Plan materials are put on reserve when a work order based on that job plan is approved.
  • JobTool -- The JobTool object lists the tools required for a job paln.
  • 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. The JpAssetSpLink lists the associated locations, equipment,items and safety plans of a job plan. The same work asset can be listed multiple times for a job plan, but only one can be listed as "default". If an "item" listed in the work asset has a work order when it is purchased, a work order will be generated for that item upon the approval of the PO.

Other classes included in the JobPlan package are:

Related Documentation


Last updated: Friday, February 22, 2002