Index: APPS/common/KlantKost/impl/AfhalingKostCalculator.cls.xml
===================================================================
diff -u -r1933 -r1937
--- APPS/common/KlantKost/impl/AfhalingKostCalculator.cls.xml (.../AfhalingKostCalculator.cls.xml) (revision 1933)
+++ APPS/common/KlantKost/impl/AfhalingKostCalculator.cls.xml (.../AfhalingKostCalculator.cls.xml) (revision 1937)
@@ -29,12 +29,12 @@
{
Set Klant = KlantIterator.Next()
Set KlantNr = Klant.GeefNummer()
+
Set ProformaIt = Klant.GeefProformasIterator(StartDatum, EindDatum)
Do ..BerekenAdressenPerDatum(ProformaIt)
Set FactuurIt = Klant.GeefFacturenIterator(StartDatum, EindDatum)
Do ..BerekenAdressenPerDatum(FactuurIt)
-
/// Voor deze klant, alle verschillende adressen per dag.
Set Datum = ""
Set Datum = $O(..DatumAdresAantal(Datum))
@@ -75,8 +75,7 @@
/// in code kan Proforma door Factuur vervangen worden als term, kunnen beide iterators binnenkomen.
While (Iterator.HasNext()) {
Set Proforma = Iterator.Next()
- Set ProformaNr = Proforma.GeefNr()
-
+ Set ProformaNr = Proforma.GeefNr()
/// alle bonnen overlopen van een proforma
Set BonIt = Proforma.GeefBonIterator()
While (BonIt.HasNext()) {
Index: vhDeploy/JBL/Deploy20110830x1447.cls.xml
===================================================================
diff -u
--- vhDeploy/JBL/Deploy20110830x1447.cls.xml (revision 0)
+++ vhDeploy/JBL/Deploy20110830x1447.cls.xml (revision 1937)
@@ -0,0 +1,43 @@
+
+
+
+1
+svn.Deploy
+0
+
+
+Instellen Afhalingskost factor
+
+
+
+1
+ ",Maand,!
+ If ((Jaar < 2011) || ((Jaar = 2011) && (Maand <= 8))) {
+ Do KlantKostService.BerekenAfhalingKlantKosten(Jaar,Maand)
+ }
+ }
+ }
+ }
+]]>
+
+
+
Index: JBL KPI Klant Product Anlayse Kosten.prj.xml
===================================================================
diff -u -r1933 -r1937
--- JBL KPI Klant Product Anlayse Kosten.prj.xml (.../JBL KPI Klant Product Anlayse Kosten.prj.xml) (revision 1933)
+++ JBL KPI Klant Product Anlayse Kosten.prj.xml (.../JBL KPI Klant Product Anlayse Kosten.prj.xml) (revision 1937)
@@ -1,6 +1,6 @@
-
+
@@ -41,9 +41,11 @@
+
+
Index: APPS/common/KlantKost/impl/MaandKostAggregator.cls.xml
===================================================================
diff -u -r1384 -r1937
--- APPS/common/KlantKost/impl/MaandKostAggregator.cls.xml (.../MaandKostAggregator.cls.xml) (revision 1384)
+++ APPS/common/KlantKost/impl/MaandKostAggregator.cls.xml (.../MaandKostAggregator.cls.xml) (revision 1937)
@@ -11,7 +11,6 @@
Jaar:%Integer,Maand:%Integer,KostType:APPS.common.KlantKost.enu.KostType