]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
Прогноз по неделям для вида
authorfomichev <vladimir.fomichev@erp-flowers.ru>
Tue, 3 Jun 2025 09:41:43 +0000 (12:41 +0300)
committerfomichev <vladimir.fomichev@erp-flowers.ru>
Tue, 3 Jun 2025 09:41:43 +0000 (12:41 +0300)
erp24/views/auto-plannogramma/month-products-species-forecast.php

index f9a0db4b3887b8b9708b5c11028c7969df62a930..d8a76b03391953b4c295ffd32e178ac346b49754 100644 (file)
@@ -10,7 +10,7 @@
         use yii_app\records\CityStore;
         use yii_app\records\Products1cNomenclature;
         ?>
-        <h1 class="ms-3 mb-4"><?= Html::encode("Расчет прогноза товаров внутри вида (month_goods_sales_share)") ?></h1>
+        <h1 class="ms-3 mb-4"><?= Html::encode("Расчет прогноза товаров внутри вида (month_goods_sales_frcst)") ?></h1>
         <?php
         $form = ActiveForm::begin(['method' => 'get']); ?>
         <div class="row p-3">
@@ -112,7 +112,7 @@ $columns = [
     ['attribute' => 'share', 'label' => 'Доля', 'pageSummary' => true,  'format' => ['percent', 2]],
     ['attribute' => 'cleanGoal', 'label' => 'Цель вида очищенная', 'pageSummary' => true, 'format' => ['decimal', 2]],
     ['attribute' => 'product_sales', 'label' => 'Прогноз в стоимости внутри вида', 'pageSummary' => true, 'format' => ['decimal', 2]],
-    ['attribute' => 'product_sales_pieces', 'label' => 'Прогноз в стоимости внутри вида шт', 'pageSummary' => true, 'format' => ['decimal', 2]],
+    ['attribute' => 'product_sales_pieces', 'label' => 'Прогноз внутри вида в шт', 'pageSummary' => true, 'format' => ['decimal', 2]],
     ['attribute' => 'history_status', 'label' => 'Статус товара', ],
 ];