From ff758f5d29e63686830e8acb196433b6600de1f4 Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Fri, 26 Sep 2025 16:34:20 +0300 Subject: [PATCH] =?utf8?q?=D0=A2=D0=B5=D1=81=D1=82=D0=B8=D1=80=D0=BE=D0=B2?= =?utf8?q?=D0=B0=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/services/AutoPlannogrammaService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5