This commit is contained in:
gandhimathi 2018-09-24 16:42:24 +05:30
commit d1278cb161
2 changed files with 3 additions and 3 deletions

View File

@ -1018,7 +1018,7 @@ $query = $this->db->query($subQuery,array());
$searchDetails =$query->result(); $searchDetails =$query->result();
//sprint_r( $this->db->last_query()); //print_r( $this->db->last_query());
//die(); //die();
//print_r($searchDetails);die(); //print_r($searchDetails);die();

View File

@ -210,10 +210,10 @@ $scope.tod = to_dt;
}; };
// console.log(mystyle); // console.log(mystyle);
alasql('SELECT SL_NO,DOJ as InitialPaymentPaidDate,CONCAT(Firstname,Lastname) as StudentName,Fathername,CourseName,Sem_Year as SEM_or_YEAR,MobileNumber as PhoneNumber,UniversityName,ReferredBy,ReferersMobileNumber,CONCAT(Fname,Lname) as ApprovedBY INTO XLS("New Registration report.xls",?) FROM ?',[mystyle,$scope.newreglist]);
//console.log($scope.fullincomedetail); //console.log($scope.fullincomedetail);
alasql('SELECT DOJ as RegistrationDate,Firstname as Name,Fathername,UniversityName,BatchName,CourseName,MobileNumber INTO XLS("New Registration report.xls",?) FROM ?',[mystyle,$scope.newreglist]); // alasql('SELECT DOJ as RegistrationDate,Firstname as Name,Fathername,UniversityName,BatchName,CourseName,MobileNumber INTO XLS("New Registration report.xls",?) FROM ?',[mystyle,$scope.newreglist]);
}; };