new reg report excel issue fixed
This commit is contained in:
parent
03f8215dc5
commit
f2cbd18ee9
@ -76,17 +76,17 @@ $query_builder = TRUE;
|
||||
$db['default'] = array(
|
||||
'dsn' => '',
|
||||
'hostname' => 'apollodec.com',
|
||||
'username' => 'apollod4_DEV',
|
||||
'password' => 'apollo1234',
|
||||
'database' => 'apollod4_ApolloDECDev',
|
||||
'username' => 'apollod4_DEV',
|
||||
'password' => 'apollo1234',
|
||||
'database' => 'apollod4_ApolloDECDev',
|
||||
|
||||
// 'username' => 'apollod4_SIT',
|
||||
// 'password' => 'apollosit1234',
|
||||
// 'database' => 'apollod4_ApolloDECNEWSIT',
|
||||
|
||||
// 'username' => 'apollod4_PROD',
|
||||
// 'password' => 'approd!2017',
|
||||
// 'database' =>'apollod4_ApolloDECNEWPROD',
|
||||
// 'password' => 'approd!2017',
|
||||
// 'database' =>'apollod4_ApolloDECNEWPROD',
|
||||
|
||||
'dbdriver' => 'mysqli',
|
||||
'dbprefix' => '',
|
||||
|
||||
@ -231,7 +231,7 @@ $scope.tod = to_dt;
|
||||
};
|
||||
// console.log(mystyle);
|
||||
|
||||
alasql('SELECT SL_NO,BillDate as InitialPaymentPaidDate,CONCAT(Firstname,Lastname) as StudentName,Fathername,CourseName as Course,Sem_Year as SEM_YEAR,MobileNumber as Phone_No,UniversityName as University,ReferedBy,ReferersMobileNumber,CONCAT(Fname,Lname) as AdmittedBY INTO XLS("New Registration report.xls",?) FROM ?',[mystyle,$scope.newreglist]);
|
||||
alasql('SELECT SL_NO,BillDate as InitialPaymentPaidDate,CONCAT(Firstname,Lastname) as StudentName,Fathername,CourseName as Course,Sem_Year as SEM_YEAR,MobileNumber as Phone_No,UniversityName as University,ReferredBy,ReferersMobileNumber,CONCAT(Fname,Lname) as AdmittedBY INTO XLS("New Registration report.xls",?) FROM ?',[mystyle,$scope.newreglist]);
|
||||
|
||||
//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]);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user