コード例 #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;
 }