Index: APPS/Halux/Planning/impl/ResourceGebruikCalculator.cls.xml =================================================================== diff -u -r1296 -r1348 --- APPS/Halux/Planning/impl/ResourceGebruikCalculator.cls.xml (.../ResourceGebruikCalculator.cls.xml) (revision 1296) +++ APPS/Halux/Planning/impl/ResourceGebruikCalculator.cls.xml (.../ResourceGebruikCalculator.cls.xml) (revision 1348) @@ -125,8 +125,12 @@ } Set ProductInfo.Categorie = Categorie - If (ProductInfo.Categorie = ##class(APPS.Halux.Planning.enu.Categorie).Tandembox()) || (ProductInfo.Categorie = ##class(APPS.Halux.Planning.enu.Categorie).Kaderdeur()) + If (ProductInfo.Categorie = ##class(APPS.Halux.Planning.enu.Categorie).Onbepaald()) { + Do ##class(APPS.Halux.Planning.impl.OnbepaaldLogInfo).Log(ProductInfo.ProductCode,ProductInfo.ProductNummer) + } + ElseIf (ProductInfo.Categorie = ##class(APPS.Halux.Planning.enu.Categorie).Tandembox()) || (ProductInfo.Categorie = ##class(APPS.Halux.Planning.enu.Categorie).Kaderdeur()) + { Set ProductInfo.VerpakkingType = ProductLijn.GeefProduct().GeefVerpakking() } Index: APPS/Halux/Planning/impl/OnbepaaldLogInfo.cls.xml =================================================================== diff -u --- APPS/Halux/Planning/impl/OnbepaaldLogInfo.cls.xml (revision 0) +++ APPS/Halux/Planning/impl/OnbepaaldLogInfo.cls.xml (revision 1348) @@ -0,0 +1,74 @@ + + + +persistent +1 +TECH.ChangeInfo +0 + + +%String + + + +%Integer + + + +1 +1 +ProductNummer +1 + + + +1 +ProductCode:%String,ProductNummer:%Integer + + + + +%Library.CacheStorage +^APPS.Halux8A9.OnbepaaldLog634D +OnbepaaldLogInfoDefaultData +^APPS.Halux8A9.OnbepaaldLog634D +^APPS.Halux8A9.OnbepaaldLog634I +^APPS.Halux8A9.OnbepaaldLog634S + +listnode + + +%%CLASSNAME + + +AangemaaktDoor + + +AangemaaktOp + + +GewijzigdDoor + + +GewijzigdOp + + +ProductCode + + +ProductNummer + + + + +