student view
This commit is contained in:
parent
cb2fa885fc
commit
fb7cdf0866
@ -4,7 +4,7 @@
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
width: 88%;
|
width: 88%;
|
||||||
}*/
|
}*/
|
||||||
.container-fullw {
|
/* .container-fullw {
|
||||||
margin-left: -10%;
|
margin-left: -10%;
|
||||||
margin-right: -10%;
|
margin-right: -10%;
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
@ -12,7 +12,13 @@
|
|||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
padding-bottom: 30px;
|
padding-bottom: 30px;
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
}
|
}*/
|
||||||
|
.modal-content {
|
||||||
|
background: #ffffff;
|
||||||
|
box-shadow: none;
|
||||||
|
width: 150%;
|
||||||
|
margin-left: -20%;
|
||||||
|
}
|
||||||
.ti-plus:before {
|
.ti-plus:before {
|
||||||
color: #006f95;
|
color: #006f95;
|
||||||
}
|
}
|
||||||
@ -240,6 +246,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>
|
||||||
<th></th>
|
<th></th>
|
||||||
@ -261,7 +268,11 @@
|
|||||||
<td>
|
<td>
|
||||||
<span>{{fees.PayableAmount}}</span></td>
|
<span>{{fees.PayableAmount}}</span></td>
|
||||||
<td>
|
<td>
|
||||||
<span>{{fees.PaidBillAmount}}</span></td>
|
<span>{{fees.StudentWaiverRefAmount}}</span>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td>
|
||||||
|
<span>{{fees.StudentPaidAmount}}</span></td>
|
||||||
<td>
|
<td>
|
||||||
<span>{{fees.BalanceAmount}}</span></td>
|
<span>{{fees.BalanceAmount}}</span></td>
|
||||||
<td><span>
|
<td><span>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user