hongji.li
2023-11-07 1a1ba3ad5ed9e4380185aa1ccad20204a0e5f115
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
Quintiq file version 2.0
#root
#parent: LibMacroPlannerTCUI
OrphanComponent DialogCreateEditSafetyStock
{
  #keys: '[136682.2.182627965]'
  Accessibility: 'Extensible'
  BaseType: 'Dialog'
  Databinding: 'shadow[SafetyStock]'
  GBLayout
  {
    Type: 'internal[GBLayoutDefinition]'
    Columns:
    [
      GBFlow.Column { grow: 0 id: 812 parent: 0 }
      GBFlow.Column { grow: 0 id: 275 parent: 0 }
      GBFlow.Column { grow: 0 id: 233 parent: 0 }
      GBFlow.Column { grow: 128 id: 845 parent: 0 }
    ]
    Elements:
    [
      GBElement
      {
        Component => LabelTargetInDays
        Position { startcolumn: 812 startrow: 754 endcolumn: 275 endrow: 754 }
      }
      GBElement
      {
        Component => LabelTargetInQuantity
        Position { startcolumn: 812 startrow: 941 endcolumn: 275 endrow: 941 }
      }
      GBElement
      {
        Component => CheckBoxHasUserTarget
        Position { startcolumn: 233 startrow: 245 endcolumn: 233 endrow: 245 }
      }
      GBElement
      {
        Component => LabelCalculatedSafetyStocks
        Position { startcolumn: 812 startrow: 874 endcolumn: 275 endrow: 874 }
      }
      GBElement
      {
        Component => EditorTargetInDays
        Position { startcolumn: 233 startrow: 754 endcolumn: 845 endrow: 754 }
      }
      GBElement
      {
        Component => EditorTargetInQuantity
        Position { startcolumn: 233 startrow: 941 endcolumn: 845 endrow: 941 }
      }
      GBElement
      {
        Component => LabelProduct
        Position { startcolumn: 812 startrow: 915 endcolumn: 275 endrow: 915 }
      }
      GBElement
      {
        Component => SelectionProduct
        Position { startcolumn: 233 startrow: 915 endcolumn: 845 endrow: 915 }
      }
      GBElement
      {
        Component => LabelStockingPoint
        Position { startcolumn: 812 startrow: 538 endcolumn: 275 endrow: 538 }
      }
      GBElement
      {
        Component => LabelStart
        Position { startcolumn: 812 startrow: 586 endcolumn: 275 endrow: 586 }
      }
      GBElement
      {
        Component => SelectionStockingPoint
        Position { startcolumn: 233 startrow: 538 endcolumn: 845 endrow: 538 }
      }
      GBElement
      {
        Component => GUIStartDateTimeSelector
        Position { startcolumn: 233 startrow: 586 endcolumn: 233 endrow: 586 }
      }
      GBElement
      {
        Component => RadioButtonGroupTarget
        Position { startcolumn: 233 startrow: 925 endcolumn: 845 endrow: 925 }
      }
      GBElement
      {
        Component => LabelOptimizerQuantity
        Position { startcolumn: 233 startrow: 874 endcolumn: 233 endrow: 874 }
      }
      GBElement
      {
        Component => CheckBoxBatchEdit
        Position { startcolumn: 275 startrow: 245 endcolumn: 275 endrow: 245 }
      }
    ]
    Gaps: [ left: 10 right: 10 top: 10 bottom: 10 inner: 5 ]
    Rows:
    [
      GBFlow.Row { grow: 0 id: 915 parent: 0 }
      GBFlow.Row { grow: 0 id: 538 parent: 0 }
      GBFlow.Row { grow: 0 id: 586 parent: 0 }
      GBFlow.Row { grow: 0 id: 874 parent: 0 }
      GBFlow.Row { grow: 0 id: 245 parent: 0 }
      GBFlow.Row { grow: 0 id: 925 parent: 0 }
      GBFlow.Row { grow: 0 id: 754 parent: 0 }
      GBFlow.Row { grow: 0 id: 941 parent: 0 }
    ]
  }
  Children:
  [
    Component CheckBoxHasUserTarget
    {
      #keys: '[136682.2.182627967]'
      BaseType: 'CheckBox'
      Properties:
      [
        DataBinding: 'Dialog.Data.HasUserTarget'
        Text: 'Overwrite calculated safety stocks'
      ]
    }
    #child: EditorTargetInDays
    Component LabelTargetInDays
    {
      #keys: '[136682.2.182627971]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        Text: 'Safety stock in days'
        Transparent: true
      ]
    }
    #child: EditorTargetInQuantity
    Component LabelTargetInQuantity
    {
      #keys: '[136682.2.182627975]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        Text: 'Safety stock in quantity (uom)'
        Transparent: true
      ]
    }
    Component LabelCalculatedSafetyStocks
    {
      #keys: '[136682.2.182627979]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        Text: 'Calculated safety stocks'
        Transparent: true
      ]
    }
    #child: Toolbar650
    #child: SelectionProduct
    #child: SelectionStockingPoint
    Component LabelProduct
    {
      #keys: '[136682.2.182644362]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        FocusControl: 'SelectionProduct'
        LayoutGroup: 'Label'
        NumberLines: 1
        Shortcut: 'Alt+P'
        SizePosition: 'lt48 131 36 52'
        Text: '&Product'
        Tooltip: 'The items in the drop-down list are filtered based on the selection in the navigation panel.'
        Transparent: true
      ]
    }
    Component LabelStockingPoint
    {
      #keys: '[136682.2.182645605]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        FocusControl: 'SelectionStockingPoint'
        LayoutGroup: 'Label'
        NumberLines: 1
        Shortcut: 'Alt+K'
        SizePosition: 'lt70 115 66 82'
        Text: 'Stoc&king point'
        Tooltip: 'The items in the drop-down list are filtered based on the selection in the navigation panel.'
      ]
    }
    Component LabelStart
    {
      #keys: '[136682.2.182645606]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        FocusControl: 'GUIStartDateTimeSelector'
        LayoutGroup: 'Label'
        NumberLines: 1
        Shortcut: 'Alt+S'
        SizePosition: 'lt270 298 67 83'
        Text: '&Start'
        Transparent: true
      ]
    }
    Component GUIStartDateTimeSelector
    {
      #keys: '[136682.2.182645611]'
      BaseType: 'GUIDateTimeSelector'
      Properties:
      [
        BackgroundColor: 'White'
        DataBinding: 'DialogCreateEditSafetyStock.Data.Start'
        Format: 'DMMY'
        SizePosition: 'st304 29 62 88'
      ]
    }
    Component RadioButtonGroupTarget
    {
      #keys: '[136682.2.183882728]'
      BaseType: 'RadioButtonGroup'
      Properties:
      [
        BoundValue: 'true'
        ButtonLabels: '&Days   ;&Quantity'
        ButtonValues: 'true;false'
        DataBinding: 'Dialog.Data.HasTargetInDays'
        Horizontal: true
      ]
    }
    Component LabelOptimizerQuantity
    {
      #keys: '[136682.2.183896219]'
      BaseType: 'Label'
      Properties:
      [
        DataBinding: 'DialogCreateEditSafetyStock.Data.OptimizerTargetInQuantity'
        Text: ''
        Transparent: true
      ]
    }
    Component CheckBoxBatchEdit
    {
      #keys: '[136682.2.183904663]'
      BaseType: 'CheckBox'
      Properties:
      [
        Text: ''
      ]
    }
  ]
  Properties:
  [
    Height: 300
    Image: 'CUBES_YELLOW'
    Title: 'Safety Stock'
    Width: 483
    ModeledStringList ChildOrdering
    {
      c: SelectionProduct
      c: SelectionStockingPoint
      c: GUIStartDateTimeSelector
      c: CheckBoxBatchEdit
      c: CheckBoxHasUserTarget
      c: LabelTargetInDays
      c: RadioButtonGroupTarget
      c: EditorTargetInDays
      c: LabelTargetInQuantity
      c: LabelCalculatedSafetyStocks
      c: EditorTargetInQuantity
      c: LabelProduct
      c: LabelStockingPoint
      c: LabelStart
      c: Toolbar650
      c: LabelOptimizerQuantity
    }
  ]
}