$this->setTitle('Devis'); | $this->setTitle('Devis'); | ||||
$this->addBreadcrumb($this->getTitle()); | $this->addBreadcrumb($this->getTitle()); | ||||
//$this->addButton(['label' => 'Nouveau devis <span class="glyphicon glyphicon-plus"></span>', 'url' => 'quotation/create', 'class' => 'btn btn-primary']); | |||||
$this->addButton(['label' => 'Nouveau devis <span class="glyphicon glyphicon-plus"></span>', 'url' => 'quotation/create', 'class' => 'btn btn-primary']); | |||||
?> | ?> | ||||
$query = Quotation::find() | $query = Quotation::find() | ||||
->with($optionsSearch['with']) | ->with($optionsSearch['with']) | ||||
->joinWith($optionsSearch['join_with'], true) | ->joinWith($optionsSearch['join_with'], true) | ||||
->where(['distribution.id_producer' => GlobalParam::getCurrentProducerId()]) | |||||
->where(['quotation.id_producer' => GlobalParam::getCurrentProducerId()]) | |||||
->orderBy('quotation.reference DESC') | ->orderBy('quotation.reference DESC') | ||||
; | ; | ||||