KPIs

This section describes the KPIs and the formulas used to calculate the KPIs displayed in the dashboard.

Perfect Order%

The percentage of orders completed without issues (on time, correct qty, no defects). The orders can be calculated using this formula: (Perfect Orders / Total Orders) *100

Scrapped Quantity

The total quantity that is scrapped during production. The total quantity can be calculated using this formula: Sum (Scrap Qty)

Released Quantity

The total quantity released to production. The released quantity can be calculated using this formula: Sum (Released Qty)

Complete Quantity

The total quantity of the completed jobs. The quantity of completed jobs can be calculated using this formula: Sum (Completed Qty)

Overdue Jobs

The count of jobs past end date and not completed. The jobs can be calculated using this formula: Count (Job where endDate < Today AND Status! = Complete)

WIP Jobs Count

The number of jobs that are in progress. The jobs can be calculated using this formula: Count (Job where Status = Released)