| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 | | Quintiq file version 2.0 |  | #parent: #root |  | Constraint IsWithinSecondaryLotSize |  | { |  |   #keys: '2[124504.0.323605736][124504.0.323605737]' |  |   ConstraintCondition: |  |   [* |  |     value := this.GetIsWithinSecondaryLotSize(); |  |      |  |     return value; |  |   *] |  |   ConstraintKind: 'Soft' |  |   ConstraintText: '@Translations:: MP_Trip_ViolateIsWithinSecondaryLotSize( this, this.MacroPlan().GlobalParameters_MP().NumberOfDecimals() ) @' |  |   Description: 'Check if the trip is within secondary lotsize (trip size), applicable to QuantityBaseTransportation' |  | } | 
 |