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

$model, 'attributes' => [ 'id_inventory', ['attribute'=>'id_user', 'value'=>$model->userName ], 'created_at:datetime', ], ]) ?>

$model->id_inventory], ['class' => 'btn btn-success']) ?>

$dataProvider, 'columns' =>[ [ 'attribute' => 'item_created_at', 'label' => 'Létrehozva', 'format' => 'datetime' ], [ 'attribute' => 'item_name', 'label' => 'Név', ], [ 'attribute' => 'user_username', 'label' => 'Felhasználó', ], [ 'attribute' => 'item_count_prev', 'label' => 'Előzö leltár (db)' ], [ 'attribute' => 'item_count_in', 'label' => 'Beszerzett mennyiség (db)' ], [ 'attribute' => 'item_count_sold', 'label' => 'Eladott mennyiség (db)', ], [ 'attribute' => 'item_count', 'label' => 'Leltározott mennyiség (db)', ], [ 'attribute' => 'item_difference', 'label' => 'Különbség (db)', ], ] ]); ?>