Index: vhTest/Fake/DOM/PM/impl/DataM/DataMProduct.cls.xml
===================================================================
diff -u -r45986 -r45987
--- vhTest/Fake/DOM/PM/impl/DataM/DataMProduct.cls.xml (.../DataMProduct.cls.xml) (revision 45986)
+++ vhTest/Fake/DOM/PM/impl/DataM/DataMProduct.cls.xml (.../DataMProduct.cls.xml) (revision 45987)
@@ -19,12 +19,23 @@
]]>
+
+
+
+
BarcodeWaarde:%String
+
+MinimumBestelhoeveelheid:%Integer
+
+
+
CifPerc:%Numeric
Index: vhTest/Mock/DOM/PM/impl/DataM/DataMProduct.cls.xml
===================================================================
diff -u -r45986 -r45987
--- vhTest/Mock/DOM/PM/impl/DataM/DataMProduct.cls.xml (.../DataMProduct.cls.xml) (revision 45986)
+++ vhTest/Mock/DOM/PM/impl/DataM/DataMProduct.cls.xml (.../DataMProduct.cls.xml) (revision 45987)
@@ -243,6 +243,11 @@
]]>
+
+
+
+
TECH.Iterator
+
+MinimumBestelhoeveelheid:%Integer
+
+
+
PalletAantal:%Integer
+
+
+
+
IdentNr:%String
+
+MinimumBestelhoeveelheid:%Integer
+
+
+
1
%String
Index: vhUnitTest/DOM/PM/impl/DataM/DataMProduct/Test.cls.xml
===================================================================
diff -u -r45986 -r45987
--- vhUnitTest/DOM/PM/impl/DataM/DataMProduct/Test.cls.xml (.../Test.cls.xml) (revision 45986)
+++ vhUnitTest/DOM/PM/impl/DataM/DataMProduct/Test.cls.xml (.../Test.cls.xml) (revision 45987)
@@ -57,7 +57,9 @@
Do Product.ZetCifPPL("7.6")
Do Product.ZetCifPercentage("5.4")
Do Product.ZetBarcodeWaarde("B4rc0dewaarde")
+ Do Product.ZetMinimumBestelhoeveelheid("5")
+ Do $$$AssertEquals(Product.GeefMinimumBestelhoeveelheid(),"5")
Do $$$AssertEquals(Product.GeefBarcodeWaarde(),"B4rc0dewaarde")
Do $$$AssertEquals(Product.GeefCifPercentage(),"5.4")
Do $$$AssertEquals(Product.GeefCifPPL(),"7.6")
Index: DOM/PM/Product.cls.xml
===================================================================
diff -u -r45986 -r45987
--- DOM/PM/Product.cls.xml (.../Product.cls.xml) (revision 45986)
+++ DOM/PM/Product.cls.xml (.../Product.cls.xml) (revision 45987)
@@ -361,6 +361,11 @@
%String
+
+1
+%Integer
+
+
1
AnderProductID:%String
@@ -457,6 +462,11 @@
BarcodeWaarde:%String
+
+1
+MinimumBestelhoeveelheid:%Integer
+
+
1
Index: DOM/PM/impl/ProductImpl.cls.xml
===================================================================
diff -u -r45986 -r45987
--- DOM/PM/impl/ProductImpl.cls.xml (.../ProductImpl.cls.xml) (revision 45986)
+++ DOM/PM/impl/ProductImpl.cls.xml (.../ProductImpl.cls.xml) (revision 45987)
@@ -584,6 +584,12 @@
]]>
+
+%Integer
+
+
+
IdentNr:%String
+
+
+MinimumBestelhoeveelheid:%Integer
+
+
Index: vhTest/Mock/DOM/PM/Product.cls.xml
===================================================================
diff -u -r45986 -r45987
--- vhTest/Mock/DOM/PM/Product.cls.xml (.../Product.cls.xml) (revision 45986)
+++ vhTest/Mock/DOM/PM/Product.cls.xml (.../Product.cls.xml) (revision 45987)
@@ -261,6 +261,12 @@
]]>
+
+%Integer
+
+
+
TECH.Iterator
+
+MinimumBestelhoeveelheid:%Integer
+
+
+
PalletAantal:%Integer
+
+
+
+