_Main/BL/EDI/Broker_AES_TemporaryDemandData.qbl | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
_Main/BL/Type_Archive/StaticMethod_GenerateForecast.qbl | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
_Main/BL/Type_Forecast/Attribute_Origin.qbl | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
_Main/BL/Type_Forecast/DefaultValue_Origin.qbl | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
_Main/BL/Type_Forecast/_ROOT_Type_Forecast.qbl | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
_Main/BL/Type_TemporaryDemandData/Attribute_Origin.qbl | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
_Main/BL/EDI/Broker_AES_TemporaryDemandData.qbl
@@ -16,6 +16,7 @@ EDIMLColumn DemandUncertaintyPercentage { Attribute: DemandUncertaintyPercentage ValueType: Number } EDIMLColumn EndDate { Attribute: EndDate ValueType: Date } EDIMLColumn ID { Attribute: ID ValueType: Number } EDIMLColumn Origin { Attribute: Origin ValueType: String } EDIMLColumn Price { Attribute: Price ValueType: Number } EDIMLColumn PriorityName { Attribute: PriorityName ValueType: String } EDIMLColumn ProductID { Attribute: ProductID ValueType: String } @@ -64,6 +65,11 @@ { OthersMayUpdateColumn: true ValueType: Boolean } EDIODBCLinkColumn ORIGIN { OthersMayUpdateColumn: true ValueType: String } EDIODBCLinkColumn PRICE { @@ -134,6 +140,7 @@ } } EDIColumnMatch { InputColumn: ID OutputColumn: ID } EDIColumnMatch { InputColumn: ORIGIN OutputColumn: Origin } EDIColumnMatch { InputColumn: PRICE OutputColumn: Price } EDIColumnMatch { InputColumn: PRIORITY_NAME OutputColumn: PriorityName } EDIColumnMatch { InputColumn: PRODUCT_ID OutputColumn: ProductID } _Main/BL/Type_Archive/StaticMethod_GenerateForecast.qbl
@@ -16,7 +16,7 @@ targetStockingPoint_MP := select( macroPlan, StockingPoint_MP, tempSPMP, tempSPMP.ID() = tdd.StockingPointID() ); info( tdd.SalesSegmentName() ); if ( not isnull( targetProduct_MP ) and not isnull( targetStockingPoint_MP ) ) { Forecast::Create( targetProduct_MP, forcest := Forecast::Create( targetProduct_MP, targetStockingPoint_MP, [String]tdd.ID(), tdd.StartDate(), @@ -31,6 +31,7 @@ false, false ); forcest.Origin( tdd.Origin() ); } } *] _Main/BL/Type_Forecast/Attribute_Origin.qbl
对比新文件 @@ -0,0 +1,7 @@ Quintiq file version 2.0 #parent: #root Attribute Origin { #keys: '3[411860.0.51771534][411860.0.51771533][411860.0.51771535]' ValueType: String } _Main/BL/Type_Forecast/DefaultValue_Origin.qbl
对比新文件 @@ -0,0 +1,6 @@ Quintiq file version 2.0 #parent: #root DefaultValue { TargetAttribute: Origin } _Main/BL/Type_Forecast/_ROOT_Type_Forecast.qbl
对比新文件 @@ -0,0 +1,6 @@ Quintiq file version 2.0 #root #parent: #DomainModel TypeSpecialization Forecast #extension { } _Main/BL/Type_TemporaryDemandData/Attribute_Origin.qbl
对比新文件 @@ -0,0 +1,7 @@ Quintiq file version 2.0 #parent: #root Attribute Origin { #keys: '3[411860.0.51771485][411860.0.51771484][411860.0.51771486]' ValueType: String }