issue no : 1672

This commit is contained in:
venbatechnologies@gmail.com 2019-02-18 11:35:28 +05:30
parent 8d95ce70d5
commit e2a45ce754

View File

@ -244,7 +244,7 @@ $scope.tod = to_dt;
{
//alert()
$scope.sam = 'Fee Paid list from '+$scope.fromd+' to '+$scope.tod;
$scope.sam = 'Fee Collected from '+$scope.fromd+' to '+$scope.tod;
var mystyle = {
@ -263,7 +263,7 @@ $scope.tod = to_dt;
};
console.log(mystyle);
alasql('SELECT UniversityName as University,Cash,Cheque,Referal,Onlinec as OnlineTransaction,WAIVER as Waiver,Card as CreditDebitCard,Total INTO XLS("Fee Paid List report.xls",?) FROM ?',[mystyle,$scope.newreglist]);
alasql('SELECT UniversityName as University,Cash,Cheque,Referal,Onlinec as OnlineTransaction,WAIVER as Waiver,Card as CreditDebitCard,Total INTO XLS("Fee Collected report.xls",?) FROM ?',[mystyle,$scope.newreglist]);
};