yypsybs
2023-09-09 3cb5a54def670d97301f07170fcaad213bfc54f2
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
Quintiq file version 2.0
#root
#parent: LibMacroPlannerTCUI
OrphanComponent FormDashBoardInventoryOptimization
{
  #keys: '[122872.2.204112998]'
  BaseType: 'Form'
  EditSecurity: 'SafetyStockCalculation'
  ViewSecurity: 'InventorySpecifications'
  GBLayout
  {
    Type: 'internal[GBLayoutDefinition]'
    Columns:
    [
      GBFlow.Column { grow: 0 id: 291 parent: 0 }
      GBFlow.Column { grow: 0 id: 685 parent: 0 }
      GBFlow.Column { grow: 0 id: 193 parent: 0 }
      GBFlow.Column { grow: 128 id: 435 parent: 0 }
    ]
    Elements:
    [
      GBElement
      {
        Component => ButtonUpdateExpectedKPIs
        Position { startcolumn: 291 startrow: 110 endcolumn: 291 endrow: 110 }
      }
      GBElement
      {
        Component => Dashboard
        Position { startcolumn: 291 startrow: 615 endcolumn: 435 endrow: 615 }
      }
      GBElement
      {
        Component => ButtonStopInventoryOptimization
        Position { startcolumn: 685 startrow: 110 endcolumn: 685 endrow: 110 }
      }
      GBElement
      {
        Component => Label381
        Position { startcolumn: 193 startrow: 110 endcolumn: 193 endrow: 110 }
      }
    ]
    Gaps: [ left: 0 right: 0 top: 0 bottom: 0 inner: 5 ]
    Rows:
    [
      GBFlow.Row { grow: 0 id: 110 parent: 0 }
      GBFlow.Row { grow: 128 id: 615 parent: 0 }
    ]
  }
  Children:
  [
    #child: Dashboard
    Component ButtonUpdateExpectedKPIs
    {
      #keys: '[122872.2.204113654]'
      BaseType: 'Button'
      EditSecurity: 'SafetyStockCalculation'
      Properties:
      [
        Image: 'CHRYSTAL_BALL'
        Text: 'Evaluate'
        Tooltip: 'Evaluates the expected KPIs given the current target inventories and the uncertainty'
      ]
    }
    Component ButtonStopInventoryOptimization
    {
      #keys: '[138670.0.283619193]'
      BaseType: 'Button'
      EditSecurity: 'SafetyStockCalculation'
      Properties:
      [
        Image: 'MEDIA_STOP_RED'
        Tooltip: 'Stop the current inventory evaluation run'
      ]
    }
    Component Label381
    {
      #keys: '[144528.0.1404475049]'
      BaseType: 'Label'
      Properties:
      [
        BackgroundColor: 'Red'
        Text: 'Deprecated form, hide from front-end app. Remove in future if confirm not needed.'
        TextColor: 'Yellow'
      ]
    }
  ]
  Properties:
  [
    Height: 350
    HighlightRuleGroup: 'None'
    Image: 'GAUGE'
    IncludeInView: true
    InitialPlacement: 'workspace'
    Title: 'Expected KPIs dashboard'
    Width: 643
    ModeledStringList ChildOrdering
    {
      c: ButtonUpdateExpectedKPIs
      c: ButtonStopInventoryOptimization
      c: Dashboard
      c: Label381
    }
  ]
}