コード例 #1
0
 public ShipMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IOrderMgr orderMgr,
     IOrderHeadMgr orderHeadMgr,
     IExecuteMgr executeMgr,
     ILanguageMgr languageMgr,
     IReportMgr reportMgr,
     IInProcessLocationMgr inProcessLocationMgr,
     IPickListResultMgr pickListResultMgr,
     IHuMgr huMgr,
     IFlowMgr flowMgr,
     IPartyMgr partyMgr,
     IPickListMgr pickListMgr
     )
     : base()
 {
     this.setBaseMgr           = setBaseMgr;
     this.setDetailMgr         = setDetailMgr;
     this.orderMgr             = orderMgr;
     this.orderHeadMgr         = orderHeadMgr;
     this.executeMgr           = executeMgr;
     this.languageMgr          = languageMgr;
     this.reportMgr            = reportMgr;
     this.inProcessLocationMgr = inProcessLocationMgr;
     this.pickListResultMgr    = pickListResultMgr;
     this.huMgr       = huMgr;
     this.flowMgr     = flowMgr;
     this.partyMgr    = partyMgr;
     this.pickListMgr = pickListMgr;
 }
コード例 #2
0
ファイル: ReceiveMgr.cs プロジェクト: Novthirteen/yfkey-scms
 public ReceiveMgr(
     ILanguageMgr languageMgr,
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IOrderHeadMgr orderHeadMgr,
     IOrderMgr orderMgr,
     IInProcessLocationMgr inProcessLocationMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IHuMgr huMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IPartyMgr partyMgr
     )
     : base()
 {
     this.languageMgr          = languageMgr;
     this.setBaseMgr           = setBaseMgr;
     this.setDetailMgr         = setDetailMgr;
     this.executeMgr           = executeMgr;
     this.orderHeadMgr         = orderHeadMgr;
     this.orderMgr             = orderMgr;
     this.inProcessLocationMgr = inProcessLocationMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.huMgr = huMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.partyMgr = partyMgr;
 }
コード例 #3
0
 public RepRequisitionOrderMgr(String reportTemplateFolder, String barCodeFontName, short barCodeFontSize, IOrderHeadMgr orderHeadMgr)
 {
     this.reportTemplateFolder = reportTemplateFolder;
     this.barCodeFontName = barCodeFontName;
     this.barCodeFontSize = barCodeFontSize;
     this.orderHeadMgr = orderHeadMgr;
 }
コード例 #4
0
ファイル: ReceiveMgr.cs プロジェクト: Novthirteen/yfkey-scms
 public ReceiveMgr(
     ILanguageMgr languageMgr,
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IOrderHeadMgr orderHeadMgr,
     IOrderMgr orderMgr,
     IInProcessLocationMgr inProcessLocationMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IHuMgr huMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IPartyMgr partyMgr
     )
     : base()
 {
     this.languageMgr = languageMgr;
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.orderHeadMgr = orderHeadMgr;
     this.orderMgr = orderMgr;
     this.inProcessLocationMgr = inProcessLocationMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.huMgr = huMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.partyMgr = partyMgr;
 }
コード例 #5
0
 public RepRequisitionOrderMgr(String reportTemplateFolder, String barCodeFontName, short barCodeFontSize, IOrderHeadMgr orderHeadMgr)
 {
     this.reportTemplateFolder = reportTemplateFolder;
     this.barCodeFontName      = barCodeFontName;
     this.barCodeFontSize      = barCodeFontSize;
     this.orderHeadMgr         = orderHeadMgr;
 }
コード例 #6
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;
 }
コード例 #7
0
 public RepProductionMgr(String reportTemplateFolder, String barCodeFontName, short barCodeFontSize,
     IOrderHeadMgr orderHeadMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IFlowMgr flowMgr)
 {
     this.reportTemplateFolder = reportTemplateFolder;
     this.barCodeFontName = barCodeFontName;
     this.barCodeFontSize = barCodeFontSize;
     this.orderHeadMgr = orderHeadMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.flowMgr = flowMgr;
 }
コード例 #8
0
 public PickListCreateJob(ICriteriaMgr criteriaMgr,
     IPickListMgr pickListMgr,
     IUserMgr userMgr,
     ILocationDetailMgr locationDetailMgr,
     IOrderHeadMgr orderHeadMgr)
 {
     this.criteriaMgr = criteriaMgr;
     this.pickListMgr = pickListMgr;
     this.userMgr = userMgr;
     this.locationDetailMgr = locationDetailMgr;
     this.orderHeadMgr = orderHeadMgr;
 }
コード例 #9
0
 public RepProductionMgr(String reportTemplateFolder, String barCodeFontName, short barCodeFontSize,
                         IOrderHeadMgr orderHeadMgr,
                         IOrderLocationTransactionMgr orderLocationTransactionMgr,
                         IFlowMgr flowMgr)
 {
     this.reportTemplateFolder        = reportTemplateFolder;
     this.barCodeFontName             = barCodeFontName;
     this.barCodeFontSize             = barCodeFontSize;
     this.orderHeadMgr                = orderHeadMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.flowMgr = flowMgr;
 }
コード例 #10
0
 public PickListCreateJob(ICriteriaMgr criteriaMgr,
                          IPickListMgr pickListMgr,
                          IUserMgr userMgr,
                          ILocationDetailMgr locationDetailMgr,
                          IOrderHeadMgr orderHeadMgr)
 {
     this.criteriaMgr       = criteriaMgr;
     this.pickListMgr       = pickListMgr;
     this.userMgr           = userMgr;
     this.locationDetailMgr = locationDetailMgr;
     this.orderHeadMgr      = orderHeadMgr;
 }
コード例 #11
0
 public RctwoOutboundMgr(INumberControlMgr numberControlMgr,
                         IDssExportHistoryMgr dssExportHistoryMgr,
                         ICriteriaMgr criteriaMgr,
                         IDssOutboundControlMgr dssOutboundControlMgr,
                         IDssObjectMappingMgr dssObjectMappingMgr,
                         IOrderHeadMgr orderHeadMgr,
                         ILocationMgr locationMgr)
     : base(numberControlMgr, dssExportHistoryMgr, criteriaMgr, dssOutboundControlMgr, dssObjectMappingMgr, locationMgr)
 {
     this.criteriaMgr  = criteriaMgr;
     this.orderHeadMgr = orderHeadMgr;
     this.locMgr       = locationMgr;
 }
コード例 #12
0
 public RctwoOutboundMgr(INumberControlMgr numberControlMgr,
     IDssExportHistoryMgr dssExportHistoryMgr,
     ICriteriaMgr criteriaMgr,
     IDssOutboundControlMgr dssOutboundControlMgr,
     IDssObjectMappingMgr dssObjectMappingMgr,
     IOrderHeadMgr orderHeadMgr,
       ILocationMgr locationMgr)
     : base(numberControlMgr, dssExportHistoryMgr, criteriaMgr, dssOutboundControlMgr, dssObjectMappingMgr, locationMgr)
 {
     this.criteriaMgr = criteriaMgr;
     this.orderHeadMgr = orderHeadMgr;
     this.locMgr = locationMgr;
 }
コード例 #13
0
        public RepRequisitionOrderInternalMgr(String reportTemplateFolder, IOrderHeadMgr orderHeadMgr)
        {
            this.reportTemplateFolder = reportTemplateFolder;
            this.orderHeadMgr = orderHeadMgr;

            //明细部分的行数
            this.pageDetailRowCount = 31;
            //列数   1起始
            this.columnCount = 11;
            //报表头的行数  1起始
            this.headRowCount = 7;
            //报表尾的行数  1起始
            this.bottomRowCount = 0;
        }
コード例 #14
0
        public RepRequisitionOrderInternalMgr(String reportTemplateFolder, IOrderHeadMgr orderHeadMgr)
        {
            this.reportTemplateFolder = reportTemplateFolder;
            this.orderHeadMgr         = orderHeadMgr;

            //明细部分的行数
            this.pageDetailRowCount = 31;
            //列数   1起始
            this.columnCount = 11;
            //报表头的行数  1起始
            this.headRowCount = 7;
            //报表尾的行数  1起始
            this.bottomRowCount = 0;
        }
コード例 #15
0
        public RepRequisitionOrderOverseaMgr(String reportTemplateFolder, IOrderHeadMgr orderHeadMgr)
        {
            this.reportTemplateFolder = reportTemplateFolder;
            this.orderHeadMgr = orderHeadMgr;

             //明细部分的行数
            this.pageDetailRowCount = 20;
            //列数  1起始
            this.columnCount = 12;
            //报表头的行数  1起始
            this.headRowCount = 13;
            //报表尾的行数  1起始
            this.bottomRowCount = 7;
        }
コード例 #16
0
        public RepRequisitionOrderOverseaMgr(String reportTemplateFolder, IOrderHeadMgr orderHeadMgr)
        {
            this.reportTemplateFolder = reportTemplateFolder;
            this.orderHeadMgr         = orderHeadMgr;

            //明细部分的行数
            this.pageDetailRowCount = 20;
            //列数  1起始
            this.columnCount = 12;
            //报表头的行数  1起始
            this.headRowCount = 13;
            //报表尾的行数  1起始
            this.bottomRowCount = 7;
        }
コード例 #17
0
 public PoBillTransactionOutboundMgr(INumberControlMgr numberControlMgr,
                                     IDssExportHistoryMgr dssExportHistoryMgr,
                                     ICriteriaMgr criteriaMgr,
                                     IDssOutboundControlMgr dssOutboundControlMgr,
                                     IDssObjectMappingMgr dssObjectMappingMgr,
                                     IOrderHeadMgr orderHeadMgr,
                                     ICommonOutboundMgr commonOutboundMgr,
                                     ILocationMgr locationMgr)
     : base(numberControlMgr, dssExportHistoryMgr, criteriaMgr, dssOutboundControlMgr, dssObjectMappingMgr, locationMgr)
 {
     this.numberControlMgr  = numberControlMgr;
     this.criteriaMgr       = criteriaMgr;
     this.orderHeadMgr      = orderHeadMgr;
     this.commonOutboundMgr = commonOutboundMgr;
 }
コード例 #18
0
        public RepDeliveryNoteMgr(String reportTemplateFolder, IInProcessLocationMgr inProcessLocationMgr, IOrderHeadMgr orderHeadMgr)
        {
            this.reportTemplateFolder = reportTemplateFolder;
            this.inProcessLocationMgr = inProcessLocationMgr;
            this.orderHeadMgr = orderHeadMgr;

            //明细部分的行数
            this.pageDetailRowCount = 30;
            //列数   1起始
            this.columnCount = 10;
            //报表头的行数  1起始
            this.headRowCount = 15;
            //报表尾的行数  1起始
            this.bottomRowCount = 2;
        }
コード例 #19
0
 public PoBillTransactionOutboundMgr(INumberControlMgr numberControlMgr,
     IDssExportHistoryMgr dssExportHistoryMgr,
     ICriteriaMgr criteriaMgr,
     IDssOutboundControlMgr dssOutboundControlMgr,
     IDssObjectMappingMgr dssObjectMappingMgr,
     IOrderHeadMgr orderHeadMgr,
     ICommonOutboundMgr commonOutboundMgr,
     ILocationMgr locationMgr)
     : base(numberControlMgr, dssExportHistoryMgr, criteriaMgr, dssOutboundControlMgr, dssObjectMappingMgr, locationMgr)
 {
     this.numberControlMgr = numberControlMgr;
     this.criteriaMgr = criteriaMgr;
     this.orderHeadMgr = orderHeadMgr;
     this.commonOutboundMgr = commonOutboundMgr;
 }
コード例 #20
0
        public RepDeliveryNoteMgr(String reportTemplateFolder, IInProcessLocationMgr inProcessLocationMgr, IOrderHeadMgr orderHeadMgr)
        {
            this.reportTemplateFolder = reportTemplateFolder;
            this.inProcessLocationMgr = inProcessLocationMgr;
            this.orderHeadMgr         = orderHeadMgr;

            //明细部分的行数
            this.pageDetailRowCount = 30;
            //列数   1起始
            this.columnCount = 10;
            //报表头的行数  1起始
            this.headRowCount = 15;
            //报表尾的行数  1起始
            this.bottomRowCount = 2;
        }
コード例 #21
0
        public RepRequisitionOrderMgr(String reportTemplateFolder, IOrderHeadMgr orderHeadMgr, ILocationLotDetailMgr locationLotDetailMgr, ILanguageMgr languageMgr)
        {
            this.reportTemplateFolder = reportTemplateFolder;
            this.orderHeadMgr = orderHeadMgr;
            this.locationLotDetailMgr = locationLotDetailMgr;
            this.languageMgr = languageMgr;

            //明细部分的行数
            this.pageDetailRowCount = 20;
            //列数   1起始
            this.columnCount = 12;
            //报表头的行数  1起始
            this.headRowCount = 15;
            //报表尾的行数  1起始
            this.bottomRowCount = 7;
        }
コード例 #22
0
        public RepRequisitionOrderMgr(String reportTemplateFolder, IOrderHeadMgr orderHeadMgr, ILocationLotDetailMgr locationLotDetailMgr, ILanguageMgr languageMgr)
        {
            this.reportTemplateFolder = reportTemplateFolder;
            this.orderHeadMgr         = orderHeadMgr;
            this.locationLotDetailMgr = locationLotDetailMgr;
            this.languageMgr          = languageMgr;

            //明细部分的行数
            this.pageDetailRowCount = 20;
            //列数   1起始
            this.columnCount = 12;
            //报表头的行数  1起始
            this.headRowCount = 15;
            //报表尾的行数  1起始
            this.bottomRowCount = 7;
        }
コード例 #23
0
 public RepDasAutoAsnMgr(String reportTemplateFolder,
                         IOrderHeadMgr orderHeadMgr,
                         ILocationLotDetailMgr locationLotDetailMgr,
                         ILanguageMgr languageMgr,
                         ILocationTransactionMgr locationTranMgr,
                         ICriteriaMgr criteriaMgr,
                         IItemReferenceMgr itemrefMgr,
                         IInProcessLocationMgr inpMgr)
 {
     this.reportTemplateFolder = reportTemplateFolder;
     this.orderHeadMgr         = orderHeadMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.locationTranMgr      = locationTranMgr;
     this.criteriaMgr          = criteriaMgr;
     this.itemrefMgr           = itemrefMgr;
     this.inpMgr = inpMgr;
 }
コード例 #24
0
 public RepDasAutoAsnMgr(String reportTemplateFolder,
     IOrderHeadMgr orderHeadMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     ILanguageMgr languageMgr,
     ILocationTransactionMgr locationTranMgr,
    ICriteriaMgr criteriaMgr,
     IItemReferenceMgr itemrefMgr,
     IInProcessLocationMgr inpMgr)
 {
     this.reportTemplateFolder = reportTemplateFolder;
     this.orderHeadMgr = orderHeadMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.locationTranMgr = locationTranMgr;
     this.criteriaMgr = criteriaMgr;
     this.itemrefMgr = itemrefMgr;
     this.inpMgr = inpMgr;
 }
コード例 #25
0
ファイル: PrintingMgr.cs プロジェクト: Novthirteen/yfkey-scms
 public PrintingMgr(ICriteriaMgr criteriaMgr,
     IReportMgr reportMgr,
     IPickListMgr pickListMgr,
      IOrderHeadMgr orderHeadMgr,
      IInspectOrderMgr inspectOrderMgr,
     IInProcessLocationMgr inProcessLocationMgr,
    IReceiptMgr receiptMgr,
     IReceiptDetailMgr receiptDetailMgr)
 {
     this.criteriaMgr = criteriaMgr;
     this.reportMgr = reportMgr;
     this.pickListMgr = pickListMgr;
     this.orderHeadMgr = orderHeadMgr;
     this.inspectOrderMgr = inspectOrderMgr;
     this.inProcessLocationMgr = inProcessLocationMgr;
     this.receiptMgr = receiptMgr;
     this.receiptDetailMgr = receiptDetailMgr;
 }
コード例 #26
0
ファイル: PrintingMgr.cs プロジェクト: Novthirteen/yfkey-scms
 public PrintingMgr(ICriteriaMgr criteriaMgr,
                    IReportMgr reportMgr,
                    IPickListMgr pickListMgr,
                    IOrderHeadMgr orderHeadMgr,
                    IInspectOrderMgr inspectOrderMgr,
                    IInProcessLocationMgr inProcessLocationMgr,
                    IReceiptMgr receiptMgr,
                    IReceiptDetailMgr receiptDetailMgr)
 {
     this.criteriaMgr          = criteriaMgr;
     this.reportMgr            = reportMgr;
     this.pickListMgr          = pickListMgr;
     this.orderHeadMgr         = orderHeadMgr;
     this.inspectOrderMgr      = inspectOrderMgr;
     this.inProcessLocationMgr = inProcessLocationMgr;
     this.receiptMgr           = receiptMgr;
     this.receiptDetailMgr     = receiptDetailMgr;
 }
コード例 #27
0
ファイル: SetBaseMgr.cs プロジェクト: Novthirteen/yfkey-scms
 public SetBaseMgr(
     IUserMgr userMgr,
     IOrderHeadMgr orderHeadMgr,
     IPickListMgr pickListMgr,
     IStorageBinMgr storageBinMgr,
     ILanguageMgr languageMgr,
     IInProcessLocationMgr inProcessLocationMgr,
     IFlowMgr flowMgr,
     ILocationMgr locationMgr
     )
 {
     this.userMgr = userMgr;
     this.orderHeadMgr = orderHeadMgr;
     this.pickListMgr = pickListMgr;
     this.storageBinMgr = storageBinMgr;
     this.languageMgr = languageMgr;
     this.inProcessLocationMgr = inProcessLocationMgr;
     this.flowMgr = flowMgr;
     this.locationMgr = locationMgr;
 }
コード例 #28
0
ファイル: SetBaseMgr.cs プロジェクト: Novthirteen/yfkey-scms
 public SetBaseMgr(
     IUserMgr userMgr,
     IOrderHeadMgr orderHeadMgr,
     IPickListMgr pickListMgr,
     IStorageBinMgr storageBinMgr,
     ILanguageMgr languageMgr,
     IInProcessLocationMgr inProcessLocationMgr,
     IFlowMgr flowMgr,
     ILocationMgr locationMgr
     )
 {
     this.userMgr              = userMgr;
     this.orderHeadMgr         = orderHeadMgr;
     this.pickListMgr          = pickListMgr;
     this.storageBinMgr        = storageBinMgr;
     this.languageMgr          = languageMgr;
     this.inProcessLocationMgr = inProcessLocationMgr;
     this.flowMgr              = flowMgr;
     this.locationMgr          = locationMgr;
 }
コード例 #29
0
 public SetDetailMgr(
     IHuMgr huMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IUserMgr userMgr,
     INumberControlMgr numberControlMgr,
     IUomConversionMgr uomConversionMgr,
     IItemMgr itemMgr,
     IOrderDetailMgr orderDetailMgr,
     IEntityPreferenceMgr entityPreferenceMgr,
     IOrderMgr orderMgr,
     IFlowMgr flowMgr,
     ILocationMgr locationMgr,
     IProductLineInProcessLocationDetailMgr productLineInProcessLocationDetailMgr,
     IRoutingDetailMgr routingDetailMgr,
     IOrderHeadMgr orderHeadMgr,
     IInProcessLocationMgr inProcessLocationMgr,
     ICriteriaMgr criteriaMgr
     )
 {
     this.huMgr = huMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.userMgr = userMgr;
     this.numberControlMgr = numberControlMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.itemMgr = itemMgr;
     this.orderDetailMgr = orderDetailMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.orderMgr = orderMgr;
     this.flowMgr = flowMgr;
     this.locationMgr = locationMgr;
     this.productLineInProcessLocationDetailMgr = productLineInProcessLocationDetailMgr;
     this.routingDetailMgr = routingDetailMgr;
     this.orderHeadMgr = orderHeadMgr;
     this.inProcessLocationMgr = inProcessLocationMgr;
     this.criteriaMgr = criteriaMgr;
 }
コード例 #30
0
ファイル: OfflineMgr.cs プロジェクト: Novthirteen/yfkey-scms
 public OfflineMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IEmployeeMgr employeeMgr,
     IOrderMgr orderMgr,
     IOrderHeadMgr orderHeadMgr,
     IReportMgr reportMgr,
     IHuMgr huMgr,
     ILanguageMgr languageMgr
     )
 {
     this.setBaseMgr = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr = executeMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.employeeMgr = employeeMgr;
     this.orderMgr = orderMgr;
     this.orderHeadMgr = orderHeadMgr;
     this.reportMgr = reportMgr;
     this.huMgr = huMgr;
     this.languageMgr = languageMgr;
 }
コード例 #31
0
ファイル: OfflineMgr.cs プロジェクト: Novthirteen/yfkey-scms
 public OfflineMgr(
     ISetBaseMgr setBaseMgr,
     ISetDetailMgr setDetailMgr,
     IExecuteMgr executeMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IEmployeeMgr employeeMgr,
     IOrderMgr orderMgr,
     IOrderHeadMgr orderHeadMgr,
     IReportMgr reportMgr,
     IHuMgr huMgr,
     ILanguageMgr languageMgr
     )
 {
     this.setBaseMgr   = setBaseMgr;
     this.setDetailMgr = setDetailMgr;
     this.executeMgr   = executeMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.employeeMgr  = employeeMgr;
     this.orderMgr     = orderMgr;
     this.orderHeadMgr = orderHeadMgr;
     this.reportMgr    = reportMgr;
     this.huMgr        = huMgr;
     this.languageMgr  = languageMgr;
 }
コード例 #32
0
 public RepProductionMgr(String reportTemplateFolder, IOrderHeadMgr orderHeadMgr, IFlowMgr flowMgr)
 {
     this.reportTemplateFolder = reportTemplateFolder;
     this.orderHeadMgr = orderHeadMgr;
     this.flowMgr = flowMgr;
 }
コード例 #33
0
ファイル: OrderMgr.cs プロジェクト: Novthirteen/yfkey-scms
 public OrderMgr(IUserMgr userMgr,
     IOrderHeadMgr orderHeadMgr,
     IOrderDetailMgr orderDetailMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IOrderOperationMgr orderOperationMgr,
     IEntityPreferenceMgr entityPreferenceMgr,
     IFlowMgr flowMgr,
     IFlowDetailMgr flowDetailMgr,
     INumberControlMgr numberControlMgr,
     IInProcessLocationMgr inProcessLocationMgr,
     IInProcessLocationDetailMgr inProcessLocationDetailMgr,
     IAutoOrderTrackMgr autoOrderTrackMgr,
     IReceiptMgr receiptMgr,
     IFlowBindingMgr flowBindingMgr,
     IUomConversionMgr uomConversionMgr,
     IItemKitMgr itemKitMgr,
     IWorkingHoursMgr workingHoursMgr,
     IOrderBindingMgr orderBindingMgr,
     ILocationMgr locationMgr,
     IPickListMgr pickListMgr,
     IPickListResultMgr pickListResultMgr,
     IShiftMgr shiftMgr,
     IOrderPlannedBackflushMgr orderPlannedBackflushMgr,
     IActingBillMgr actingBillMgr,
     IPlannedBillMgr plannedBillMgr,
     ICriteriaMgr criteriaMgr,
     IHuMgr huMgr,
     IPriceListDetailMgr priceListDetailMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IOrderTracerMgr orderTracerMgr,
     ITransportationActBillMgr transportationActBillMgr)
 {
     this.userMgr = userMgr;
     this.orderHeadMgr = orderHeadMgr;
     this.orderDetailMgr = orderDetailMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.orderOperationMgr = orderOperationMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.flowMgr = flowMgr;
     this.flowDetailMgr = flowDetailMgr;
     this.numberControlMgr = numberControlMgr;
     this.inProcessLocationMgr = inProcessLocationMgr;
     this.inProcessLocationDetailMgr = inProcessLocationDetailMgr;
     this.autoOrderTrackMgr = autoOrderTrackMgr;
     this.receiptMgr = receiptMgr;
     this.flowBindingMgr = flowBindingMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.itemKitMgr = itemKitMgr;
     this.workingHoursMgr = workingHoursMgr;
     this.orderBindingMgr = orderBindingMgr;
     this.locationMgr = locationMgr;
     this.pickListMgr = pickListMgr;
     this.pickListResultMgr = pickListResultMgr;
     this.shiftMgr = shiftMgr;
     this.orderPlannedBackflushMgr = orderPlannedBackflushMgr;
     this.actingBillMgr = actingBillMgr;
     this.plannedBillMgr = plannedBillMgr;
     this.criteriaMgr = criteriaMgr;
     this.huMgr = huMgr;
     this.priceListDetailMgr = priceListDetailMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.orderTracerMgr = orderTracerMgr;
     this.transportationActBillMgr = transportationActBillMgr;
 }
コード例 #34
0
 public RepProductionMgr(String reportTemplateFolder, IOrderHeadMgr orderHeadMgr, IFlowMgr flowMgr)
 {
     this.reportTemplateFolder = reportTemplateFolder;
     this.orderHeadMgr         = orderHeadMgr;
     this.flowMgr = flowMgr;
 }