Index: BL/PPS/TBX/DocsV1.cls.xml =================================================================== diff -u -r59445 -r59478 --- BL/PPS/TBX/DocsV1.cls.xml (.../DocsV1.cls.xml) (revision 59445) +++ BL/PPS/TBX/DocsV1.cls.xml (.../DocsV1.cls.xml) (revision 59478) @@ -1181,7 +1181,7 @@ #dim OvereenkomstigeMatGevonden As %Boolean = $$$False #dim Batch As APPS.Halux.common.Batch = ##class(APPS.ApplicatieContext).Instance().GeefProductieAPI().GeefBatchService().GeefBatch(Mat.BatchID) - if $$$Not(Batch.GeefProductieGroep() = ##class(APPS.Halux.common.enu.ProductieGroep).FlatpackV1()){ + if $$$Not(Batch.GeefProductieGroep() = ##class(APPS.Halux.common.enu.ProductieGroep).Stuk()){ while (SamengesteldeLijstIterator.HasNext() & $$$Not(OvereenkomstigeMatGevonden)){ @@ -1210,7 +1210,12 @@ set Afdrukker = ##class(APPS.Halux.PPS.Document.impl.GekoppeldeIK.Matten).%New() - do:UitvoeringInfoLijst.Count() Afdrukker.VerwerkUitvoeringInfoLijst(SamengesteldeLijst,ActiviteitParameters) + if $$$Not(Batch.GeefProductieGroep() = ##class(APPS.Halux.common.enu.ProductieGroep).Stuk()){ + do:SamengesteldeLijst.Count() Afdrukker.VerwerkUitvoeringInfoLijst(SamengesteldeLijst,ActiviteitParameters) + } + else { + do:UitvoeringInfoLijst.Count() Afdrukker.VerwerkUitvoeringInfoLijst(UitvoeringInfoLijst,ActiviteitParameters) + } Quit MatCnt ]]> @@ -1259,7 +1264,7 @@ set MattenUitvoeringInfo.ProductID = TBXQueue.ProductGetObjectId() set MattenUitvoeringInfo.ToeleveringID = TBXQueue.TOENr #dim Batch As APPS.Halux.common.Batch = ##class(APPS.ApplicatieContext).Instance().GeefProductieAPI().GeefBatchService().GeefBatch(..BatchID) - if $$$Not(Batch.GeefProductieGroep() = ##class(APPS.Halux.common.enu.ProductieGroep).FlatpackV1()){ + if $$$Not(Batch.GeefProductieGroep() = ##class(APPS.Halux.common.enu.ProductieGroep).Stuk()){ set MattenUitvoeringInfo.ToeDos = $extract(TBXQueue.TOENr,3,6) } else { Index: APPS/Halux/PPS/Activiteit/impl/WerklijstItemsUitvoerder.cls.xml =================================================================== diff -u -r33128 -r59478 --- APPS/Halux/PPS/Activiteit/impl/WerklijstItemsUitvoerder.cls.xml (.../WerklijstItemsUitvoerder.cls.xml) (revision 33128) +++ APPS/Halux/PPS/Activiteit/impl/WerklijstItemsUitvoerder.cls.xml (.../WerklijstItemsUitvoerder.cls.xml) (revision 59478) @@ -35,17 +35,19 @@ + MatLijst()]]> UitvoeringInfoLijstPerInformatieID:%ArrayOfObjects,Activiteit:APPS.Halux.PPS.Activiteit.Activiteit,VerwerkerParameter:%CacheString="" 1 APPS.Halux.PPS.dto.UitvoeringResultaat WV samen met JCL nakijken om dit aan te passen? ]]> +Dus deze impl werkt nog niet via de WerklijstItemMaker.MaakWerklijstItem() --> WV samen met JCL nakijken om dit aan te passen? +Door deze methode wordt gelopen als een mattenlijst gegenereerd wordt voor LBX EN TAX lades, niet voor TBX]]> Item:APPS.Halux.common.ProductieSequentieItem Info:APPS.Halux.PPS.Activiteit.impl.common.dto.MattenUitvoeringInfo,MatHalffabItem:DOM.PM.Maatwerk.Calc.HF.BewerktHalffabItem,MatIK:DOM.PM.Maatwerk.Calc.Common.impl.MATKenmerken 1 + +Enkel LGX en TAX gebruiken deze method, niet TBX Item:APPS.Halux.common.ProductieSequentieItem,Product:DOM.PM.MaatwerkProduct 1 %String -