issue no : 1672
This commit is contained in:
parent
8d95ce70d5
commit
e2a45ce754
@ -244,7 +244,7 @@ $scope.tod = to_dt;
|
|||||||
{
|
{
|
||||||
//alert()
|
//alert()
|
||||||
|
|
||||||
$scope.sam = 'Fee Paid list from '+$scope.fromd+' to '+$scope.tod;
|
$scope.sam = 'Fee Collected from '+$scope.fromd+' to '+$scope.tod;
|
||||||
|
|
||||||
|
|
||||||
var mystyle = {
|
var mystyle = {
|
||||||
@ -263,7 +263,7 @@ $scope.tod = to_dt;
|
|||||||
};
|
};
|
||||||
console.log(mystyle);
|
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]);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user