]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
Тестирование
authorVladimir Fomichev <vladimir.fomichev@erp-flowers.ru>
Fri, 26 Sep 2025 13:34:20 +0000 (16:34 +0300)
committerVladimir Fomichev <vladimir.fomichev@erp-flowers.ru>
Fri, 26 Sep 2025 13:34:20 +0000 (16:34 +0300)
erp24/services/AutoPlannogrammaService.php

index 2767dc9f64ad1edad43578bd01c6060bcf3d27bb..d7f86cebdca47e10780cda139d18d879cbfed67b 100644 (file)
@@ -2547,7 +2547,7 @@ private function buildCategoryGoals(array $rawGoals, bool $subtractMatrix, int $
         $cleanedSpeciesGoals = $this->subtractSpeciesGoals($goals, [], []);
 
         $salesProductForecastShare = $this->calculateProductForecastShare($noHistoryProductData, $historyProductData);
-
+        var_dump($salesProductForecastShare); die();
         $productForecastSpecies = $this->calculateProductSalesBySpecies($salesProductForecastShare, $cleanedSpeciesGoals);
 
         $weeklySales = $this->getHistoricalSpeciesShareByWeek($filters['plan_date'], $filters);