## Spare Parts

Spare Parts management supports forecasting, optimization, and availability of critical replacement parts for asset maintenance.
It connects real-world work orders, inventory levels, and procurement to ML-driven demand forecasts.

Spare Parts Overview

Key Types and Relationships

TypeDescription
WorkOrderContains information about parts required for a maintenance task and their inventory status.
InventorySeriesTracks stock and forecasted demand for each spare part across facilities.
InventoryMeasurementPoint-in-time snapshot of inventory levels for parts.
InventoryStatsAggregated statistics for inventory management, like daily usage and lead time.
PurchaseOrderStatsMetrics related to procurement cycles and reordering efficiency.
PurchaserOrderLineIndividual line item in a purchase order for a part.
PurchaserOrderLineReceiptReceipt confirmation for parts delivered from purchase orders.

Core Concepts

  • Work Order Parts Forecasting:
    • For any given WorkOrder, parts demand can be forecasted and projected using current and historical data.
  • Inventory Forecasting:
    • InventorySeries maintains time-series forecasts for stock depletion.
    • Predicts when reordering will be needed.
  • Reorder Optimization:
    • InventoryStats helps compute:
      • Reorder Level: Minimum stock before triggering an order.
      • Days on Hand: How long existing stock will last.
      • Lead Time: Time from placing to receiving an order.
  • Procurement Tracking:
    • Links between PurchaserOrderLine, PurchaseOrderStats, and PurchaserOrderLineReceipt ensure visibility from order to receipt.
  • Cross-Facility Aggregation:
    • Spare parts data can be rolled up across multiple facilities to manage regional stock levels intelligently.

Example Spare Parts Lifecycle

StepDescription
1. Part ForecastingPredict demand for parts from upcoming or planned work orders.
2. Inventory EvaluationCheck current stock using InventoryMeasurement and InventoryStats.
3. Reorder TriggeringWhen stock falls below reorder level, initiate purchase orders.
4. Purchase and ReceiptTrack parts delivery via PurchaserOrderLine and PurchaserOrderLineReceipt.
5. Stock UpdateUpdate inventory once parts are received and reconcile against forecasts.