admin
2024-08-27 90173a1f3e0bee36f59a8525bc574950447927aa
实际库存增加备注列
已添加3个文件
已修改1个文件
193 ■■■■■ 文件已修改
_Main/BL/Type_ProductInStockingPointInPeriod#228/Attribute_Notes.qbl 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/BL/Type_ProductInStockingPointInPeriod#228/Function_CalcNotes.qbl 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/UI/MacroPlannerWebApp/Component_FormActualInventories/Component_MatrixEditorActualInventories#537.def 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/UI/MacroPlannerWebApp/Views/Actual_Inventories.vw 163 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/BL/Type_ProductInStockingPointInPeriod#228/Attribute_Notes.qbl
对比新文件
@@ -0,0 +1,7 @@
Quintiq file version 2.0
#parent: #root
Attribute Notes
{
  #keys: '3[415754.0.163308688][415754.0.163308687][415754.0.163308689]'
  ValueType: String
}
_Main/BL/Type_ProductInStockingPointInPeriod#228/Function_CalcNotes.qbl
对比新文件
@@ -0,0 +1,13 @@
Quintiq file version 2.0
#parent: #root
Function CalcNotes
{
  TextBody:
  [*
    // vwedadmin Aug-27-2024 (created)
    value := guard( this.ProductInStockingPoint_MP().Product_MP().Notes(), "" );
    this.Notes( value );
  *]
}
_Main/UI/MacroPlannerWebApp/Component_FormActualInventories/Component_MatrixEditorActualInventories#537.def
@@ -1,6 +1,16 @@
Quintiq file version 2.0
Component MatrixEditorActualInventories id:MatrixEditorActualInventories_537 #extension
{
  Children:
  [
    Component MatrixEditorCellActualInventories #extension
    {
      Properties:
      [
        Attributes: 'PlannedInventoryLevelEnd;ActualInventoryLevelEnd;Notes'
      ]
    }
  ]
  Properties:
  [
    Taborder: 1
_Main/UI/MacroPlannerWebApp/Views/Actual_Inventories.vw
对比新文件
@@ -0,0 +1,163 @@
Quintiq file version 2.0
{
  viewcontents
  {
    forms
    {
      form_FormActualInventoryChart
      {
        layout
        {
          rowPosition: 8
        }
      }
      form_FormActualInventories_1
      {
        _removed: true
      }
      form_FormActualInventories
      {
        title: 'QLibMacroPlannerWebUI::FormActualInventories'
        shown: true
        componentID: 'QLibMacroPlannerWebUI::FormActualInventories'
        layout
        {
          mode: 'open'
          rowPosition: 1
          rowSpan: 7
          columnPosition: 1
          columnSpan: 12
        }
        components
        {
          FormActualInventories_PanelActualInventoriesMatrix
          {
            sizeRatio: 1
          }
          FormActualInventories_pHeader
          {
            sizeRatio: 1
          }
          FormActualInventories_MatrixEditorActualInventories
          {
            gridColor: '#c4c4c4'
            totalHeaderWidth: 427
            attributeHeaderWidthRatio: 0.6
            nameHeaderWidthRatio: 0.4
            columnWidth: 100
            horizontalGrid: true
            verticalGrid: true
            backendState
            {
              componentId: 'QLibMacroPlannerWebUI::FormActualInventories.MatrixEditorActualInventories'
              state
              {
                cells
                {
                  attributes
                  {
                    attribute_PlannedInventoryLevelEnd
                    {
                      type: 'MatrixEditorWebApiCellDataModelInterest'
                      index: 0
                      rowsubtotal: ''
                      columnsubtotal: ''
                      attribute: 'PlannedInventoryLevelEnd'
                    }
                    attribute_ActualInventoryLevelEnd
                    {
                      type: 'MatrixEditorWebApiCellDataModelInterest'
                      index: 1
                      rowsubtotal: ''
                      columnsubtotal: ''
                      attribute: 'ActualInventoryLevelEnd'
                    }
                    attribute_Notes
                    {
                      type: 'MatrixEditorWebApiCellDataModelInterest'
                      index: 2
                      rowsubtotal: ''
                      columnsubtotal: ''
                      attribute: 'Notes'
                    }
                  }
                }
                columns
                {
                  sorting
                  {
                    criteria: "datamember:'Start'"
                  }
                }
                rows
                {
                  sorting
                  {
                    criteria: "datamember:'Product_MP.DisplayIndex';datamember:'Name'"
                  }
                }
              }
            }
          }
          FormActualInventories_PanelActualInventoriesList
          {
            sizeRatio: 1
          }
          FormActualInventories_ListActualInventories
          {
          }
          FormActualInventories_DataSetLevelActualInventories
          {
            groupDepth: -1
            column_All_constraints
            {
              columnId: 'All constraints'
              dataPath: 'All constraints'
              dataType: 'string'
              index: 0
              subtotals: ''
              width: 32
            }
            column_ManufacturedDate
            {
              columnId: 'ManufacturedDate'
              dataPath: 'ManufacturedDate'
              dataType: 'date'
              index: 1
              subtotals: ''
              width: 150
            }
            column_Age
            {
              columnId: 'Age'
              dataPath: 'Age'
              dataType: 'real'
              index: 2
              subtotals: ''
              width: 150
            }
            column_ActualInventoryLevelEnd
            {
              columnId: 'ActualInventoryLevelEnd'
              dataPath: 'ActualInventoryLevelEnd'
              dataType: 'real'
              index: 3
              subtotals: ''
              width: 150
            }
          }
        }
      }
    }
    description: ''
    group: ''
    page: ''
    index: 0
    image: ''
  }
  formatversion: 2
  id: 'Actual Inventories'
  name: 'Actual Inventories'
  isglobal: false
  isroot: false
}