Property | Type | Description | |
---|---|---|---|
DemandChains | List |
||
InvBalances | List |
||
Plans | List |
Method | Description | |
---|---|---|
OAEBase ( List |
||
ProcessReqQty ( |
||
ProcessTime ( LeanEngine.Entity.Flow flow ) : void |
Method | Description | |
---|---|---|
GetAvailableInvQty ( string loc, string item, System.DateTime time ) : decimal | ||
GetDemand_OrderTracer ( |
||
GetInspectInv_OrderTracer ( string loc, string item ) : |
||
GetInvBalance ( string loc, string item, Enumerators invType ) : decimal | ||
GetIssOrderQty ( string loc, string item, System.DateTime time ) : decimal | ||
GetIssPlanQty ( string loc, string item, System.DateTime time ) : decimal | ||
GetOnhandInv ( string loc, string item ) : decimal | ||
GetOnhandInv_OrderTracer ( string loc, string item ) : |
||
GetOrderIss ( string loc, string item, System.DateTime startTime, System.DateTime endTime ) : List |
||
GetOrderIss ( string loc, string item, System.DateTime startTime, System.DateTime endTime, Enumerators tracerType ) : List |
||
GetOrderRct ( string loc, string item, System.DateTime startTime, System.DateTime endTime ) : List |
||
GetRctOrderQty ( string loc, string item, System.DateTime time ) : decimal | ||
GetRctPlanQty ( string loc, string item, System.DateTime time ) : decimal | ||
GetReqQty ( |
||
GetReqQty ( List |
||
SetDefaultWindowTime ( LeanEngine.Entity.Flow flow ) : void |
Method | Description | |
---|---|---|
CreateWindowTimes ( |
||
GetNextOrderTime ( System.DateTime windowTime, double leadTime ) : DateTime? | ||
GetNextWindowTime ( System.DateTime windowTime, string windowTimes, int weekInterval ) : DateTime? | ||
GetOrderStartTime ( System.DateTime windowTime, double leadTime ) : System.DateTime |
protected GetAvailableInvQty ( string loc, string item, System.DateTime time ) : decimal | ||
loc | string | |
item | string | |
time | System.DateTime | |
return | decimal |
protected GetDemand_OrderTracer ( |
||
itemFlow | ||
return |
protected GetInspectInv_OrderTracer ( string loc, string item ) : |
||
loc | string | |
item | string | |
return |
protected GetInvBalance ( string loc, string item, Enumerators invType ) : decimal | ||
loc | string | |
item | string | |
invType | Enumerators | |
return | decimal |
protected GetIssOrderQty ( string loc, string item, System.DateTime time ) : decimal | ||
loc | string | |
item | string | |
time | System.DateTime | |
return | decimal |
protected GetIssPlanQty ( string loc, string item, System.DateTime time ) : decimal | ||
loc | string | |
item | string | |
time | System.DateTime | |
return | decimal |
protected GetOnhandInv ( string loc, string item ) : decimal | ||
loc | string | |
item | string | |
return | decimal |
protected GetOnhandInv_OrderTracer ( string loc, string item ) : |
||
loc | string | |
item | string | |
return |
protected GetOrderIss ( string loc, string item, System.DateTime startTime, System.DateTime endTime ) : List |
||
loc | string | |
item | string | |
startTime | System.DateTime | |
endTime | System.DateTime | |
return | List |
protected GetOrderIss ( string loc, string item, System.DateTime startTime, System.DateTime endTime, Enumerators tracerType ) : List |
||
loc | string | |
item | string | |
startTime | System.DateTime | |
endTime | System.DateTime | |
tracerType | Enumerators | |
return | List |
protected GetOrderRct ( string loc, string item, System.DateTime startTime, System.DateTime endTime ) : List |
||
loc | string | |
item | string | |
startTime | System.DateTime | |
endTime | System.DateTime | |
return | List |
protected GetRctOrderQty ( string loc, string item, System.DateTime time ) : decimal | ||
loc | string | |
item | string | |
time | System.DateTime | |
return | decimal |
protected GetRctPlanQty ( string loc, string item, System.DateTime time ) : decimal | ||
loc | string | |
item | string | |
time | System.DateTime | |
return | decimal |
protected abstract GetReqQty ( |
||
itemFlow | ||
return | decimal |
public OAEBase ( List |
||
Plans | List |
|
InvBalances | List |
|
DemandChains | List |
|
return | System |
public ProcessReqQty ( |
||
itemFlow | ||
return | void |
public ProcessTime ( LeanEngine.Entity.Flow flow ) : void | ||
flow | LeanEngine.Entity.Flow | |
return | void |
protected SetDefaultWindowTime ( LeanEngine.Entity.Flow flow ) : void | ||
flow | LeanEngine.Entity.Flow | |
return | void |