Index: vhUnitTest/APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/AantalRollenOptiesGenerator/GenereerOptiesVoorToelevering/Test.cls.xml
===================================================================
diff -u
--- vhUnitTest/APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/AantalRollenOptiesGenerator/GenereerOptiesVoorToelevering/Test.cls.xml (revision 0)
+++ vhUnitTest/APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/AantalRollenOptiesGenerator/GenereerOptiesVoorToelevering/Test.cls.xml (revision 71897)
@@ -0,0 +1,198 @@
+
+
+
+vhUnitTest.APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.OptieGenerator.Base
+
+
+%String
+Dummy Parent Item
+
+
+
+%String
+Dummy HF Item1
+
+
+
+%String
+Dummy HF Item2
+
+
+
+%String
+150000
+
+
+
+%String
+150001
+
+
+
+
+
+
+
+
+
+
+
+LbxKenmerken:DOM.PM.Maatwerk.Calc.Common.impl.LBXKenmerken
+1
+vhTest.Mock.DOM.PM.LBXProduct.LBXLade
+
+
+
+
+ProductId:%String,Aantal:%Integer
+1
+vhTest.Mock.DOM.AKP.ProductToeleveringLijn
+
+
+
+
+ProductToeleveringLijn...:vhTest.Mock.DOM.AKP.ProductToeleveringLijn
+1
+vhTest.Mock.DOM.AKP.Toelevering
+
+
+
+
+HalffabNaam:%String,ProductId:%String
+1
+vhTest.Mock.DOM.PM.Maatwerk.Calc.HF.Halffab
+
+
+
+
+Rolnaam:%String,Aantal:%Integer=1,ParentItem:DOM.PM.Maatwerk.Calc.HF.IHalffabItem="",Halffab:DOM.PM.Maatwerk.Calc.HF.Halffab=""
+vhTest.Mock.DOM.PM.Maatwerk.Calc.HF.StandaardHalffabItem
+
+
+
+
+Rolnaam:%String
+vhTest.Mock.DOM.PM.Maatwerk.Calc.HF.StandaardHalffabItem
+
+
+
+
+
+
Index: APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/BatchNaarObjectiveDataGenerator.cls.xml
===================================================================
diff -u -r71896 -r71897
--- APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/BatchNaarObjectiveDataGenerator.cls.xml (.../BatchNaarObjectiveDataGenerator.cls.xml) (revision 71896)
+++ APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/BatchNaarObjectiveDataGenerator.cls.xml (.../BatchNaarObjectiveDataGenerator.cls.xml) (revision 71897)
@@ -88,7 +88,7 @@
Set Opties = ##class(%ListOfObjects).%New()
Do ##class(TECH.ListUtils).AppendList(Opties, ..AlgemeneInfoOptiesGenerator.GenereerAlgemeneOptiesVoorToelevering(Toelevering))
- Do ##class(TECH.ListUtils).AppendList(Opties, ..AantalRollenOptiesGenerator.GenereerOptiesVoorLade(Toelevering))
+ Do ##class(TECH.ListUtils).AppendList(Opties, ..AantalRollenOptiesGenerator.GenerereerOptiesToelevering(Toelevering))
Quit Opties
]]>
@@ -101,7 +101,7 @@
Set Opties = ##class(%ListOfObjects).%New()
Do ##class(TECH.ListUtils).AppendList(Opties, ..AlgemeneInfoOptiesGenerator.GenereerAlgemeneOptiesVoorBatch(Batch))
- Do ##class(TECH.ListUtils).AppendList(Opties, ..AantalRollenOptiesGenerator.GenerereerOptiesAantallenPerRolVoorBatch(Batch))
+ Do ##class(TECH.ListUtils).AppendList(Opties, ..AantalRollenOptiesGenerator.GenerereerOptiesVoorBatch(Batch))
Quit Opties
]]>
Index: APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/AantalRollenOptiesGenerator.cls.xml
===================================================================
diff -u -r71896 -r71897
--- APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/AantalRollenOptiesGenerator.cls.xml (.../AantalRollenOptiesGenerator.cls.xml) (revision 71896)
+++ APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/AantalRollenOptiesGenerator.cls.xml (.../AantalRollenOptiesGenerator.cls.xml) (revision 71897)
@@ -21,7 +21,7 @@
]]>
-
+
Batch:APPS.Halux.common.Batch
%ListOfObjects
-
+
Toelevering:DOM.AKP.Toelevering
%ListOfObjects