| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 | | Quintiq file version 2.0 |  | #parent: #root |  | Constraint IsPlannedGreaterThanMinimumQuantity |  | { |  |   #keys: '2[122892.0.720412721][122892.0.720412725]' |  |   ConstraintCondition: |  |   [* |  |     value := this.GetIsPlannedGreaterThanMinimumQuantity(); |  |      |  |     return value; |  |   *] |  |   ConstraintKind: 'Soft' |  |   ConstraintText: '@Translations::MP_UnitPeriodTransport_ViolateIsPlannedGreaterThanMinimumQuantity( this, this.MacroPlan().GlobalParameters_MP().NumberOfDecimals() )@' |  |   Description: 'Returns true when the used quantity is more than total minimum quantity in unit period transport.' |  | } | 
 |