haorenhui
2023-10-30 6d6cc10d9e8e242661da7fd655dec155a09d676c
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
Quintiq file version 2.0
#root
#parent: LibMacroPlannerWebUI
OrphanComponent FormActualInventoryChart
{
  #keys: '[139394.1.1047209704]'
  Accessibility: 'Extensible'
  BaseType: 'WebForm'
  Children:
  [
    #child: ChartActualInventoryChart
    Component DataHolderActualInventoryChart
    {
      #keys: '[139394.1.1047197208]'
      BaseType: 'WebDataHolder'
      Databinding: 'structured[ProductInStockingPointInPeriod]*'
      Children:
      [
        Component DataExtractorPISPIPsFromPISPs
        {
          #keys: '[139394.1.1047197262]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'structured[Period_MP]'
            Source: 'ApplicationMacroPlanner.DataHolderPeriods'
            Taborder: 0
            Transformation: 'Elements.ProductInStockingPointInPeriod'
          ]
        }
        Component DataExtractorPISPIPsFromPeriods
        {
          #keys: '[139394.1.1047216094]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'structured[ProductInStockingPoint_MP]'
            Source: 'ApplicationMacroPlanner.DataHolderPISP'
            Taborder: 1
            Transformation: 'Elements.ProductInStockingPointInPeriod'
          ]
        }
      ]
      Properties:
      [
        Taborder: 0
      ]
    }
  ]
  Properties:
  [
    Image: 'CUBES'
    Title: 'Actual Inventories'
  ]
}