Add ContractForm, Add contract pdf, Add Display all Transfer option

This commit is contained in:
2016-02-21 21:41:25 +01:00
parent 462e93c740
commit 29a8b440b2
33 changed files with 1417 additions and 304 deletions

View File

@@ -19,6 +19,10 @@ $this->params['breadcrumbs'][] = $this->title;
<?php // echo $this->render('_search', ['model' => $searchModel]); ?>
<?php
echo Html::a( "Új szerződés",['contract/make' , 'id' => $searchModel->customer->id_customer ], ['class' => 'btn btn-success'])
?>
<?= GridView::widget([
'dataProvider' => $dataProvider,