yanweiyuan3
2023-08-09 588bc7829387dfc761cc25f06f77d4c81818bd10
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
Quintiq file version 2.0
#parent: #root
TypeDataInterface StockingPoint_MP
{
  TypeKey: '[11660.0.459357701]'
  ImageDataMember ImgGanttChartSeverity
  {
    #keys: '1[136682.2.803473221]'
    Description: 'Display image base on severity'
    ImageSpecifications:
    [
      ImageDataMemberImageSpecification
      {
        Description: 'Is bottleneck'
        Image: 'NAV_PLAIN_YELLOW'
        Quill: 'object.IsBottleneck() and not exists( object, StockingPointInPeriod, spip, spip.HasConstraintViolations())'
        Value: 'IsBottleneck'
      }
      ImageDataMemberImageSpecification
      {
        Description: 'Has constraint violation'
        Image: 'CONSTRAINTVIOLATIONS'
        Quill: 'exists( object, StockingPointInPeriod, spip, true, spip.HasConstraintViolations())'
        Value: 'HasConstraintViolation'
      }
    ]
  }
  ImageDataMember ImgIsBottleneck
  {
    #keys: '1[124808.0.1119115732]'
    ImageSpecifications:
    [
      ImageDataMemberImageSpecification
      {
        Description: 'Bottleneck'
        Image: 'PAWN_GLASS_YELLOW'
        Quill: 'object.IsBottleneck()'
        Value: 'Bottleneck'
      }
    ]
  }
  ImageDataMember ImgIsPlannedInfinite
  {
    #keys: '1[108486.1.2135863404]'
    ImageSpecifications:
    [
      ImageDataMemberImageSpecification
      {
        Description: 'Stocking point is planned against infinite capacity'
        Image: 'CLOCK_REFRESH'
        Quill: 'object.IsPlannedInfinite()'
        Value: 'IsPlannedInfinite'
      }
    ]
  }
}