Index: APPS/common/KlantKost/impl/KostCalculator.cls.xml =================================================================== diff -u -r1384 -r1423 --- APPS/common/KlantKost/impl/KostCalculator.cls.xml (.../KostCalculator.cls.xml) (revision 1384) +++ APPS/common/KlantKost/impl/KostCalculator.cls.xml (.../KostCalculator.cls.xml) (revision 1423) @@ -11,7 +11,9 @@ Implementatie van de calculaties zal geval per geaval verschillen. In het eenvoudigste geval kan een SQL-statement volstaan. - + + +; [Review WV JBL KPIanalyse ] Meerdere spellingsfouten in bovenstaande comments :-P 1 %RegisteredObject 0 Index: APPS/common/KlantKost/impl/KlantKostService.cls.xml =================================================================== diff -u -r1384 -r1423 --- APPS/common/KlantKost/impl/KlantKostService.cls.xml (.../KlantKostService.cls.xml) (revision 1384) +++ APPS/common/KlantKost/impl/KlantKostService.cls.xml (.../KlantKostService.cls.xml) (revision 1423) @@ -26,7 +26,7 @@ elke nacht (na backup) moeten de klantkosten van de voorbije kalendermaand herberekend worden %Status SQL : ... WHERE ID = :FactorNaam + ; + ;Set FactorNaam=..GeefUTFactorNaam() + &SQL( DELETE FROM APPS_common_KlantKost_impl_data.Factor WHERE ID = "UnitTestFactor") @@ -67,6 +72,8 @@ Set FactorWaarde = MeervoudigeFactor.ZoekFactorWaarde("f2",$h-1) Do $$$AssertEquals(FactorWaarde,0.2,"Factorwaarde voor specifiek item 'f2' is correct op datum "_($h-1)) + + ; [Review WV JBL KPIanalyse ] Heb er geen idee van, maar ik vroeg me af of het zinvol is van onbestaande F's op te roepen --> error of leeg resultaat ? ]]> Index: APPS/common/KlantKost/impl/data/BezoekKostItem.cls.xml =================================================================== diff -u -r1384 -r1423 --- APPS/common/KlantKost/impl/data/BezoekKostItem.cls.xml (.../BezoekKostItem.cls.xml) (revision 1384) +++ APPS/common/KlantKost/impl/data/BezoekKostItem.cls.xml (.../BezoekKostItem.cls.xml) (revision 1423) @@ -25,6 +25,7 @@ Set ..KostType = ##class(APPS.common.KlantKost.enu.KostType).Bezoek() Set ..Kost = Kost Set ..BezoekID = BezoekID + ; [Review WV JBL KPIanalyse ] Best nu reeds ##super(...) oproepen, ook al is die nog niet nodig. Quit $$$OK ]]>