Adempiere 3.5.2a

org.compiere.sla
Class DeliveryAccuracy

java.lang.Object
  extended by org.compiere.sla.SLACriteria
      extended by org.compiere.sla.DeliveryAccuracy

public class DeliveryAccuracy
extends SLACriteria

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
protected  CLogger log
          Logger
 
Constructor Summary
DeliveryAccuracy()
          DeliveryAccuracy
 
Method Summary
 BigDecimal calculateMeasure(MSLAGoal goal)
          Calculate Goal Actual from unprocessed Measures
 int createMeasures(MSLAGoal goal)
          Create new Measures for the Goal
 
Methods inherited from class org.compiere.sla.SLACriteria
calculateMeasures, createMeasures
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected CLogger log
Logger

Constructor Detail

DeliveryAccuracy

public DeliveryAccuracy()
DeliveryAccuracy

Method Detail

createMeasures

public int createMeasures(MSLAGoal goal)
Create new Measures for the Goal

Specified by:
createMeasures in class SLACriteria
Parameters:
goal - the goal
Returns:
number created

calculateMeasure

public BigDecimal calculateMeasure(MSLAGoal goal)
Calculate Goal Actual from unprocessed Measures

Specified by:
calculateMeasure in class SLACriteria
Parameters:
goal - the goal
Returns:
goal actual measure

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.