Kirsch operator: Difference between revisions
en>Nick Number sp original, pavilion WP:TYPO |
en>Dekart Moving article to new category Category:Feature detection |
||
Line 1: | Line 1: | ||
'''Delivery Performance''' (DP) is a broadly used standard [[Key performance indicator|KPI]] measurement in supply chains to measure the fulfillment of a customers demand to the wish date. Following the nomenclature of the [[DR-DP-Matrix]] three main approaches to measure DR can be distinguished: | |||
*<math>DP_{T}^{V}</math> | |||
*<math>DP_{S}^{D}</math> | |||
*<math>DP_{S}^{T}</math> | |||
:Type of measurement: volume (V)/singular(S) | |||
:Type of view: on time (T)/ delivery (D) | |||
==Volume/On Time== | |||
===Formula=== | |||
If (<math>(Demand_{p,c} + Backlog_{p-1,c})>0</math>) | |||
:<math>DP_{T}^{V}</math> = <math>\frac{Delivered_{p,c} + Predelivery_{p-1,c}}{Demand_{p,c} + Backlog_{p-1,c}}</math> | |||
Else | |||
:NULL | |||
Demand:= customers wish | |||
c:= product identifier | |||
p:= Time period e.g. a day, a week, a month ... | |||
The cumulation over a period and a group of product identifiers c is done as follows: | |||
<math>DP_{p,c} = \frac{\sum_{p,c}(DP_{T}^{V})}{count_{p,c}(DP_{T}^{V}<>NULL)}</math> | |||
whereas p is determined by demand period | |||
==Singular/Delivery and Singular/On Time== | |||
===Singular case definition=== | |||
To fit to the needs of the environment, the granularity of a singular case (<math>DP_{*}^{S}</math>) has to be defined. In general a singular case is described by a n-Tuple consisting of a set of the following order and delivery details: | |||
* order number | |||
* customer identifier | |||
* product identifier | |||
* wish date of customer | |||
* confirmed date of supplier | |||
* ship to information | |||
* delivery date | |||
* delivery note number | |||
===Formula=== | |||
*'''<math>DP_{S}^{D}</math>''' | |||
:After a singular case has been delivered to the customer its DP is measured as follows: | |||
::If (wish date = arrival date) then | |||
::: DP<sub>singular case</sub>=1 | |||
::else | |||
::: DP<sub>singular case</sub>=0 | |||
arrival date = delivery date + transit time | |||
By cumulating the results of singular cases over a certain period p and, if necessary, additional criteria c (e.g. customer, product, ...) the delivery performance is calculated as follows: | |||
<math>DP_{p,c} = \frac{\sum_{p,c}(DP)}{count_{p,c}(singular cases)}</math> | |||
whereas p is determined by the arrival date | |||
*'''<math>DP_{S}^{T}</math>''' | |||
:After a period has elapsed all singular cases with wish date within period are considered and their DP is measured as follows: | |||
::If (wish date = arrival date) then | |||
::: DR<sub>singular case</sub>=1 | |||
::else | |||
::: DR<sub>singular case</sub>=0 | |||
arrival date = delivery date + transit time | |||
By cumulating the results of singular cases over a certain period p and, if necessary, additional criteria c (e.g. customer, product, ...) the delivery performance is calculated as follows: | |||
<math>DP_{p,c} = \frac{\sum_{p,c}(DP)}{count_{p,c}(singular cases)}</math> | |||
whereas p is determined by the first confirmed date | |||
==Result== | |||
0%≤<math>DP_{T/D}^{S/V}</math>≤100% | |||
[[Category:Supply chain management]] |
Revision as of 18:21, 1 June 2013
Delivery Performance (DP) is a broadly used standard KPI measurement in supply chains to measure the fulfillment of a customers demand to the wish date. Following the nomenclature of the DR-DP-Matrix three main approaches to measure DR can be distinguished:
- Type of measurement: volume (V)/singular(S)
- Type of view: on time (T)/ delivery (D)
Volume/On Time
Formula
Else
- NULL
Demand:= customers wish c:= product identifier p:= Time period e.g. a day, a week, a month ...
The cumulation over a period and a group of product identifiers c is done as follows:
whereas p is determined by demand period
Singular/Delivery and Singular/On Time
Singular case definition
To fit to the needs of the environment, the granularity of a singular case () has to be defined. In general a singular case is described by a n-Tuple consisting of a set of the following order and delivery details:
- order number
- customer identifier
- product identifier
- wish date of customer
- confirmed date of supplier
- ship to information
- delivery date
- delivery note number
Formula
- After a singular case has been delivered to the customer its DP is measured as follows:
- If (wish date = arrival date) then
- DPsingular case=1
- else
- DPsingular case=0
- If (wish date = arrival date) then
arrival date = delivery date + transit time
By cumulating the results of singular cases over a certain period p and, if necessary, additional criteria c (e.g. customer, product, ...) the delivery performance is calculated as follows:
whereas p is determined by the arrival date
- After a period has elapsed all singular cases with wish date within period are considered and their DP is measured as follows:
- If (wish date = arrival date) then
- DRsingular case=1
- else
- DRsingular case=0
- If (wish date = arrival date) then
arrival date = delivery date + transit time
By cumulating the results of singular cases over a certain period p and, if necessary, additional criteria c (e.g. customer, product, ...) the delivery performance is calculated as follows:
whereas p is determined by the first confirmed date