admin
2025-01-22 7e31442f0e9b07764e9c6a9680d3d4aeba5fe1de
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
Quintiq file version 2.0
#root
#parent: LibMacroPlannerWebUI
OrphanComponent FormRoutings
{
  #keys: '[139394.0.1273010757]'
  Accessibility: 'Extensible'
  BaseType: 'WebForm'
  Children:
  [
    #child: ListRoutings
    Component DataHolderFilteredRoutings
    {
      #keys: '[158636.0.128611806]'
      BaseType: 'WebDataHolder'
      Databinding: 'structured[Routing]*'
      Children:
      [
        Component DataExtractorRoutingsFromNavigation
        {
          #keys: '[158636.0.128611826]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'structured[Routing]'
            Source: 'DataHolderRoutingsFromNavigationSelection'
            Taborder: 0
          ]
        }
        Component DataExtractorRoutingsWithMissingInformation
        {
          #keys: '[158636.0.169884216]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'MacroPlan'
            FixedFilter: 'not object.HasInputOrOutput() and not object.HasStep()'
            Source: 'ApplicationMacroPlanner.DataHolderMacroPlanner'
            Taborder: 1
            Transformation: 'Routing'
          ]
        }
      ]
      Properties:
      [
        Description: 'Combined result of navigation filter and new/incomplete routings.'
        MergeStyle: 'Union'
        Taborder: 1
      ]
    }
    Component DataHolderRoutingsFromNavigationSelection
    {
      #keys: '[158636.0.182609048]'
      BaseType: 'WebDataHolder'
      Databinding: 'structured[Routing]*'
      Children:
      [
        Component DataExtractorRoutingsFromUnitsNavigationSelection
        {
          #keys: '[158636.0.182609049]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'structured[Routing]'
            Source: 'DataHolderRoutingsFromUnits'
            Taborder: 0
          ]
        }
        Component DataExtractorRoutingsFromProductsNavigationSelection
        {
          #keys: '[158636.0.182609050]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'structured[Routing]'
            Source: 'DataHolderRoutingsFromProducts'
            Taborder: 1
          ]
        }
        Component DataExtractorRoutingsFromMacroplan
        {
          #keys: '[158636.0.182609051]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'MacroPlan'
            Source: 'ApplicationMacroPlanner.DataHolderMacroPlanner'
            Taborder: 2
            Transformation: 'Routing'
          ]
        }
      ]
      Properties:
      [
        Description: 'Contains combined data from units and products selected in the navigation pane. If both selections are empty then we show all the routings.'
        Taborder: 2
      ]
    }
    Component DataHolderRoutingsFromProducts
    {
      #keys: '[158636.0.184542571]'
      BaseType: 'WebDataHolder'
      Databinding: 'structured[Routing]*'
      Children:
      [
        Component DataExtractorRoutingsFromProductsNavigation
        {
          #keys: '[158636.0.184542609]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'structured[Product_MP]'
            Source: 'ApplicationMacroPlanner.DataHolderProduct'
            Taborder: 0
            Transformation: 'Elements.ProductInStockingPoint_MP.ProcessInputOutput.astype(OperationInputOutput).Operation.RoutingStep.Routing'
          ]
        }
        Component DataExtractorRoutingsWithoutProducts
        {
          #keys: '[158636.0.184542646]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'MacroPlan'
            FixedFilter: 'not object.HasNonSystemInputOrOutput() or not object.HasInputOrOutput()'
            Source: 'MacroPlan'
            Taborder: 1
            Transformation: 'Routing'
          ]
        }
      ]
      Properties:
      [
        Description: "Combining Routings from Products, which are selected in the navigation, with the routings, which don't have products."
        MergeStyle: 'Union'
        Taborder: 3
      ]
    }
    Component DataHolderRoutingsFromUnits
    {
      #keys: '[158636.0.186361545]'
      BaseType: 'WebDataHolder'
      Databinding: 'structured[Routing]*'
      Children:
      [
        Component DataExtractorRoutingsFromUnitsNavigation
        {
          #keys: '[158636.0.186361557]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'structured[Unit]'
            Source: 'ApplicationMacroPlanner.DataHolderUnit'
            Taborder: 0
            Transformation: 'Elements.Operation.RoutingStep.Routing'
          ]
        }
        Component DataExtractorRoutingsWithoutUnits
        {
          #keys: '[158636.0.186361576]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'MacroPlan'
            Description: "Filter out the routings which don't have any steps or which don't have any operations"
            FixedFilter: 'not object.HasStep() or object.MaxNrOfOperations() = 0'
            Source: 'MacroPlan'
            Taborder: 1
            Transformation: 'Routing'
          ]
        }
      ]
      Properties:
      [
        Description: "Combining Routings from Units, which are selected in the navigation, with the routings, which don't have units."
        MergeStyle: 'Union'
        Taborder: 4
      ]
    }
  ]
  Properties:
  [
    Image: 'TRANSFORM'
    Title: 'Routings'
    UseExistingInstance: true
  ]
}