From: Vladimir Fomichev Date: Mon, 4 Aug 2025 14:49:59 +0000 (+0300) Subject: Пересчет долей товаров с историей и без X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=2b0d9a53bdef717a37db98836264b222be96e71b;p=erp24_rep%2Fyii-erp24%2F.git Пересчет долей товаров с историей и без --- diff --git a/erp24/commands/CronController.php b/erp24/commands/CronController.php index 8cb8cd1d..8062d23f 100644 --- a/erp24/commands/CronController.php +++ b/erp24/commands/CronController.php @@ -1704,8 +1704,8 @@ class CronController extends Controller file_put_contents( $file, json_encode($forecasts, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) - );*/ - $this->stdout("Forecast сохранён в $file\n", BaseConsole::FG_BLUE); + ); + $this->stdout("Forecast сохранён в $file\n", BaseConsole::FG_BLUE);*/ $writeOffsForecast = $service->getWeeklyProductsWriteoffsForecast($month, $year, $forecasts, $store->id); $salesForecast = $service->getWeeklyBouquetProductsSalesForecast($month, $year, $store->id);