student fees waiver /ref changes

This commit is contained in:
gandhimathi 2018-03-30 15:20:30 +05:30
parent fb7cdf0866
commit 4e7b7e76be

View File

@ -1,5 +1,5 @@
<style> <style>
.container-fullw { /* .container-fullw {
margin-left: -22%; margin-left: -22%;
margin-right: -47%; margin-right: -47%;
padding-left: 30px; padding-left: 30px;
@ -7,7 +7,7 @@
padding-top: 30px; padding-top: 30px;
padding-bottom: 30px; padding-bottom: 30px;
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
} }*/
.ti-plus:before { .ti-plus:before {
color: #006f95; color: #006f95;
} }
@ -153,6 +153,7 @@
<th ng-if="course.feesDetails[0].ProgramType=='Y001'">Session</th> <th ng-if="course.feesDetails[0].ProgramType=='Y001'">Session</th>
<th>Roll Number</th> <th>Roll Number</th>
<th>Total Payable Fees</th> <th>Total Payable Fees</th>
<th>Referral/Waiver</th>
<th>Paid Fees</th> <th>Paid Fees</th>
<th>Balance Fees</th> <th>Balance Fees</th>
</tr> </tr>
@ -181,8 +182,11 @@
{{fees.PayableAmount}} {{fees.PayableAmount}}
</td> </td>
<td> <td>
{{fees.PaidBillAmount}} <span>{{fees.StudentWaiverRefAmount}}</span>
</td> </td>
<td>
<span>{{fees.StudentPaidAmount}}</span></td>
<td> <td>
{{fees.BalanceAmount}} {{fees.BalanceAmount}}
</td> </td>