Package org.compiere.sla
Class DeliveryAccuracy
java.lang.Object
org.compiere.sla.SLACriteria
org.compiere.sla.DeliveryAccuracy
@Deprecated(since="13",
forRemoval=true)
@GeneratedCodeCoverageExclusion
public class DeliveryAccuracy
extends SLACriteria
Deprecated, for removal: This API element is subject to removal in a future version.
not fully implement, marked as inactive in application dictionary
SLA Delivery Accuracy.
How accurate is the promise date?
The measure are the average days between promise date (PO/SO) and delivery date (Material receipt/shipment) It is positive if before, negative if later. The lower the number, the better
- Version:
- $Id: DeliveryAccuracy.java,v 1.2 2006/07/30 00:51:06 jjanke Exp $
- Author:
- Jorg Janke
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.DeliveryAccuracy -
Method Summary
Modifier and TypeMethodDescriptioncalculateMeasure(MSLAGoal goal) Deprecated, for removal: This API element is subject to removal in a future version.Calculate Goal Actual from unprocessed MeasuresintcreateMeasures(MSLAGoal goal) Deprecated, for removal: This API element is subject to removal in a future version.Create new Measures for the GoalMethods inherited from class org.compiere.sla.SLACriteria
calculateMeasures, createMeasures
-
Field Details
-
log
Deprecated, for removal: This API element is subject to removal in a future version.Logger
-
-
Constructor Details
-
DeliveryAccuracy
public DeliveryAccuracy()Deprecated, for removal: This API element is subject to removal in a future version.DeliveryAccuracy
-
-
Method Details
-
createMeasures
Deprecated, for removal: This API element is subject to removal in a future version.Create new Measures for the Goal- Specified by:
createMeasuresin classSLACriteria- Parameters:
goal- the goal- Returns:
- number created
-
calculateMeasure
Deprecated, for removal: This API element is subject to removal in a future version.Calculate Goal Actual from unprocessed Measures- Specified by:
calculateMeasurein classSLACriteria- Parameters:
goal- the goal- Returns:
- goal actual measure
-