Index: AXimpl/Admin/DOM/PM/BouwsteenConverter.cls.xml =================================================================== diff -u -r45156 -r56788 --- AXimpl/Admin/DOM/PM/BouwsteenConverter.cls.xml (.../BouwsteenConverter.cls.xml) (revision 45156) +++ AXimpl/Admin/DOM/PM/BouwsteenConverter.cls.xml (.../BouwsteenConverter.cls.xml) (revision 56788) @@ -3,6 +3,30 @@ TECH.Mockable + +DOM.PM.ProductAPI +1 + + + +AXimpl.Admin.DOM.PM.BouwsteenConverter.AantalBeperker +1 + + + +ProductApi:DOM.PM.ProductAPI="",AantalBeperker:AXimpl.Admin.DOM.PM.BouwsteenConverter.AantalBeperker="" +1 +1 +%Status +1 + + + ProductBouwsteen:DOM.PM.Bouwstenen.Bouwsteen,Id:%Integer,ParentId:%Integer="" AXimpl.Admin.DOM.PM.Bouwsteen @@ -12,12 +36,66 @@ Set Bouwsteen.Id = Id Set Bouwsteen.IdentNummer = ProductBouwsteen.KindProduct.IdentNummer Set Bouwsteen.ProductId = ProductBouwsteen.KindProduct.ProductNr - Set Bouwsteen.Aantal = ProductBouwsteen.Aantal + Set Bouwsteen.Aantal = ..GeefAantal(ProductBouwsteen) + Set Bouwsteen.UitvalPercentage = ..GeefUitvalPercentage(ProductBouwsteen) Set Bouwsteen.ParentId = ParentId + Set Bouwsteen.IsMeeTeRekenenVoorVoorraad = ..IsMeeTeRekenenVoorVoorraad(ProductBouwsteen) Quit Bouwsteen ]]> + + +ProductBouwsteen:DOM.PM.Bouwstenen.Bouwsteen +1 +%Boolean + + + + +ProductBouwsteen:DOM.PM.Bouwstenen.Bouwsteen +1 +%Decimal + + + + +ProductBouwsteen:DOM.PM.Bouwstenen.Bouwsteen +1 +%Decimal + +