]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
убрал откладку
authorfomichev <vladimir.fomichev@erp-flowers.ru>
Thu, 29 May 2025 08:07:24 +0000 (11:07 +0300)
committerfomichev <vladimir.fomichev@erp-flowers.ru>
Thu, 29 May 2025 08:07:24 +0000 (11:07 +0300)
erp24/controllers/AutoPlannogrammaController.php

index e33f8b8f6273f8a43e4bc7ba6d74bd82221e8565..c4e56a0394e06c99f28380e5101a6076fbfcde9b 100644 (file)
@@ -862,7 +862,7 @@ class AutoPlannogrammaController extends BaseController
             //var_dump($filters); die();
             $service = new AutoPlannogrammaService();
             $monthCategoryShare = $service->getMonthCategoryShareOrWriteOff($filters['plan_date'], $filters);
-            var_dump($monthCategoryShare);die();
+
             $monthCategoryGoal = $service->getMonthCategoryGoal($monthCategoryShare, $filters['plan_date']);
             $monthSubcategoryShare = $service->getMonthSubcategoryShareOrWriteOff($filters['plan_date'], $filters);
             $monthSubcategoryGoal = $service->getMonthSubcategoryGoal($monthSubcategoryShare, $monthCategoryGoal);
@@ -878,7 +878,7 @@ class AutoPlannogrammaController extends BaseController
                 $data = $service->getMonthSpeciesGoalDirty($monthSpeciesWriteOffShare, $monthSubcategoryWriteOffsGoals, $filters['type'], $data);
             }
 
-            //var_dump($data); die();
+
             $matrixForecast = MatrixBouquetForecast::find()
                 ->where(['year' => $filters['year'], 'month' => $filters['month']])
                 ->asArray()