Esempio n. 1
0
 public ImportMgr(ICriteriaMgr criteriaMgr,
     IShiftMgr shiftMgr,
     IFlowDetailMgr flowDetailMgr,
     IItemMgr itemMgr,
     IUomMgr uomMgr,
     IUomConversionMgr uomConversionMgr,
     IHuMgr huMgr,
     IStorageBinMgr storageBinMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     ISupplierMgr supplierMgr,
     IFlowMgr flowMgr,
      IOrderMgr orderMgr,
     IEntityPreferenceMgr entityPreferenceMgr,
     IItemReferenceMgr itemReferenceMgr)
 {
     this.criteriaMgr = criteriaMgr;
     this.shiftMgr = shiftMgr;
     this.flowDetailMgr = flowDetailMgr;
     this.itemMgr = itemMgr;
     this.uomMgr = uomMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.huMgr = huMgr;
     this.storageBinMgr = storageBinMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.supplierMgr = supplierMgr;
     this.flowMgr = flowMgr;
     this.orderMgr = orderMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.itemReferenceMgr = itemReferenceMgr;
 }
Esempio n. 2
0
 public OrderDetailMgr(ICriteriaMgr criteriaMgr,
                       IOrderDetailDao entityDao,
                       IUomConversionMgr uomConversionMgr,
                       IBomMgr bomMgr,
                       IBomDetailMgr bomDetailMgr,
                       IRoutingDetailMgr routingDetailMgr,
                       IOrderOperationMgr orderOperationMgr,
                       IOrderLocationTransactionMgr orderLocationTransactionMgr,
                       IItemKitMgr itemKitMgr,
                       IItemReferenceMgr itemReferenceMgr,
                       ILocationMgr locationMgr,
                       ILocationDetailMgr LocationDetailMgr,
                       IPriceListDetailMgr priceListDetailMgr,
                       IEntityPreferenceMgr entityPreferenceMgr,
                       IFlowMgr flowMgr)
     : base(entityDao)
 {
     this.criteriaMgr                 = criteriaMgr;
     this.uomConversionMgr            = uomConversionMgr;
     this.bomMgr                      = bomMgr;
     this.bomDetailMgr                = bomDetailMgr;
     this.routingDetailMgr            = routingDetailMgr;
     this.orderOperationMgr           = orderOperationMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.itemKitMgr                  = itemKitMgr;
     this.itemReferenceMgr            = itemReferenceMgr;
     this.locationMgr                 = locationMgr;
     this.LocationDetailMgr           = LocationDetailMgr;
     this.priceListDetailMgr          = priceListDetailMgr;
     this.entityPreferenceMgr         = entityPreferenceMgr;
     this.flowMgr                     = flowMgr;
 }
 public ItemReferenceInboundMgr(IItemMgr itemMgr,
                                IItemReferenceMgr itemReferenceMgr,
                                IUserMgr userMgr,
                                IPartyMgr partyMgr,
                                IDssImportHistoryMgr dssImportHistoryMgr,
                                IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr          = itemMgr;
     this.itemReferenceMgr = itemReferenceMgr;
     this.userMgr          = userMgr;
     this.partyMgr         = partyMgr;
 }
 public ItemReferenceInboundMgr(IItemMgr itemMgr,
    IItemReferenceMgr itemReferenceMgr,
     IUserMgr userMgr,
      IPartyMgr partyMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr = itemMgr;
     this.itemReferenceMgr = itemReferenceMgr;
     this.userMgr = userMgr;
     this.partyMgr = partyMgr;
 }
Esempio n. 5
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;
 }
Esempio n. 6
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;
 }
Esempio n. 7
0
        public RepASNMgr(String reportTemplateFolder, ICodeMasterMgr codeMasterMgr,
            IInProcessLocationMgr inProcessLocationMgr, IItemReferenceMgr itemReferenceMgr, IShipAddressMgr shipAddressMgr)
        {
            this.reportTemplateFolder = reportTemplateFolder;
            this.codeMasterMgr = codeMasterMgr;
            this.inProcessLocationMgr = inProcessLocationMgr;
            this.itemReferenceMgr = itemReferenceMgr;
            this.shipAddressMgr = shipAddressMgr;

            //明细部分的行数
            this.pageDetailRowCount = 12;
            //列数   1起始
            this.columnCount = 17;
            //报表头的行数  1起始
            this.headRowCount = 9;
            //报表尾的行数  1起始
            this.bottomRowCount = 7;
        }
Esempio n. 8
0
        public RepASNMgr(String reportTemplateFolder, ICodeMasterMgr codeMasterMgr,
                         IInProcessLocationMgr inProcessLocationMgr, IItemReferenceMgr itemReferenceMgr, IShipAddressMgr shipAddressMgr)
        {
            this.reportTemplateFolder = reportTemplateFolder;
            this.codeMasterMgr        = codeMasterMgr;
            this.inProcessLocationMgr = inProcessLocationMgr;
            this.itemReferenceMgr     = itemReferenceMgr;
            this.shipAddressMgr       = shipAddressMgr;

            //明细部分的行数
            this.pageDetailRowCount = 12;
            //列数   1起始
            this.columnCount = 17;
            //报表头的行数  1起始
            this.headRowCount = 9;
            //报表尾的行数  1起始
            this.bottomRowCount = 7;
        }
Esempio n. 9
0
 public RepBarCodeMgr(String reportTemplateFolder, IHuMgr huMgr, IItemReferenceMgr itemReferenceMgr)
 {
     this.reportTemplateFolder = reportTemplateFolder;
     this.huMgr            = huMgr;
     this.itemReferenceMgr = itemReferenceMgr;
 }
Esempio n. 10
0
 public OrderDetailMgr(ICriteriaMgr criteriaMgr,
     IOrderDetailDao entityDao,
     IUomConversionMgr uomConversionMgr,
     IBomMgr bomMgr,
     IBomDetailMgr bomDetailMgr,
     IRoutingDetailMgr routingDetailMgr,
     IOrderOperationMgr orderOperationMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IItemKitMgr itemKitMgr,
     IItemReferenceMgr itemReferenceMgr,
     ILocationMgr locationMgr,
     ILocationDetailMgr LocationDetailMgr,
     IPriceListDetailMgr priceListDetailMgr,
     IEntityPreferenceMgr entityPreferenceMgr,
     IFlowMgr flowMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.bomMgr = bomMgr;
     this.bomDetailMgr = bomDetailMgr;
     this.routingDetailMgr = routingDetailMgr;
     this.orderOperationMgr = orderOperationMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.itemKitMgr = itemKitMgr;
     this.itemReferenceMgr = itemReferenceMgr;
     this.locationMgr = locationMgr;
     this.LocationDetailMgr = LocationDetailMgr;
     this.priceListDetailMgr = priceListDetailMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.flowMgr = flowMgr;
 }
Esempio n. 11
0
 public RepBarCodeMgr(String reportTemplateFolder, IHuMgr huMgr, IItemReferenceMgr itemReferenceMgr)
 {
     this.reportTemplateFolder = reportTemplateFolder;
     this.huMgr = huMgr;
     this.itemReferenceMgr = itemReferenceMgr;
 }