Package org.compiere.sla
Class DeliveryAccuracy
java.lang.Object
org.compiere.sla.SLACriteria
org.compiere.sla.DeliveryAccuracy
Deprecated.
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncalculateMeasure
(MSLAGoal goal) Deprecated.Calculate Goal Actual from unprocessed Measuresint
createMeasures
(MSLAGoal goal) Deprecated.Create new Measures for the GoalMethods inherited from class org.compiere.sla.SLACriteria
calculateMeasures, createMeasures
-
Field Details
-
log
Deprecated.Logger
-
-
Constructor Details
-
DeliveryAccuracy
public DeliveryAccuracy()Deprecated.DeliveryAccuracy
-
-
Method Details
-
createMeasures
Deprecated.Create new Measures for the Goal- Specified by:
createMeasures
in classSLACriteria
- Parameters:
goal
- the goal- Returns:
- number created
-
calculateMeasure
Deprecated.Calculate Goal Actual from unprocessed Measures- Specified by:
calculateMeasure
in classSLACriteria
- Parameters:
goal
- the goal- Returns:
- goal actual measure
-