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->start) ?>
- = Yii::t('frontend/collection', "End of interval")?>
- formatter->asDatetime($model->end) ?>
[
'statistic' => $model->totals['paid_at'],
'panelHeading' => 'Fizetve' ,
]
]);
echo TransferTotalWidget::widget([
'options' => [
'statistic' => $model->totals['created_at'],
'panelHeading' => 'Kiadva',
]
]);
echo TransferTotalWidget::widget([
'options' => [
'statistic' => $model->totals['created_at_paid'],
'panelHeading' => 'Kiadva és fizetve',
]
]);
?>
= $this->render('_form', [
'model' => $model,
]) ?>