title = Yii::t('frontend/collection', 'Create Collection');
$this->params['breadcrumbs'][] = ['label' => Yii::t('frontend/collection', 'Collections'), 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
= Html::encode($this->title) ?>
- = Yii::t('frontend/collection', "Last collection")?>
- lastCollection) ? Yii::$app->formatter->asDatetime($model->lastCollection->end) : Yii::t('frontend/collection', "No collection found") ?>
- = Yii::t('frontend/collection', "Start of interval")?>
- formatter->asDatetime($model->timestampStart) ?>
- = Yii::t('frontend/collection', "End of interval")?>
- formatter->asDatetime($model->timestampEnd) ?>
= Html::a(Yii::t('frontend/collection', 'Refresh'), ['create', 'id_account' => $model->id_account], ['class' => 'btn btn-primary']) ?>
= Html::a(Yii::t('frontend/collection', 'Select another account'), ['select-account' ], ['class' => 'btn btn-primary']) ?>
[
'statistic' => $model->totals['created_at'],
'panelHeading' => 'Kiadva',
]
]);
?>
[
'statistic' => $model->totals['created_at_paid'],
'panelHeading' => 'Kiadva/fizetve',
]
]);
?>
[
'statistic' => $model->totals['created_at_not_paid'],
'panelHeading' => 'Kiadva/nem fizetve (Hitel)',
'panel-type' => 'panel-danger'
]
]);
?>
[
'statistic' => $model->totals['paid_at_not_created_at'],
'panelHeading' => 'Adósság (Hitel)/Fizetve' ,
]
]);
?>
[
'statistic' => $model->totals['paid_at'],
'panelHeading' => 'Fizetve' ,
'panel-type' => 'panel-success'
]
]);
?>
= $this->render('_form', [
'model' => $model,
]) ?>