lazhen
2024-11-11 43790f1fe5b8ee434a342c34eade9304e0dd6c12
1
2
3
4
5
6
7
8
9
10
Quintiq file version 2.0
#parent: #root
FunctionOverride CalcNumberOfViolation
{
  TextBody:
  [*
    nrofviolation := sum( this, InvalidStockingPointInPeriod, inv, inv.SanityCheckStockingPointCapacityTotalViolationCount() )  
    this.NumberOfViolation( nrofviolation );
  *]
}