Index: APPS/Halux/common/enu/ProductieLijn.cls.xml =================================================================== diff -u -r33945 -r34006 --- APPS/Halux/common/enu/ProductieLijn.cls.xml (.../ProductieLijn.cls.xml) (revision 33945) +++ APPS/Halux/common/enu/ProductieLijn.cls.xml (.../ProductieLijn.cls.xml) (revision 34006) @@ -6,11 +6,11 @@ %EnumString -,1,2,3,4,5,A,B +,1,2,3,4,A,B -,Lijn 1,Lijn 2,Lijn 3,Lijn 4,Lijn 5,Lijn A,Lijn B +,Lijn 1,Lijn 2,Lijn 3,Lijn 4,Lijn A,Lijn B @@ -41,13 +41,6 @@ ]]> - -1 -APPS.Halux.common.enu.ProductieLijn - - - 1 APPS.Halux.common.enu.ProductieLijn Index: APPS/Halux/Planning/impl/BatchService.cls.xml =================================================================== diff -u -r34000 -r34006 --- APPS/Halux/Planning/impl/BatchService.cls.xml (.../BatchService.cls.xml) (revision 34000) +++ APPS/Halux/Planning/impl/BatchService.cls.xml (.../BatchService.cls.xml) (revision 34006) @@ -284,7 +284,6 @@ do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Twee()) do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Drie()) do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Vier()) - do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Vijf()) do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).A()) do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).B()) } else{ Index: vhDeploy/Maatwerk/LBX/AansturingIncrementeel.cls.xml =================================================================== diff -u -r32025 -r34006 --- vhDeploy/Maatwerk/LBX/AansturingIncrementeel.cls.xml (.../AansturingIncrementeel.cls.xml) (revision 32025) +++ vhDeploy/Maatwerk/LBX/AansturingIncrementeel.cls.xml (.../AansturingIncrementeel.cls.xml) (revision 34006) @@ -56,9 +56,6 @@ #dim DetailbladActieID As %String = ..MaakOfGeefActiviteitID(ActiviteitGroepProductie, "LBX.ProductieVoorbereidingDetailBlad") Do ..MaakOfVervangAansturingActie(Categorie, ActiviteitGroepProductie, DetailbladActieID, "Productiedetailblad", ..#IsNietMogelijkZonderBatch) - #dim ZaagetikettenActieID As %String = ..MaakOfGeefActiviteitID(ActiviteitGroepProductie, "LBX.ProductieVoorbereidingZaag") - Do ..MaakOfVervangAansturingActie(Categorie, ActiviteitGroepProductie, ZaagetikettenActieID, "Zaagetiketten", ..#IsNietMogelijkZonderBatch, "LBXProductieZaagEtiket", ##class(APPS.Halux.common.enu.ProductieLijn).Vijf()) - Do ..VerwijderAansturingActie(Categorie, ActiviteitGroepProductie, "LBX-Detailblad") ]]> Index: vhUnitTest/APPS/Halux/Planning/impl/BatchService/GeefProductLijnNamen/Test.cls.xml =================================================================== diff -u -r34000 -r34006 --- vhUnitTest/APPS/Halux/Planning/impl/BatchService/GeefProductLijnNamen/Test.cls.xml (.../Test.cls.xml) (revision 34000) +++ vhUnitTest/APPS/Halux/Planning/impl/BatchService/GeefProductLijnNamen/Test.cls.xml (.../Test.cls.xml) (revision 34006) @@ -13,7 +13,6 @@ Do $$$AssertInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).Twee()) Do $$$AssertNotInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).Drie()) Do $$$AssertInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).Vier()) - Do $$$AssertNotInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).Vijf()) Do $$$AssertInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).A()) Do $$$AssertNotInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).B()) ]]> @@ -29,7 +28,6 @@ Do $$$AssertInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).Twee()) Do $$$AssertInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).Drie()) Do $$$AssertNotInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).Vier()) - Do $$$AssertNotInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).Vijf()) Do $$$AssertNotInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).A()) Do $$$AssertNotInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).B()) ]]> @@ -45,7 +43,6 @@ Do $$$AssertInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).Twee()) Do $$$AssertInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).Drie()) Do $$$AssertInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).Vier()) - Do $$$AssertInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).Vijf()) Do $$$AssertInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).A()) Do $$$AssertInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).B()) ]]> @@ -61,7 +58,6 @@ Do $$$AssertNotInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).Twee()) Do $$$AssertNotInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).Drie()) Do $$$AssertNotInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).Vier()) - Do $$$AssertNotInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).Vijf()) Do $$$AssertNotInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).A()) Do $$$AssertNotInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).B()) ]]> FishEye: Tag 34006 refers to a dead (removed) revision in file `vhTest/Integratie/Productie/Planning/ActieveBatches/Legrabox/Aansturing/Test002Lijn5.cls.xml'. FishEye: No comparison available. Pass `N' to diff? Index: vhDeploy/Maatwerk/TAOR/AansturingIncrementeel.cls.xml =================================================================== diff -u -r32927 -r34006 --- vhDeploy/Maatwerk/TAOR/AansturingIncrementeel.cls.xml (.../AansturingIncrementeel.cls.xml) (revision 32927) +++ vhDeploy/Maatwerk/TAOR/AansturingIncrementeel.cls.xml (.../AansturingIncrementeel.cls.xml) (revision 34006) @@ -62,6 +62,7 @@ Do ..MaakOfVervangAansturingActie(Categorie, ActiviteitGroepProductie, VerpakkingActieID, "Inhoud pallet", ..#IsNietMogelijkZonderBatch,"TAOR.PalletInhoud") ; 14.06.2014 : tijdelijke tryout stuff - als je dit tegenkomt na 01.07.2015 trek maar aan de oren van JCL + ; 25.04.2016 : TVE heeft publiekelijk aan de oren getrokken van JCL Do ##class(APPS.Halux.PPS.impl.AansturingActieVoorInformatieIDs).%DeleteExtent() Do ##class(APPS.Halux.PPS.impl.AansturingActieVoorInformatieIDs).MaakActie(Categorie,"Opdeelzaag machine data",0,999,ActiviteitGroepProductie,"Dummy","TAOR.*.Opdeelzaag","") Do ##class(APPS.Halux.PPS.impl.AansturingActieVoorInformatieIDs).MaakActie(Categorie,"Kantenband machine data",0,98,ActiviteitGroepProductie,"Dummy","TAOR.*.Kantenband","")