add inventory admin fix, add procurement update
This commit is contained in:
@@ -36,6 +36,11 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
<h1><?= Html::encode($this->title) ?></h1>
|
||||
<?php echo $this->render('_search_payment_later', ['model' => $searchModel, ]); ?>
|
||||
|
||||
<div style="margin-bottom: 6px;">
|
||||
<?php
|
||||
echo Html::a("PDF",Url::current(['TransferLaterSearch[output]'=>'pdf']), ['class' => 'btn btn-primary' ]);
|
||||
?>
|
||||
</div>
|
||||
|
||||
<div style="margin-bottom: 6px;">
|
||||
<?php
|
||||
@@ -108,12 +113,16 @@ echo Html::a("Egyiket sem",null, ['class' => 'btn btn-primary deselect-all',
|
||||
'label' => 'Összeg'
|
||||
],
|
||||
[
|
||||
'attribute' => 'transfer_status',
|
||||
'label' => 'Státusz',
|
||||
'value' => function ($model, $key, $index, $column){
|
||||
'attribute' => 'transfer_status',
|
||||
'label' => 'Státusz',
|
||||
'value' => function ($model, $key, $index, $column){
|
||||
return Helper::getArrayValue(Transfer::statuses(), $model['transfer_status'],'');
|
||||
},
|
||||
],
|
||||
[
|
||||
'attribute' => 'ticket_comment',
|
||||
'label' => 'Megjegyzés'
|
||||
],
|
||||
],
|
||||
]); ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user