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
Quintiq file version 2.0
Component PanelKPIHorizonSettings
{
  #keys: '[144528.1.1787513523]'
  BaseType: 'WebPanel'
  Children:
  [
    Component CheckboxUpdateHorizonOnPeriodRoll
    {
      #keys: '[144528.1.1787513710]'
      BaseType: 'WebCheckbox'
      Properties:
      [
        DataBinding: 'MacroPlan.GlobalParameters_MP.UpdateKPIHorizonAtPeriodRoll'
        Label: 'Reset KPI horizon at period roll'
        Taborder: 0
        Tooltip: 'KPI horizon will automatically be reset to planning horizon start and end after period roll.'
      ]
    }
    Component DateSelectorStartHorizon
    {
      #keys: '[144528.6.146166313]'
      BaseType: 'WebDateSelector'
      Properties:
      [
        DataBinding: 'MacroPlan.GlobalParameters_MP.StartOfKPIHorizon'
        DateFormat: 'DMMY'
        Label: 'Start'
        Taborder: 1
      ]
    }
    Component DateSelectorEndHorizon
    {
      #keys: '[144528.6.146166432]'
      BaseType: 'WebDateSelector'
      Properties:
      [
        DataBinding: 'MacroPlan.GlobalParameters_MP.EndOfKPIHorizon'
        DateFormat: 'DMMY'
        Label: 'End'
        Taborder: 2
      ]
    }
  ]
  Properties:
  [
    Taborder: 0
  ]
}