chenqinghong
2024-05-07 3ec06a830367465068963156dcc1d8e522571c13
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
Quintiq file version 2.0
Component pnlContent
{
  #keys: '[139394.0.1870655746]'
  BaseType: 'WebPanel'
  Children:
  [
    Component DropDownListProduct
    {
      #keys: '[139394.0.1870655827]'
      BaseType: 'WebDropDownList'
      Databinding: 'Product_MP'
      Children:
      [
        Component DataExtractorProduct
        {
          #keys: '[139394.0.1870655829]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'structured[Product_MP]'
            FixedFilter: 'not object.IsSystem()'
            Source: 'ApplicationMacroPlanner.DataHolderProduct'
            Taborder: 0
            Transformation: 'Elements'
          ]
        }
      ]
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.Product_MP'
        DisplayField: 'Name'
        Label: 'Product'
        Taborder: 0
        Tooltip: 'The items in the drop-down list are filtered based on the selection in the navigation panel.'
      ]
    }
    Component DropDownListStockingPoint
    {
      #keys: '[139394.0.1870663537]'
      BaseType: 'WebDropDownList'
      Databinding: 'StockingPoint_MP'
      Children:
      [
        Component DataExtractorStockingPoint
        {
          #keys: '[139394.0.1870663538]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'structured[StockingPoint_MP]'
            FixedFilter: 'not object.IsSystem()'
            Source: 'ApplicationMacroPlanner.DataHolderStockingPoint'
            Taborder: 0
            Transformation: 'Elements'
          ]
        }
      ]
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.StockingPoint_MP'
        DisplayField: 'Name'
        Label: 'Stocking point'
        Taborder: 1
        Tooltip: 'The items in the drop-down list are filtered based on the selection in the navigation panel.'
      ]
    }
    Component EditFieldPenalty
    {
      #keys: '[139394.0.1870655992]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.Penalty'
        Mask: 'REAL'
        Taborder: 3
      ]
    }
    Component DateSelectorStart
    {
      #keys: '[144528.6.144814598]'
      BaseType: 'WebDateSelector'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.Start'
        DateFormat: 'DMMY'
        Label: 'Start'
        Taborder: 2
      ]
    }
  ]
  Properties:
  [
    Taborder: 2
  ]
}