Пример #1
0
 public BatchDevanningMgr(IRepackMgr repackMgr,
                          ILocationLotDetailMgr locationLotDetailMgr,
                          IUserMgr userMgr)
 {
     this.repackMgr            = repackMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.userMgr = userMgr;
 }
Пример #2
0
 public BatchDevanningMgr(IRepackMgr repackMgr,
    ILocationLotDetailMgr locationLotDetailMgr,
     IUserMgr userMgr)
 {
     this.repackMgr = repackMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.userMgr = userMgr;
 }
Пример #3
0
 public ScanBarcodeMgr(ICriteriaMgr criteriaMgr,
     IStorageBinMgr storageBinMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IHuMgr huMgr,
     IFlowMgr flowMgr,
     IFlowDetailMgr flowDetailMgr,
     IPickListMgr pickListMgr,
     IPickListDetailMgr pickListDetailMgr,
     IPickListResultMgr pickListResultMgr,
     IUserMgr userMgr,
     IInProcessLocationMgr inProcessLocationMgr,
     IReceiptMgr receiptMgr,
     IOrderHeadMgr orderHeadMgr,
     IOrderDetailMgr orderDetailMgr,
     IOrderMgr orderMgr,
     ILocationMgr locationMgr,
     IItemMgr itemMgr,
     IUomMgr uomMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IEmployeeMgr employeeMgr,
     IEntityPreferenceMgr entityPreferenceMgr,
     IUomConversionMgr uomConversionMgr,
     INumberControlMgr numberControlMgr,
     ILanguageMgr languageMgr,
     IRepackMgr repackMgr,
     IInspectOrderMgr inspectOrderMgr,
     IInspectOrderDetailMgr inspectOrderDetailMgr,
     IProductLineInProcessLocationDetailMgr productLineInProcessLocationDetailMgr)
 {
     this.criteriaMgr = criteriaMgr;
     this.storageBinMgr = storageBinMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.huMgr = huMgr;
     this.flowMgr = flowMgr;
     this.flowDetailMgr = flowDetailMgr;
     this.pickListMgr = pickListMgr;
     this.pickListDetailMgr = pickListDetailMgr;
     this.pickListResultMgr = pickListResultMgr;
     this.userMgr = userMgr;
     this.inProcessLocationMgr = inProcessLocationMgr;
     this.receiptMgr = receiptMgr;
     this.orderHeadMgr = orderHeadMgr;
     this.orderDetailMgr = orderDetailMgr;
     this.orderMgr = orderMgr;
     this.locationMgr = locationMgr;
     this.itemMgr = itemMgr;
     this.uomMgr = uomMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.employeeMgr = employeeMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.numberControlMgr = numberControlMgr;
     this.languageMgr = languageMgr;
     this.repackMgr = repackMgr;
     this.inspectOrderMgr = inspectOrderMgr;
     this.inspectOrderDetailMgr = inspectOrderDetailMgr;
     this.productLineInProcessLocationDetailMgr = productLineInProcessLocationDetailMgr;
 }
Пример #4
0
        public RepRepackMgr(String reportTemplateFolder, IRepackMgr repackMgr)
        {
            this.reportTemplateFolder = reportTemplateFolder;
            this.repackMgr = repackMgr;

            //明细部分的行数
            this.pageDetailRowCount = 35;
            //列数   1起始
            this.columnCount = 9;
            //报表头的行数  1起始
            this.headRowCount = 8;
            //报表尾的行数  1起始
            this.bottomRowCount = 1;
        }
Пример #5
0
        public RepRepackMgr(String reportTemplateFolder, IRepackMgr repackMgr)
        {
            this.reportTemplateFolder = reportTemplateFolder;
            this.repackMgr            = repackMgr;

            //明细部分的行数
            this.pageDetailRowCount = 35;
            //列数   1起始
            this.columnCount = 9;
            //报表头的行数  1起始
            this.headRowCount = 8;
            //报表尾的行数  1起始
            this.bottomRowCount = 1;
        }
Пример #6
0
 public DevanningMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IRepackMgr repackMgr,
     IUserMgr userMgr,
     ILanguageMgr languageMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.repackMgr = repackMgr;
     this.userMgr = userMgr;
     this.languageMgr = languageMgr;
 }
Пример #7
0
 public DevanningMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IRepackMgr repackMgr,
     IUserMgr userMgr,
     ILanguageMgr languageMgr
     )
 {
     this.setBaseMgr   = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr   = executeMgr;
     this.repackMgr    = repackMgr;
     this.userMgr      = userMgr;
     this.languageMgr  = languageMgr;
 }
Пример #8
0
 public RepackageMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IRepackMgr repackMgr,
     IUserMgr userMgr,
     ILanguageMgr languageMgr,
     IReportMgr reportMgr,
     IEntityPreferenceMgr entityPreferenceMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.repackMgr = repackMgr;
     this.userMgr = userMgr;
     this.languageMgr = languageMgr;
     this.reportMgr = reportMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
 }
Пример #9
0
 public RepackageMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IRepackMgr repackMgr,
     IUserMgr userMgr,
     ILanguageMgr languageMgr,
     IReportMgr reportMgr,
     IEntityPreferenceMgr entityPreferenceMgr
     )
 {
     this.setBaseMgr          = setBaseMgr;
     this.setDetailMgr        = setDetailMgr;
     this.executeMgr          = executeMgr;
     this.repackMgr           = repackMgr;
     this.userMgr             = userMgr;
     this.languageMgr         = languageMgr;
     this.reportMgr           = reportMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
 }