formatter; ?>
getAttributeLabel( 'payment_method') ?>
asDatetime( Html::getAttributeValue($model, 'created_at') ) ?>
getAttributeLabel( 'paid_at') ?>
asDatetime( Html::getAttributeValue($model, 'paid_at') ) ?>
getAttributeLabel( 'status') ?>
getAttributeLabel( 'type') ?>
Megnevezés
getAttributeLabel( 'id_customer') ?>
getAttributeLabel( 'item_price') ?>
getAttributeLabel( 'count') ?>
getAttributeLabel( 'id_discount') ?>
getAttributeLabel( 'money') ?>
status != Transfer::STATUS_STORNO){ echo Html::a('Törlés', Url::toRoute(['delete','id' =>$model->id_transfer]), [ 'title' => Yii::t('yii', 'Delete'), 'data-confirm' => Yii::t('yii', 'Are you sure to delete this item?'), 'data-method' => 'post', 'class' => 'btn btn-danger', // 'style' =>'margin-right: 12px;' ]);}?>