hongji.li
2023-11-03 aefafd2142478d4fb07d6b8b45c3047e247389e0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
Quintiq file version 2.0
Component pnlServiceLevel
{
  #keys: '[146140.0.1162733807]'
  BaseType: 'WebPanel'
  Children:
  [
    Component EditFieldName
    {
      #keys: '[146140.0.1161477990]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.Name'
        Label: 'Name'
        NumberOfColumns: 8
        Taborder: 0
      ]
    }
    Component DropDownListProduct
    {
      #keys: '[146140.0.1161478025]'
      BaseType: 'WebDropDownList'
      Databinding: 'Product_MP'
      Children:
      [
        Component DataExtractorProduct
        {
          #keys: '[146140.0.1161478027]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'structured[Product_MP]'
            FixedFilter: 'not object.IsSystem()'
            Source: 'ApplicationMacroPlanner.DataHolderProduct'
            Taborder: 0
            Transformation: 'Elements'
          ]
        }
      ]
      Properties:
      [
        AllowEmpty: true
        DataBinding: 'DataHolderDialogData.Data.Product_MP'
        DisplayField: 'Name'
        Label: 'Product'
        NumberOfColumns: 8
        Taborder: 1
        Tooltip: 'The items in the drop-down list are filtered based on the selection in the navigation panel.'
      ]
    }
    Component DropDownListStockingPoint id:DropDownListStockingPoint_317
    {
      #keys: '[146140.0.1162661625]'
      BaseType: 'WebDropDownList'
      Databinding: 'StockingPoint_MP'
      Children:
      [
        Component DataExtractorStockingPoint id:DataExtractorStockingPoint_139
        {
          #keys: '[146140.0.1162661626]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'structured[StockingPoint_MP]'
            FixedFilter: 'not object.IsSystem()'
            Source: 'ApplicationMacroPlanner.DataHolderStockingPoint'
            Taborder: 0
            Transformation: 'Elements'
          ]
        }
      ]
      Properties:
      [
        AllowEmpty: true
        DataBinding: 'DataHolderDialogData.Data.StockingPoint_MP'
        DisplayField: 'Name'
        Label: 'Stocking point'
        NumberOfColumns: 8
        Taborder: 2
        Tooltip: 'The items in the drop-down list are filtered based on the selection in the navigation panel.'
      ]
    }
    #child: pnlTargetPercentage
    Component DateSelectorStart
    {
      #keys: '[144528.6.144816514]'
      BaseType: 'WebDateSelector'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.Start'
        DateFormat: 'DMMY'
        Label: 'Start'
        Taborder: 3
      ]
    }
    Component DateSelectorEnd
    {
      #keys: '[144528.6.144816639]'
      BaseType: 'WebDateSelector'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.End'
        DateFormat: 'DMMY'
        Label: 'End'
        Taborder: 4
      ]
    }
  ]
  Properties:
  [
    Padding: 'true'
    Taborder: 2
  ]
}