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
Quintiq file version 2.0
Component PanelHorizon
{
  #keys: '[135040.0.189850070]'
  BaseType: 'WebPanel'
  Children:
  [
    Component StringListHorizonTimeUnit
    {
      #keys: '[135040.0.189843316]'
      BaseType: 'WebDropDownStringList'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.HorizonTimeUnit'
        Label: 'Time unit'
        Sorting: 'none'
        Taborder: 1
        Tooltip: '<html>Horizon on which sales demands can be postponed, starting from the start of planning. <br>The postponement horizon duration is derived from Time unit and Number of time units.<br>For example, to allow postponement on 3 months select Months and set number to 3.</html>'
      ]
    }
    #child: PanelCheckboxBatchHorizon
    Component NumberPickerNrOfTimeUnit
    {
      #keys: '[135040.0.274722170]'
      BaseType: 'WebNumberPicker'
      Properties:
      [
        DataBinding: 'DataHolderDialogData.Data.HorizonNrOfTimeUnit'
        Label: 'Duration (TimeUnit)'
        Mask: 'POSNUMBER'
        MaximumColumns: 5
        Min: '0'
        Taborder: 2
        Tooltip: '<html>Horizon on which sales demands can be postponed, starting from the start of planning.<br>The postponement horizon duration is derived from Time unit and Number of time units.<br>For example, to allow postponement on 3 months select Months and set number to 3.</html>'
      ]
    }
  ]
  Properties:
  [
    FixedSize: true
    Taborder: 1
    Title: 'Postponement horizon'
  ]
}