Ejemplo n.º 1
0
use app\models\Cpv;
use app\models\Preferences;
use dosamigos\chartjs\ChartJs;
use kartik\grid\GridView;
use yii\data\SqlDataProvider;
use yii\web\JsExpression;
$url = \yii\helpers\Url::to(['cpvlist']);
/* @var $this yii\web\View */
/* @var $model app\models\Decisions */
/* @var $form ActiveForm */
$this->title = 'Αναζήτηση';
$this->params['breadcrumbs'][] = $this->title;
$connection = \Yii::$app->db;
// Select Organisations :
// 1. Get Data From Preferences
$currentOrgs = Organisations::dropdownSearch();
// Select Decision Types :
// 1. Get Data From Preferences
$currentTypes = Preferences::getSelectedTypes();
// Select Date Range:
// 1. Get Data From Preferences
$currentDates = Preferences::getSelectedDates();
$currentCPV = Cpv::dropdownSearch();
?>

    <h1><?php 
echo Html::encode($this->title);
?>
</h1>
    
    <h1 style="text-align: center;"> Αποφάσεις Β.2.1 - Έγκριση Δαπανών</h1>