From 9ba21485b148a60140c7c69e3c0f719db81c8a91 Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Fri, 26 Sep 2025 09:39:57 +0300 Subject: [PATCH] =?utf8?q?=D0=9F=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/controllers/AutoPlannogrammaController.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/erp24/controllers/AutoPlannogrammaController.php b/erp24/controllers/AutoPlannogrammaController.php index 80caaa42..f7b1bc40 100644 --- a/erp24/controllers/AutoPlannogrammaController.php +++ b/erp24/controllers/AutoPlannogrammaController.php @@ -1369,13 +1369,6 @@ class AutoPlannogrammaController extends BaseController //$forecast = $service->calculateFullForecastForWeek($filters); //$noHistoryProductData = $service->calculateSpeciesForecastForProductsWithoutHistory($filters['plan_date'], $filters); - $historyProductData = $service->calculateSpeciesForecastForProductsWithHistory($filters['plan_date'], $filters, []); - var_dump($historyProductData); die(); - $salesProductForecastShare = $service->calculateProductForecastShare($noHistoryProductData, $historyProductData); - - $productForecastSpecies = $service->calculateProductSalesBySpecies($salesProductForecastShare, $cleanedSpeciesGoals); - - $monthCategoryShare = $service->getMonthCategoryShareOrWriteOff($filters['plan_date'], $filters); $monthCategoryGoal = $service->getMonthCategoryGoal($monthCategoryShare, $filters['plan_date']); -- 2.39.5