yanweiyuan3
2023-10-27 d1d15b61dfcf7fd0f800b32359f082cf580ed556
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
Quintiq file version 2.0
Component PanelGeneral
{
  #keys: '[135040.0.213332858]'
  BaseType: 'WebPanel'
  Children:
  [
    Component selParentUnit
    {
      #keys: '[135040.0.213306631]'
      BaseType: 'WebDropDownList'
      Databinding: 'Unit'
      Children:
      [
        Component DataExtractorUnit
        {
          #keys: '[135040.0.213306632]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'Units'
            Source: 'DataHolderParentUnitSelection'
            Taborder: 0
            Transformation: 'Elements'
          ]
        }
      ]
      Properties:
      [
        AllowEmpty: true
        DataBinding: 'DataHolderDialogData.Data.Unit'
        DisplayField: 'Name'
        Label: 'Parent unit'
        Taborder: 0
        Tooltip: '<html>Select the unit that the stocking point belongs to.<br>This is used for visualization and filtering purposes.<br>The stocking point will show in the navigation panel as a child of the selected unit.<br>Leave empty to show the stocking point at the root level.</html>'
      ]
    }
    Component EditFieldName
    {
      #keys: '[135040.0.218356195]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.Name'
        Label: 'Name'
        Taborder: 1
      ]
    }
    Component EditFieldID
    {
      #keys: '[135040.0.218343577]'
      BaseType: 'WebEditField'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.ID'
        Label: 'ID'
        Taborder: 2
      ]
    }
    Component DropDownListUOM
    {
      #keys: '[135040.0.218356448]'
      BaseType: 'WebDropDownList'
      Databinding: 'UnitOfMeasure_MP'
      Children:
      [
        Component DataExtractorUOM
        {
          #keys: '[135040.0.218356450]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'MacroPlan'
            Source: 'MacroPlan'
            Taborder: 0
            Transformation: 'UnitOfMeasure_MP'
          ]
        }
      ]
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.UnitOfMeasure_MP'
        DisplayField: 'Name'
        Label: 'Unit of measurement'
        Taborder: 3
      ]
    }
    #child: PanelCheckboxBatchInfinite
    Component CheckboxInfiniteCapacity
    {
      #keys: '[135040.0.245307549]'
      BaseType: 'WebCheckbox'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.IsPlannedInfinite'
        Label: 'Infinite capacity'
        Taborder: 6
        Tooltip: 'Check to plan the stocking point against infinite storage capacity.'
      ]
    }
    Component DropDownListCurrency
    {
      #keys: '[139394.1.209415366]'
      BaseType: 'WebDropDownList'
      Databinding: 'Currency_MP'
      Children:
      [
        Component DataExtractorCurrency
        {
          #keys: '[139394.1.209415368]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'MacroPlan'
            Source: 'MacroPlan'
            Taborder: 0
            Transformation: 'Currency_MP'
          ]
        }
      ]
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.Currency_MP'
        DisplayField: 'Name'
        Label: 'Currency'
        Taborder: 4
      ]
    }
  ]
  Properties:
  [
    Taborder: 0
    Title: 'General'
  ]
}