From: Vladimir Fomichev Date: Fri, 26 Sep 2025 13:34:20 +0000 (+0300) Subject: Тестирование X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=ff758f5d29e63686830e8acb196433b6600de1f4;p=erp24_rep%2Fyii-erp24%2F.git Тестирование --- diff --git a/erp24/services/AutoPlannogrammaService.php b/erp24/services/AutoPlannogrammaService.php index 2767dc9f..d7f86ceb 100644 --- a/erp24/services/AutoPlannogrammaService.php +++ b/erp24/services/AutoPlannogrammaService.php @@ -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);