Overview
TheArticle type represents inventory items in the SIGEAC system. Articles can have different types (consumable, component, tool) and track various properties including serial numbers, part numbers, condition, and associated documentation.
Type Definition
Fields
Unique identifier for the article
Type classification of the article (e.g., “CONSUMABLE”, “COMPONENT”, “TOOL”)
Primary part number identifier for the article
Array of alternative or cross-reference part numbers
Current status of the article (e.g., “VENDIDO”, “EN POSESION”, “RENTADO”)
Serial number for tracking individual article instances
Detailed description of the article
Physical location or zone within the warehouse
Reference to the manufacturer entity
Current condition classification of the article
Foreign key reference to the condition
Weight of the article (unit depends on primary_unit)
Cost or price of the article
Unit of measurement (e.g., “EA”, “KG”, “L”)
Available quantity in inventory
Foreign key reference to the batch
Foreign key reference to the vendor
FAA Form 8130-3 Airworthiness Approval Tag certificate (file upload or URL)
Vendor certification documentation (file upload or URL)
Manufacturer certification documentation (file upload or URL)
Article image (file upload or URL)
Foreign key reference to the primary unit of measurement
Name of the inspector who verified the article
Date of inspection (ISO 8601 format)
ATA chapter code for aviation maintenance categorization
Extended Article Types
ConsumableArticle
ExtendsArticle with additional fields for consumable items:
Indicates if the consumable is tracked in inventory management
Minimum quantity threshold for restock alerts
Expiration date for time-sensitive consumables
Manufacturing/production date
ComponentArticle
ExtendsArticle with additional fields for aircraft components:
Flight hours since last maintenance/installation
Flight cycles since last maintenance/installation
Calendar-based maintenance due date
Reference to parent component if this is a sub-component
ToolArticle
ExtendsArticle with tool-specific properties:
Indicates if the tool requires special handling or calibration
Example Data
Related Types
- Batch - Article grouping and categorization
- Warehouse - Storage location management
- DispatchRequest - Article distribution requests
