new reg excel

This commit is contained in:
venbatechnologies@gmail.com 2018-12-04 17:55:45 +05:30
parent b4d401b87c
commit 4fc7768cdd

View File

@ -211,7 +211,7 @@ $scope.tod = to_dt;
};
// 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]);
alasql('SELECT SL_NO,DOJ as InitialPaymentPaidDate,CONCAT(Firstname,Lastname) as StudentName,Fathername,Course,Sem_Year as SEM_or_YEAR,MobileNumber as Phone_No,University,ReferedBy,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]);