pdf- contact No added
This commit is contained in:
parent
3ddf79de23
commit
6747e8f65f
@ -2284,10 +2284,15 @@ app.controller('FeesModalInstanceCtrl', ["$scope", "$modalInstance", "$timeout",
|
||||
popupWinindow.document.open();
|
||||
popupWinindow.document.write('<html>');
|
||||
popupWinindow.document.write('<style type="text/css" media="print">');
|
||||
popupWinindow.document.write('@page { size: landscape; }');
|
||||
popupWinindow.document.write('.title{border:3px solid black;}');
|
||||
popupWinindow.document.write('@page { size: portrait; }');
|
||||
//popupWinindow.document.write('.title{border:3px solid black;}');
|
||||
popupWinindow.document.write('</style>');
|
||||
popupWinindow.document.write(innerContents);
|
||||
popupWinindow.document.write('</br>');
|
||||
popupWinindow.document.write('</br>');
|
||||
popupWinindow.document.write('</br>');
|
||||
popupWinindow.document.write('</br>');
|
||||
popupWinindow.document.write(innerContents);
|
||||
popupWinindow.document.write('</html>');
|
||||
popupWinindow.document.close();
|
||||
popupWinindow.focus();
|
||||
|
||||
@ -477,11 +477,11 @@
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr >
|
||||
<td style="width: 136px; height: 23px; text-align: center; border-bottom-style: hidden; color: white; font-size: 16px;" colspan="3"><!--(A Group of SVE Trust)--></td>
|
||||
<tr >
|
||||
<td style="width: 136px; height: 10px; text-align: center; border-bottom-style: hidden; color: white; font-size: 16px;" colspan="3"><!--(A Group of SVE Trust)--></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 136px; height: 36px; text-align: center; color: white; font-size: 15px;" colspan="3"><!--10/1, First Floor, Old Airport Road, Domlur, Bangalore - 560071. karnataka<br> Land Mark - Opp to Domlur Bus Stop Ph: 9620214554--><!--{{BranchAddr}}--></td>
|
||||
<tr>
|
||||
<td style="width: 136px; height: 10px; text-align: center; color: white; font-size: 15px;" colspan="3"><!--10/1, First Floor, Old Airport Road, Domlur, Bangalore - 560071. karnataka<br> Land Mark - Opp to Domlur Bus Stop Ph: 9620214554--><!--{{BranchAddr}}--></td>
|
||||
</tr>
|
||||
<tr class="title" style="height: 50px;border:3px solid black;">
|
||||
<td style="width: 150px; height: 50px; text-align: center; border-bottom-style: hidden;padding-left:25%;" colspan="3">
|
||||
@ -521,7 +521,7 @@
|
||||
<p><strong>Received By:</strong> {{ReceivedBy}}</p>
|
||||
<p><strong>Date:</strong> <span>{{billDate}}</span> <strong>Place:</strong> {{branchName}}</p>
|
||||
</td>
|
||||
<td style="width: 137px; height: 110px;"><strong>For APOLLO DISTANCE EDUCATION COLLEGE</strong></td>
|
||||
<td style="width: 137px; height: 110px;"><strong style="font-size: 12px;">For APOLLO DISTANCE EDUCATION COLLEGE</strong></td>
|
||||
</tr>
|
||||
<tr class="title" style="border:3px solid black;height: 42px;">
|
||||
<td style="width: 136px; height: 42px; color: black; font-size: 14px;text-align: center;" colspan="4">Note: Terms & Conditions will be applicable as per University norms Fees once paid will not be refunded at any reasons</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user