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

title) ?>

Leltár

$inventory, 'attributes' => [ 'id_inventory', 'name', ['attribute'=>'id_user', 'value'=>$inventory->userName ], ['attribute'=>'id_account', 'value'=>$inventory->accountName ], 'created_at:datetime', ], ]) ?>

Termék

$model, 'attributes' => [ [ 'value' => $model->name, 'label' =>"Név" ], [ 'value' => $model->count_system, 'label' => 'Rendszer szerinti mennyiség (db)', ], [ 'value' => $model->count, 'label' => 'Leltározott mennyiség (db)', ], [ 'value' => $model->count_prev, 'label' => 'Előző leltár (db)', ], [ 'value' => $model->count_in, 'label' => 'Beszerzett mennyiség (db)', ], [ 'value' => $model->count_sold, 'label' => 'Eladott mennyiség (db)', ], [ 'value' => $model->getDifference(), 'label' => 'Különbség', ], [ 'value' => '', 'label' => '', ], ], ]) ?> render('_form', [ 'model' => $model, ]) ?>