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">
['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' => 'Статус товара', ],
];