new reg report excel issue fixed

This commit is contained in:
sriramv 2018-12-31 16:02:29 +05:30
parent 03f8215dc5
commit f2cbd18ee9
2 changed files with 6 additions and 6 deletions

View File

@ -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]);