course details changes done

This commit is contained in:
gandhimathi 2018-01-11 13:57:42 +05:30
parent d45ba66d63
commit 5dcca7b44c

View File

@ -47,7 +47,7 @@
<div class="col-md-3 form-group"
ng-class="{'has-error':Form.feesType.$dirty && Form.feesType.$invalid, 'has-success':Form.feesType.$valid}">
<label>
Fees Type <span class="symbol required"></span>
Fees Name <span class="symbol required"></span>
</label>
<select class="form-control" name="feesType" tabindex="7" id="feesType"
ng-model="updateModel.feesType"
@ -75,16 +75,16 @@
<!--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, 'has-success':Form.rollNo.$valid}">
ng-class="{'has-error':Form.rollNo.$dirty && Form.rollNo.$invalid}">
<label>
Roll Number <span class="symbol required"></span>
Roll Number
</label>
<input type="text" placeholder="Enter Roll No"
tabindex="8" class="form-control" name="rollNo"
ng-model="updateModel.feesType.RollNo" ng-pattern="/^[a-zA-Z0-9-./\s]*$/" required readonly/>
<span class="error text-small block"
ng-if="Form.rollNo.$dirty && Form.rollNo.$error.required">Roll No is required</span>
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>-->
<span class="error text-small block"
ng-if="Form.rollNo.$dirty && Form.rollNo.$error.pattern">Invalid roll no </span>
<!--<span class="success text-small"-->
@ -299,18 +299,18 @@
</div>
<div class="col-md-3 form-group"
ng-class="{'has-error':Form.billno.$dirty && Form.billno.$invalid, 'has-success':Form.billno.$valid}">
ng-class="{'has-error':Form.billno.$dirty && Form.billno.$invalid}">
<label>
Bill No <span class="symbol required"></span>
Receipt No
</label>
<input type="text" placeholder="Enter Bill No"
<input type="text" placeholder="Enter Receipt No"
tabindex="15" class="form-control" name="billno"
ng-model="updateModel.billNo" ng-pattern="/^[a-zA-Z0-9-./\s]*$/" required/>
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>-->
<span class="error text-small block"
ng-if="Form.billno.$dirty && Form.billno.$error.required">Bill no is required</span>
<span class="error text-small block"
ng-if="Form.billno.$dirty && Form.billno.$error.pattern">Invalid bill no </span>
ng-if="Form.billno.$dirty && Form.billno.$error.pattern">Invalid receipt no </span>
</div>
<div class="col-md-3 form-group"
ng-class="{'has-error':Form.billAmount.$dirty && Form.billAmount.$invalid,'has-success':Form.billAmount.$valid}">
@ -447,6 +447,7 @@
<th>Bill NO</th>
<th>Bill Date</th>
<th>Bill Amount</th>
<th>Receipt NO</th>
<th>Print</th>
</tr>
</thead>
@ -455,6 +456,7 @@
<td>{{v.BillNO}}</td>
<td>{{v.BillDate}}</td>
<td>{{v.BillAmount}}</td>
<td>{{v.ReceiptNo}}</td>
<td>
<a tooltip="Click to print" ng-mouseleave="mouseLeave()" pdf-save-button="{{v.BillNO}}" pdf-name="Billno-{{v.BillNO}}.pdf" class="btn"><i class="fa fa-print" ng-click="ShowHide(v)"></i></a>
@ -498,7 +500,7 @@
</tr>
<tr style="height: 24px;">
<td style="width: 136px; height: 24px;"><strong>Course:</strong>&nbsp;{{items.CourseName}}</td>
<td style="width: 136px; height: 24px;"><strong>Fees Type:</strong>&nbsp;{{items.FeesName}}</td>
<td style="width: 136px; height: 24px;"><strong>Fees Name:</strong>&nbsp;{{items.FeesName}}</td>
<td style="width: 137px; height: 24px;"><strong>Exam Cycle:</strong>&nbsp;{{items.SessionName}}</td>
<td style="width: 137px; height: 24px;"><strong>Univ:</strong>&nbsp;{{items.UniversityName}}</td>
</tr>