diff --git a/Apollo/assets/images/logo1.png b/Apollo/assets/images/logo1.png new file mode 100644 index 00000000..95ad2fde Binary files /dev/null and b/Apollo/assets/images/logo1.png differ diff --git a/Apollo/assets/js/controllers/feesStatusCtrl.js b/Apollo/assets/js/controllers/feesStatusCtrl.js index 2ef1749e..0e6c4d1d 100755 --- a/Apollo/assets/js/controllers/feesStatusCtrl.js +++ b/Apollo/assets/js/controllers/feesStatusCtrl.js @@ -2324,28 +2324,14 @@ app.controller('FeesModalInstanceCtrl', ["$scope", "$modalInstance", "$timeout", $scope.printPdf = function (print) { - var innerContents = document.getElementById(print).innerHTML; - - var popupWinindow = window.open('', '_blank', 'width=1200,height=700,scrollbars=no,menubar=no,toolbar=no,location=no,status=no,titlebar=no'); - popupWinindow.document.open(); - popupWinindow.document.write(''); - popupWinindow.document.write(''); - popupWinindow.document.write(innerContents); - popupWinindow.document.write(''); - popupWinindow.document.write(''); - popupWinindow.document.write(''); - popupWinindow.document.write(''); - popupWinindow.document.write(innerContents); - popupWinindow.document.write(''); - popupWinindow.document.close(); - popupWinindow.focus(); - popupWinindow.print(); - popupWinindow.close(); - - + var printHtml = document.getElementById(print).outerHTML; + //var currentPage = document.body.innerHTML; + var elementPage = '
' + printHtml + '| + | ||||||||
|
-
|
- + |
|
- {{FeesReceiptTitle}} - + + | {{FeesReceiptTitle || "APOLLO DISTANCE EDUCATION COLLEGE"}} + - {{BranchAddr}} + {{BranchAddr}} | For APOLLO DISTANCE EDUCATION COLLEGE | |||
| Note: Terms & Conditions will be applicable as per University norms Fees once paid will not be refunded at any reasons | +Note: Terms & Conditions will be applicable as per University norms Fees once paid will not be refunded at any reasons | |||||||