course details changes done
This commit is contained in:
parent
a14ebefa9c
commit
0434ae5b3b
@ -64,7 +64,10 @@
|
||||
|
||||
<div class="col-md-3 form-group"
|
||||
ng-class="{'has-error':Form.setsessionname.$dirty && Form.setsessionname.$invalid, 'has-success':Form.setsessionname.$valid}" ng-if="setModel.feesType.Sem_Year!='TC' && setModel.feesType.Sem_Year!='PC' && setModel.feesType.Sem_Year!='DC' && setModel.feesType.Sem_Year!='MC' && setModel.feesType.Sem_Year!='OTHER'">
|
||||
<label>
|
||||
<label ng-if="setModel.feesType.ProgramType=='P001' || setModel.feesType.ProgramType=='P002'">
|
||||
Session From <span class="symbol required"></span>
|
||||
</label>
|
||||
<label ng-if="setModel.feesType.ProgramType=='Y001'">
|
||||
Session <span class="symbol required"></span>
|
||||
</label>
|
||||
<select class="form-control" name="setsessionname" tabindex="9" id="setsessionname"
|
||||
@ -79,7 +82,7 @@
|
||||
<div class="col-md-3 form-group"
|
||||
ng-class="{'has-error':Form.settosessionname.$dirty && Form.settosessionname.$invalid, 'has-success':Form.settosessionname.$valid}" ng-if="setModel.feesType.ProgramType=='P001' || setModel.feesType.ProgramType=='P002'">
|
||||
<label>
|
||||
Session 2 <span class="symbol required"></span>
|
||||
Session To <span class="symbol required"></span>
|
||||
</label>
|
||||
<select class="form-control" name="settosessionname" tabindex="9" id="settosessionname"
|
||||
ng-model="setModel.feesType.ToSessionName"
|
||||
@ -450,8 +453,8 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Fees Name</th>
|
||||
<th>Session</th>
|
||||
<th>Session 2</th>
|
||||
<th ng-if="feesStructureInfo[0].ProgramType=='P001' || feesStructureInfo[0].ProgramType=='P002'">Session From/Session To</th>
|
||||
<th ng-if="feesStructureInfo[0].ProgramType=='Y001'">Session</th>
|
||||
<th>Roll Number</th>
|
||||
<th>Course Fees</th>
|
||||
<th>STF/WR</th>
|
||||
@ -464,8 +467,8 @@
|
||||
<tbody ng-repeat="p in feesStructureInfo|orderBy:sortKey:reverse|filter:search:strict">
|
||||
<tr ng-if="p.ExistValue=='1'">
|
||||
<td>{{p.Sem_Year}}</td>
|
||||
<td>{{p.MasterSessionName}}</td>
|
||||
<td>{{p.MasterToSessionName}}</td>
|
||||
<td ng-if="feesStructureInfo[0].ProgramType=='P001' || feesStructureInfo[0].ProgramType=='P002'">{{p.MasterSessionName}}/{{p.MasterToSessionName}}</td>
|
||||
<td ng-if="feesStructureInfo[0].ProgramType=='Y001'">{{p.MasterSessionName}}</td>
|
||||
<td>{{p.RollNo}}</td>
|
||||
<td>{{p.ActualFees}}</td>
|
||||
<td>{{p.STFOrWR}}</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user