administrator
2024-07-16 86762e6696b38e9ac9dc03d2cee5044592623f5e
添加IDS标识列
已修改2个文件
已添加4个文件
36 ■■■■■ 文件已修改
_Main/BL/EDI/Broker_AES_TemporaryDemandData.qbl 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/BL/Type_Archive/StaticMethod_GenerateForecast.qbl 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/BL/Type_Forecast/Attribute_Origin.qbl 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/BL/Type_Forecast/DefaultValue_Origin.qbl 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/BL/Type_Forecast/_ROOT_Type_Forecast.qbl 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/BL/Type_TemporaryDemandData/Attribute_Origin.qbl 7 ●●●●● 补丁 | 查看 | 原始文档 | 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
}