KPIs
This section describes the KPIs and the formulas used to calculate the KPIs displayed in the dashboard.
Filled Orders
The percentage of customer orders in which all the items are shipped.
The percentage can be calculated using this formula: (Filled Orders / Total Orders) * 100
Number of Filled Orders
The count of orders where all line items are shipped.
This KPI can be calculated using this formula: Count (Orders where all line items are shipped)
Number of Orders
The total number of customer orders in the selected time period.
This KPI can be calculated using this formula: Count (All customer orders in the time period)
On Time Orders
The percentage of orders that are delivered as per the due date.
This KPI can be calculated using this formula: (Number of on time orders / Number of Total Orders) * 100
Number Of On Time Orders
The total number of orders that are delivered as per the due date.
This KPI can be calculated using this formula: Count(Number of orders where delivery date <= due date)