title = $model->id_inventory; $this->params['breadcrumbs'][] = ['label' => Yii::t('common/inventory', 'Leltár lista'), 'url' => ['index']]; $this->params['breadcrumbs'][] = "Leltár"; ?>
= Html::a(Yii::t('common/inventory', 'Új termék'), ['inventory-item/create','id' =>$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)', ], ] ]); ?>