title = $model->name; $this->params['breadcrumbs'][] = ['label' => Yii::t('common/inventory_group', 'Leltár csoportok'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

$model->id_inventory_group], ['class' => 'btn btn-primary']) ?>

$model, 'attributes' => [ 'id_inventory_group', 'name', 'id_product_category', 'created_at', ], ]) ?>

Termékek a csoportban

$products, 'columns' => [ [ 'attribute' =>'id_product', 'label' => 'Termék azon' ], [ 'attribute' =>'name', 'label' => 'Termék neve' ], [ 'attribute' =>'id_account', 'value' => 'accountName', 'label' => 'Kassza' ] ] ])?>