bill detail modal for all users
This commit is contained in:
parent
f3314010cb
commit
f6a8144c4a
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -939,6 +939,7 @@ $scope.loadStaring = true;
|
||||
};
|
||||
|
||||
//Modal for bill details
|
||||
$rootScope.bill_Details = '';
|
||||
$scope.billDetails = function(p){
|
||||
|
||||
//$rootScope.student = $scope.selectedStudentsID;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user