Kevin Kok Khah Whey
2023-11-07 5ae534ab606e6f2ba5ea60914224d665b0447d5a
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
Quintiq file version 2.0
Component PanelAdvancedContent
{
  #keys: '[137862.0.58397569]'
  BaseType: 'WebPanel'
  Children:
  [
    Component RadioButtonGroupSmartPlanDirection
    {
      #keys: '[137862.0.58397634]'
      BaseType: 'WebRadioButtonGroup'
      Properties:
      [
        ButtonLabels: 'Upstream;Downstream;Middle-out'
        ButtonValues: 'upstream;downstream;middle-out'
        Taborder: 0
        Title: 'Smart plan direction'
        Tooltip: '<HTML>- An upstream smart plan run will consider all processes and stocking points that are upstream of the selection. <br> &nbsp; &nbsp;In other words, the smart plan will pull the products through the supply chain down to the selected stocking points. <br>- A downstream smart plan run will consider all processes and stocking points that are downstream of the selection. <br> &nbsp; &nbsp;In other words, the smart plan will push the products through the supply chain starting from the selected stocking points.<br>- A middle-out smart plan run will call both an upstream smart plan run and a downstream smart plan run from the selected product in stocking points.</HTML>'
      ]
    }
    Component CheckboxOnlyPlanOneStepUpstream
    {
      #keys: '[137862.0.58410679]'
      BaseType: 'WebCheckbox'
      Properties:
      [
        Enabled: false
        EnabledFeedback: 'Planning one step upstream is only relevant when the smart plan direction is upstream'
        Label: 'Only plan one step upstream'
        ShowPadding: false
        Taborder: 2
        Tooltip: 'When checked, smart plan will only plan one routing/lane upstream from the selected stockingpoint. <br>When unchecked, it will consider the complete upstream supply chain from this stocking point.'
      ]
    }
    #child: PanelSelectUnit
  ]
  Properties:
  [
    Taborder: 0
  ]
}