title = "Köteg részletei"; $this->params['breadcrumbs'][] = ['label' => "Kötegek", 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

'id_ugiro', 'label' => 'Köteg azonosító' ], [ 'attribute' => 'number', 'label' => 'Üzenet sorszám' ], [ 'attribute' => 'datum', 'label' => 'Üzenet összeállítási dátum' ], [ 'attribute' => 'user.username', 'label' => 'Felhasználó' ], [ 'attribute' => 'statusName', 'label' => 'Státusz' ], [ 'attribute' => 'created_at', 'label' => 'Létrehozva', 'format' =>'datetime' ], [ 'attribute' => 'terhelesi_datum', 'label' => 'Terhelési dátum', 'format' =>'datetime' ], [ 'attribute' => 'path', 'label' => 'Beszed Fájl', 'value' => Html::a( "Letöltés" , Url::base() ."/". $model->path , ['target' =>'_blank' ,'download' =>'CS-BESZED.' .$model->id_ugiro ] ), 'format' => 'raw' ], ]; // if ( $model->status == Ugiro::$STATUS_RECIEVED || $model->status == Ugiro::$STATUS_FINISHED ){ // $attributes[] = [ // 'attribute' => 'desta_path', // 'label' => 'Detsta Fájl', // 'value' => Html::a( "Letöltés" , Url::base() ."/". $model->desta_path , ['target' =>'_blank' ,'download' =>'CS-BESZED.' .$model->id_ugiro ] ), // 'format' => 'raw' // ]; // } ?> $model, 'attributes' => $attributes, ]) ?>

Detsta válaszok

$detstaDp, 'columns' =>[ [ 'attribute' => 'created_at', 'label' => 'Létrehozva' ], [ 'class' => ActionColumn::className() , 'template' =>'{view}', 'urlCreator' => function ($action, $model, $key, $index){ if ($action == 'view' ){ return Url::toRoute(['message-detsta/view','id' => $model->id_message]); } return null; } ] ] ] ); ?>
status == Ugiro::$STATUS_RECIEVED ){ //echo Html::a("DetSta Fájl Feldoglozás",['view', 'id' => $model->id_ugiro] ,['data-method' =>'post', 'class' => 'btn btn-danger']); } echo Html::a("Megbízások a kötegben",['ticket-installment-request/index', 'TicketInstallmentRequestSearch[id_ugiro]' => $model->id_ugiro] ,[ 'class' => 'btn btn-primary']); echo Html::a("Xls", Url::current(['output' => 'xls']) ,[ 'class' => 'btn btn-primary']); $detstaMessage = $model->messageDetsta; if ( isset($detstaMessage)){ echo Html::a("Detsta üzenet",['message-detsta/view', 'id' => $detstaMessage->id_message] ,[ 'class' => 'btn btn-primary']); } ?>