new reg excel
This commit is contained in:
parent
b4d401b87c
commit
4fc7768cdd
@ -211,7 +211,7 @@ $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]);
|
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);
|
//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]);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user