course details changes done
This commit is contained in:
parent
35fd8f13de
commit
896b208ab0
@ -61,7 +61,7 @@
|
||||
<div class="col-md-3 form-group"
|
||||
ng-class="{'has-error':Form.sessionname.$dirty && Form.sessionname.$invalid, 'has-success':Form.sessionname.$valid}">
|
||||
<label>
|
||||
Session Name <span class="symbol required"></span>
|
||||
Session <span class="symbol required"></span>
|
||||
</label>
|
||||
|
||||
<input type="text" placeholder="Enter Session Name"
|
||||
@ -74,6 +74,22 @@
|
||||
<!--<span class="success text-small"-->
|
||||
<!--ng-if="Form.stopname.$valid">Thank You!</span>-->
|
||||
</div>
|
||||
<div class="col-md-3 form-group"
|
||||
ng-class="{'has-error':Form.sessionname.$dirty && Form.sessionname.$invalid, 'has-success':Form.sessionname.$valid}">
|
||||
<label>
|
||||
Session 2<span class="symbol required"></span>
|
||||
</label>
|
||||
|
||||
<input type="text" placeholder="Enter Session Name"
|
||||
tabindex="9" class="form-control" name="sessionname"
|
||||
ng-model="updateModel.feesType.ToSessionName" ng-pattern="/^[a-zA-Z0-9-./\s]*$/" required readonly/>
|
||||
<span class="error text-small block"
|
||||
ng-if="Form.sessionname.$dirty && Form.sessionname.$error.required">Session name is required</span>
|
||||
<span class="error text-small block"
|
||||
ng-if="Form.sessionname.$dirty && Form.sessionname.$error.pattern">Invalid session name </span>
|
||||
<!--<span class="success text-small"-->
|
||||
<!--ng-if="Form.stopname.$valid">Thank You!</span>-->
|
||||
</div>
|
||||
<div class="col-md-3 form-group"
|
||||
ng-class="{'has-error':Form.rollNo.$dirty && Form.rollNo.$invalid}">
|
||||
<label>
|
||||
@ -81,7 +97,7 @@
|
||||
</label>
|
||||
|
||||
<input type="text" placeholder="Enter Roll No"
|
||||
tabindex="8" class="form-control" name="rollNo"
|
||||
tabindex="10" class="form-control" name="rollNo"
|
||||
ng-model="updateModel.feesType.RollNo" ng-pattern="/^[a-zA-Z0-9-./\s]*$/" readonly/>
|
||||
<!--<span class="error text-small block"
|
||||
ng-if="Form.rollNo.$dirty && Form.rollNo.$error.required">Roll No is required</span>-->
|
||||
@ -98,7 +114,7 @@
|
||||
</label>
|
||||
|
||||
<input type="text" placeholder="Enter Fees Amount"
|
||||
autofocus tabindex="9" class="form-control" name="feesAmount" id="feesAmount" ng-maxlength="9"
|
||||
autofocus tabindex="11" class="form-control" name="feesAmount" id="feesAmount" ng-maxlength="9"
|
||||
ng-model="updateModel.feesType.ActualFees" ng-pattern="/^[0-9]*$/" required readonly/>
|
||||
<span class="error text-small block"
|
||||
ng-if="Form.feesAmount.$dirty && Form.feesAmount.$invalid"
|
||||
@ -114,7 +130,7 @@
|
||||
</label>
|
||||
|
||||
<input type="text" placeholder="Enter STF/WR Amount"
|
||||
autofocus tabindex="10" class="form-control" name="STF" id="STF" ng-maxlength="9"
|
||||
autofocus tabindex="12" class="form-control" name="STF" id="STF" ng-maxlength="9"
|
||||
ng-model="updateModel.feesType.STFOrWR" ng-pattern="/^[0-9]*$/" readonly/>
|
||||
<span class="error text-small block"
|
||||
ng-if="Form.STF.$dirty && Form.STF.$invalid"
|
||||
@ -130,7 +146,7 @@
|
||||
</label>
|
||||
|
||||
<input type="text" placeholder="Enter Other Amount"
|
||||
autofocus tabindex="11" class="form-control" name="others" id="others" ng-maxlength="9"
|
||||
autofocus tabindex="13" class="form-control" name="others" id="others" ng-maxlength="9"
|
||||
ng-model="updateModel.feesType.Others" ng-pattern="/^[0-9]*$/" readonly/>
|
||||
<span class="error text-small block"
|
||||
ng-if="Form.others.$dirty && Form.others.$invalid"
|
||||
@ -146,7 +162,7 @@
|
||||
</label>
|
||||
|
||||
<input type="text" placeholder="Enter Waiver Amount"
|
||||
autofocus tabindex="12" class="form-control" name="waiver" id="waiver" ng-maxlength="9"
|
||||
autofocus tabindex="14" class="form-control" name="waiver" id="waiver" ng-maxlength="9"
|
||||
ng-model="updateModel.feesType.Waiver" ng-pattern="/^[0-9]*$/" readonly/>
|
||||
<span class="error text-small block"
|
||||
ng-if="Form.waiver.$dirty && Form.waiver.$invalid"
|
||||
@ -162,7 +178,7 @@
|
||||
</label>
|
||||
|
||||
<input type="text" placeholder="Enter Total Amount"
|
||||
autofocus tabindex="13" class="form-control" name="total" id="total" ng-maxlength="9"
|
||||
autofocus tabindex="15" class="form-control" name="total" id="total" ng-maxlength="9"
|
||||
ng-model="updateModel.feesType.BalanceAmount" ng-pattern="/^[0-9]*$/" readonly/>
|
||||
<span class="error text-small block"
|
||||
ng-if="Form.total.$dirty && Form.total.$invalid"
|
||||
@ -305,7 +321,7 @@
|
||||
</label>
|
||||
|
||||
<input type="text" placeholder="Enter Receipt No"
|
||||
tabindex="15" class="form-control" name="billno"
|
||||
tabindex="16" class="form-control" name="billno"
|
||||
ng-model="updateModel.billNo" ng-pattern="/^[a-zA-Z0-9-./\s]*$/"/>
|
||||
<!--<span class="error text-small block"
|
||||
ng-if="Form.billno.$dirty && Form.billno.$error.required">Bill no is required</span>-->
|
||||
@ -319,7 +335,7 @@
|
||||
</label>
|
||||
|
||||
<input type="text" placeholder="Enter Fees Amount"
|
||||
autofocus tabindex="16" class="form-control" name="billAmount" id="billAmount" ng-maxlength="9"
|
||||
autofocus tabindex="17" class="form-control" name="billAmount" id="billAmount" ng-maxlength="9"
|
||||
ng-model="updateModel.billAmount" ng-pattern="/^[0-9]*$/" required/>
|
||||
<span class="error text-small block"
|
||||
ng-if="Form.billAmount.$dirty && Form.billAmount.$invalid"
|
||||
@ -334,7 +350,7 @@
|
||||
<label>
|
||||
Mode Of Payment <span class="symbol required"></span>
|
||||
</label>
|
||||
<select class="form-control" name="paymentOn" tabindex="17" id="paymentOn"
|
||||
<select class="form-control" name="paymentOn" tabindex="18" id="paymentOn"
|
||||
ng-model="updateModel.paymentOn"
|
||||
ng-options="payment.paymentOn for payment in paymentOptions"
|
||||
required>
|
||||
@ -363,7 +379,7 @@
|
||||
<label>
|
||||
Comments For Student <span class="symbol required"></span>
|
||||
</label>
|
||||
<textarea placeholder="Enter Comments" tabindex="17"
|
||||
<textarea placeholder="Enter Comments" tabindex="19"
|
||||
class="form-control textdsc" name="studcomments"
|
||||
ng-model="updateModel.studComments" required></textarea>
|
||||
<span class="error text-small block"
|
||||
@ -376,7 +392,7 @@
|
||||
<label>
|
||||
Comments For Internal <span class="symbol required"></span>
|
||||
</label>
|
||||
<textarea placeholder="Enter Comments" tabindex="19"
|
||||
<textarea placeholder="Enter Comments" tabindex="20"
|
||||
class="form-control textdsc" name="internalcomments"
|
||||
ng-model="updateModel.internalComments" required></textarea>
|
||||
<span class="error text-small block"
|
||||
@ -400,7 +416,8 @@
|
||||
<tr>
|
||||
<th>Fees Name</th>
|
||||
<th>Course Name</th>
|
||||
<th>Session Name</th>
|
||||
<th>Session</th>
|
||||
<th>Session 2</th>
|
||||
<th>Roll Number</th>
|
||||
<th>Course Fees</th>
|
||||
<th>STF/WR</th>
|
||||
@ -419,6 +436,7 @@
|
||||
<td>{{p.FeesName}}</td>
|
||||
<td>{{p.CourseName}}</td>
|
||||
<td>{{p.SessionName}}</td>
|
||||
<td>{{p.ToSessionName}}</td>
|
||||
<td>{{p.RollNo}}</td>
|
||||
<td>{{p.CourseFees}}</td>
|
||||
<td>{{p.STFOrWR}}</td>
|
||||
@ -428,9 +446,9 @@
|
||||
<td>{{p.PaidBillAmount}}</td>
|
||||
<td>{{p.BalanceAmount}}</td>
|
||||
|
||||
<td><span class="text-extra-large margin-bottom-10 block">
|
||||
<td ng-click="open(p)"><span class="text-extra-large margin-bottom-10 block">
|
||||
<a tooltip="{{dynamicTooltip}}">
|
||||
<i class="fa fa-eye" ng-click="open(p)"></i>
|
||||
<i class="fa fa-eye" ></i>
|
||||
</a> </span>
|
||||
</td>
|
||||
|
||||
@ -502,7 +520,8 @@
|
||||
<tr style="height: 24px;">
|
||||
<td style="width: 136px; height: 24px;"><strong>Course:</strong> {{items.CourseName}}</td>
|
||||
<td style="width: 136px; height: 24px;"><strong>Fees Type:</strong> {{items.FeesName}}</td>
|
||||
<td style="width: 137px; height: 24px;"><strong>Exam Cycle:</strong> {{items.SessionName}}</td>
|
||||
<td ng-if="items.ToSessionName=='Not Applicale'" style="width: 137px; height: 24px;"><strong>Exam Cycle:</strong> {{items.SessionName}}</td>
|
||||
<td ng-if="items.ToSessionName!='Not Applicale'" style="width: 137px; height: 24px;"><strong>Exam Cycle:</strong> {{items.SessionName}}/{{items.ToSessionName}}</td>
|
||||
<td style="width: 137px; height: 24px;"><strong>Univ:</strong> {{items.UniversityName}}</td>
|
||||
</tr>
|
||||
<tr style="height: 24px;">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user