|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.sla.SLACriteria
org.compiere.sla.DeliveryAccuracy
public class DeliveryAccuracy
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
| 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 |
|---|
protected CLogger log
| Constructor Detail |
|---|
public DeliveryAccuracy()
| Method Detail |
|---|
public int createMeasures(MSLAGoal goal)
createMeasures in class SLACriteriagoal - the goal
public BigDecimal calculateMeasure(MSLAGoal goal)
calculateMeasure in class SLACriteriagoal - the goal
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||