This commit is contained in:
dineshkumarkannan 2018-08-18 17:43:17 +05:30
commit 0e6a695df6
4 changed files with 14 additions and 8 deletions

View File

@ -236,7 +236,7 @@ $scope.dayBookApprovalAccess = '';
$scope.deleted1 = function (id) {
var id=id;
var reason=prompt("Enter Reason!","");
var reason=prompt("Reason For Deletion!","");
$scope.deleteFeePayableEntry(reason,id);
}
//delete the income entry From the fees payable

View File

@ -232,7 +232,7 @@ $scope.dayBookApprovalAccess = '';
$scope.deleted1 = function (id) {
var id=id;
var reason=prompt("Enter Reason For Delete!","");
var reason=prompt("Reason For Deletion!","");
$scope.deleteFeePayableEntry(reason,id);
}

View File

@ -339,7 +339,7 @@ $scope.dayBookApprovalAccess = '';
$scope.deleted1 = function (id) {
var id=id;
var reason=prompt("Enter Reason!","");
var reason=prompt("Reason For Deletion!","");
$scope.deleteFeePayableEntry(reason,id);
}
//delete the income entry From the fees payable

View File

@ -5,15 +5,16 @@
<table style="height: 341px;background-color: white;" width="578" border=1>
<tbody>
<tr>
<td style="width: 185px; text-align: left;border-right-style: hidden;border-bottom-style: hidden;"><img src="images/{{Course.ProfilePicPath || university/No_Image.png}}" id="logo" style="width: 30%;"></td>
<td style="width: 253px; text-align: left;border-right-style: hidden;border-bottom-style: hidden;"><img src="images/{{Course.ProfilePicPath || university/No_Image.png}}" id="logo" style="width: 30%;"></td>
<td style="width: 150px;border-bottom-style: hidden;" colspan="2">
<h2 style="color:blue; margin-left: -30px;"><strong>{{Course.UniversityName}}</strong></h2>
<h2 style="color:blue; margin-left: -150px;"><strong>{{Course.UniversityName}}</strong></h2>
<p style="color:blue; margin-left: -96px; margin-top: -9px;">{{Course.Address}}</p>
</td>
</tr>
<tr>
<td style="width: 185px; text-align: center;" colspan="3">
<h5><strong>RE-REGISTRATION FORM</strong></h5>
<p>{{Course.Address}} &nbsp;Mob-{{Course.UnivMobileNumber}}, E-mail id:{{Course.EmailID}}</p>
<p> &nbsp;Mob-{{Course.UnivMobileNumber}}, E-mail id:{{Course.EmailID}}</p>
</td>
</tr>
@ -77,15 +78,19 @@
</tbody>
</table>
<p>Pin Code: __________ Mobile No: <span style="text-decoration:underline;">{{Course.MobileNumber}}</span> E-mail ID: <span style="text-decoration:underline;">{{Course.EmailID}}</span></p>
<br>
</td>
</tr>
<br>
<br>
<tbody>
<tr>
<td style="width: 185px; text-align: center; color:blue;" colspan="3"><strong>&nbsp;SUBJECT / PAPER IN WHICH CANDIDATE APPEARING&nbsp;</strong></td>
</tr>
<tr>
<th style="width: 185px; text-align: center;"><strong>&nbsp;SL.NO</strong></th>
<th style="width: 185px; text-align: center;"><strong>&nbsp;Subject Code</strong></th>
<th style="width: 186px; text-align: center;"><strong>&nbsp;Subject / Paper Code</strong></th>
@ -98,6 +103,7 @@
</tr>
</tbody>
<br/>
<tfoot>
<tr>