|
@@ -36,6 +36,8 @@ class CourseMember extends Component
|
|
|
public $filterStatus = [];
|
|
public $filterStatus = [];
|
|
|
public $filterYear = "";
|
|
public $filterYear = "";
|
|
|
|
|
|
|
|
|
|
+ public $_env_FISCAL_YEAR_MONTH_TO = 8;
|
|
|
|
|
+
|
|
|
/*public $chkCertificateNormal = 0;
|
|
/*public $chkCertificateNormal = 0;
|
|
|
public $chkCertificateAgonistico = 0;
|
|
public $chkCertificateAgonistico = 0;
|
|
|
public $chkCertificateScaduti = 0;*/
|
|
public $chkCertificateScaduti = 0;*/
|
|
@@ -68,6 +70,7 @@ class CourseMember extends Component
|
|
|
$this->course_years = \App\Models\Course::select('year')->where('year', '<>', '')->groupBy('year')->pluck('year');
|
|
$this->course_years = \App\Models\Course::select('year')->where('year', '<>', '')->groupBy('year')->pluck('year');
|
|
|
$this->courses = \App\Models\Course::orderBy('name')->groupBy('name')->pluck('name');
|
|
$this->courses = \App\Models\Course::orderBy('name')->groupBy('name')->pluck('name');
|
|
|
|
|
|
|
|
|
|
+ $this->_env_FISCAL_YEAR_MONTH_TO = env('FISCAL_YEAR_MONTH_TO', 8);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public function render()
|
|
public function render()
|
|
@@ -288,9 +291,9 @@ class CourseMember extends Component
|
|
|
$this->filterHours = [];
|
|
$this->filterHours = [];
|
|
|
$this->filterSubscription = "";
|
|
$this->filterSubscription = "";
|
|
|
$this->filterStatus = [];
|
|
$this->filterStatus = [];
|
|
|
- $this->chkCertificateNormal = 0;
|
|
|
|
|
- $this->chkCertificateAgonistico = 0;
|
|
|
|
|
- $this->chkCertificateScaduti = 0;
|
|
|
|
|
|
|
+ // $this->chkCertificateNormal = 0;
|
|
|
|
|
+ // $this->chkCertificateAgonistico = 0;
|
|
|
|
|
+ // $this->chkCertificateScaduti = 0;
|
|
|
$this->chkCertificateScadenza = 0;
|
|
$this->chkCertificateScadenza = 0;
|
|
|
$this->chkCard = [];
|
|
$this->chkCard = [];
|
|
|
|
|
|