bill detail modal for all users

This commit is contained in:
gandhimathi 2018-09-20 11:17:04 +05:30
parent f3314010cb
commit f6a8144c4a
3 changed files with 3 additions and 0 deletions

View File

@ -784,6 +784,7 @@ $scope.dayBookApprovalAccess = '';
alasql('SELECT Date as Date, ListName as IncomeExpense, VoucherNumber as VoucherNumberBillNumber,concat( PaidTo,Lastname )as PaidToReceivedFrom,FeePaymentDetails as Sem, CourseName as Course,UniversityName as University,TypeName as Type, ReceiptNo as Receipt_No, ModeOfPayment as Mode_of_Payment,Amount as Amount,Balance as Balance, ReceiptNoComments as Comments, Reason, Activity INTO XLS("daybook_details.xls",?) FROM ?',[styleXl(),$scope.data]);
};
//Modal for bill details
$rootScope.bill_Details = '';
$scope.billDetails = function(p){
//$rootScope.student = $scope.selectedStudentsID;

View File

@ -771,6 +771,7 @@ $scope.dayBookApprovalAccess = '';
alasql('SELECT Date as Date, ListName as IncomeExpense, VoucherNumber as VoucherNumberBillNumber, concat( PaidTo,Lastname )as PaidToReceivedFrom,FeePaymentDetails as Sem, CourseName as Course,UniversityName as University,TypeName as Type, ReceiptNo as Receipt_No, ModeOfPayment as Mode_of_Payment,Amount as Amount,Balance as Balance,ReceiptNoComments as Comments, Reason, Activity INTO XLS("daybook_details.xls",?) FROM ?',[styleXl(),$scope.data]);
};
//Modal for bill details
$rootScope.bill_Details = '';
$scope.billDetails = function(p){
//$rootScope.student = $scope.selectedStudentsID;

View File

@ -939,6 +939,7 @@ $scope.loadStaring = true;
};
//Modal for bill details
$rootScope.bill_Details = '';
$scope.billDetails = function(p){
//$rootScope.student = $scope.selectedStudentsID;