Overview
TheWorkOrder type represents maintenance work orders in SIGEAC. Work orders track all maintenance activities performed on aircraft, from routine inspections to complex repairs. They include task assignments, technician hours, preliminary inspections, and comprehensive reporting.
Type Definition
WorkOrder extends the base
Request type, inheriting fields like id, request_number, justification, and submission_date.Fields
Unique identifier for the work order (inherited from Request)
Unique work order number for tracking and reference
Client associated with this work order. See Aircraft documentation for MaintenanceClient structure.
Aircraft on which maintenance is being performed. See Aircraft documentation.
Current status of the work order (e.g., “PENDING”, “IN_PROGRESS”, “COMPLETED”, “APPROVED”)
Work order creation date in ISO 8601 format
Detailed description of maintenance work to be performed
Name or ID of person who created the work order
Name or ID of person who reviewed the work order
Name or ID of person who approved the work order
Initial inspection performed before work begins. See Preliminary Inspection section.
Completion reports documenting work performed. See Work Order Reports section.
Array of maintenance tasks to be performed. See Work Order Tasks section.
Justification for the work order (inherited from Request)
Date when request was submitted (inherited from Request)
Person who requested the work (inherited from Request)
Work Order Tasks
Each work order contains multiple tasks that define the specific maintenance activities:Task Fields
Unique task identifier
Detailed description of the maintenance task
Current task status (e.g., “PENDING”, “IN_PROGRESS”, “COMPLETED”)
Primary technician responsible for the task
List of technicians assigned to the task with their hours
Total man-hours required or spent on the task
Inspector who will verify task completion
ATA chapter code (Air Transport Association system for categorizing aircraft systems)
Task reference number from maintenance manual
Source manual for the task (e.g., “AMM”, “CMM”, “SRM”)
Parts and materials required for the task
Non-routine work discovered during maintenance
Scheduled events for the task (for planning and calendar integration)
Preliminary Inspection
The preliminary inspection is performed before maintenance work begins:Inspection completion status
Person authorizing the inspection
General observations from the preliminary inspection
Individual inspection items with ATA codes, descriptions, and locations
Work Order Reports
Completion reports document the work performed:Array of report items
Example Usage
Workflow
- Creation: Work order is created with basic information and tasks
- Preliminary Inspection: Initial inspection identifies existing conditions
- Task Assignment: Tasks are assigned to technicians
- Execution: Technicians perform work and log hours
- Non-Routine Work: Any discrepancies are documented as non-routine items
- Inspection: Inspector verifies completed work
- Reporting: Work order report documents all actions taken
- Approval: Authorized personnel approve the completed work
Related Types
- Aircraft - Aircraft under maintenance
- Maintenance Services - Predefined service tasks
- Flight Control - Post-maintenance flight tracking
