| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 | | Quintiq file version 2.0 |  | #parent: #root |  | Constraint IsPlannedGreaterThanMinimumCapacity |  | { |  |   #keys: '2[11518.0.104809209][106810.1.74858173]' |  |   ConstraintCondition: |  |   [* |  |     value := this.GetIsPlannedGreaterThanMinimumCapacity(); |  |      |  |     return value; |  |   *] |  |   ConstraintKind: 'Soft' |  |   ConstraintText: '@Translations::MP_UnitPeriodQuanityBase_ViolateIsPlannedGreaterThanMinimumCapacity( this, this.MacroPlan().GlobalParameters_MP().NumberOfDecimals() )@' |  |   Description: 'Smiles when more than the minimum capacity is planned in a certain period' |  |   Priority: 1 |  | } | 
 |