new reg excel

This commit is contained in:
venbatechnologies@gmail.com 2018-08-22 17:33:05 +05:30
parent 481f8afe32
commit 1c52e5ad59

View File

@ -203,7 +203,7 @@ $scope.tod = to_dt;
//console.log($scope.fullincomedetail);
alasql('SELECT Firstname as Name,Fathername,CourseName,BatchName,UniversityName,DOJ as RegistrationDate,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]);
};