C# Class com.Sconit.Service.Batch.Job.WOReceiptInboundJob

Inheritance: IJob
Datei anzeigen Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
WOReceiptInboundJob ( ICriteriaMgr criteriaMgr, IUomConversionMgr uomConversionMgr, IUserMgr userMgr, IHuMgr huMgr, INumberControlMgr numberControlMgr, IOrderMgr orderManager, IOrderLocationTransactionMgr orderLocationTransactionMgr ) : System

Private Methods

Method Description
CreateItemHu ( string barCode, OrderDetail orderDetail, string lotNo, System.DateTime manufactureDate ) : com.Sconit.Entity.MasterData.Hu
Execute ( JobRunContext context ) : void
ProcessSingleFile ( string inboundDirectoryName, string inboundFileName ) : void
ResolveAndCreateHu ( string barCode, OrderDetail orderDetail, decimal qty ) : com.Sconit.Entity.MasterData.Hu

Method Details

WOReceiptInboundJob() public method

public WOReceiptInboundJob ( ICriteriaMgr criteriaMgr, IUomConversionMgr uomConversionMgr, IUserMgr userMgr, IHuMgr huMgr, INumberControlMgr numberControlMgr, IOrderMgr orderManager, IOrderLocationTransactionMgr orderLocationTransactionMgr ) : System
criteriaMgr ICriteriaMgr
uomConversionMgr IUomConversionMgr
userMgr IUserMgr
huMgr IHuMgr
numberControlMgr INumberControlMgr
orderManager IOrderMgr
orderLocationTransactionMgr IOrderLocationTransactionMgr
return System