course details changes done
This commit is contained in:
parent
cad5dc8e79
commit
5fd3ecffe7
@ -1,3 +1,35 @@
|
|||||||
|
<style>
|
||||||
|
.modal-backdrop {
|
||||||
|
background-color: #000;
|
||||||
|
bottom: 0;
|
||||||
|
position: fixed;
|
||||||
|
}
|
||||||
|
.modal-backdrop.in {
|
||||||
|
opacity: 0.4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-backdrop {
|
||||||
|
z-index: 9998 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal {
|
||||||
|
z-index: 9999 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-content {
|
||||||
|
background: #ffffff;
|
||||||
|
box-shadow: none;
|
||||||
|
width: 150%;
|
||||||
|
margin-left: -20%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-footer, .modal-header {
|
||||||
|
border-color: #b5b5b5;
|
||||||
|
}
|
||||||
|
.fa {
|
||||||
|
color:#46b8da;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<form name="Form" id="form" novalidate>
|
<form name="Form" id="form" novalidate>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
@ -227,7 +259,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-12 form-group"
|
<div class="col-md-12 form-group"
|
||||||
ng-class="{'has-error':Form.studcomments.$dirty && Form.studcomments.$invalid}">
|
ng-class="{'has-error':Form.studcomments.$dirty && Form.studcomments.$invalid,'has-success':Form.studcomments.$valid}">
|
||||||
<label>
|
<label>
|
||||||
Comments For Student <span class="symbol required"></span>
|
Comments For Student <span class="symbol required"></span>
|
||||||
</label>
|
</label>
|
||||||
@ -240,7 +272,7 @@
|
|||||||
<!--ng-if="Form.address.$valid">Thank You!</span>-->
|
<!--ng-if="Form.address.$valid">Thank You!</span>-->
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-12 form-group"
|
<div class="col-md-12 form-group"
|
||||||
ng-class="{'has-error':Form.internalcomments.$dirty && Form.internalcomments.$invalid}">
|
ng-class="{'has-error':Form.internalcomments.$dirty && Form.internalcomments.$invalid,'has-success':Form.internalcomments.$valid}">
|
||||||
<label>
|
<label>
|
||||||
Comments For Internal <span class="symbol required"></span>
|
Comments For Internal <span class="symbol required"></span>
|
||||||
</label>
|
</label>
|
||||||
@ -273,6 +305,7 @@
|
|||||||
<th>Others</th>
|
<th>Others</th>
|
||||||
<th>Waiver</th>
|
<th>Waiver</th>
|
||||||
<th>Paid</th>
|
<th>Paid</th>
|
||||||
|
<th>Balance</th>
|
||||||
<th></th>
|
<th></th>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
@ -286,34 +319,40 @@
|
|||||||
<td>{{p.Others}}</td>
|
<td>{{p.Others}}</td>
|
||||||
<td>{{p.Waiver}}</td>
|
<td>{{p.Waiver}}</td>
|
||||||
<td>{{p.PaidBillAmount}}</td>
|
<td>{{p.PaidBillAmount}}</td>
|
||||||
|
<td>{{p.BalanceAmount}}</td>
|
||||||
|
|
||||||
<td><span class="text-extra-large margin-bottom-10 block">
|
<td><span class="text-extra-large margin-bottom-10 block">
|
||||||
<a tooltip="{{dynamicTooltip}}">
|
<a tooltip="{{dynamicTooltip}}">
|
||||||
<i class="fa fa-print" ng-click="open(p)"></i>
|
<i class="fa fa-eye" ng-click="open(p)"></i>
|
||||||
</a> </span>
|
</a> </span>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<script type="text/ng-template" id="myModalContent.html" style="width: 154%;margin-left: -24%;">
|
<script type="text/ng-template" id="myModalContent.html">
|
||||||
|
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h3 class="modal-title">Fees Details of {{items.FeesName}} </h3>
|
<h4 class="modal-title">{{items.FeesName}} Details</h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<table style="border:1px;width:100%">
|
<table class="table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr><th>Bill NO</th>
|
<tr>
|
||||||
|
<th>Bill NO</th>
|
||||||
<th>Bill Date</th>
|
<th>Bill Date</th>
|
||||||
<th>Bill Amount</th>
|
<th>Bill Amount</th>
|
||||||
<th>Print</th></tr>
|
<th>Session Name</th>
|
||||||
|
<th>Print</th>
|
||||||
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr ng-repeat="v in items.paidDetails">
|
<tr ng-repeat="v in items.paidDetails">
|
||||||
<td>{{v.BillNO}}</td>
|
<td>{{v.BillNO}}</td>
|
||||||
<td>{{v.BillDate}}</td>
|
<td>{{v.BillDate}}</td>
|
||||||
<td>{{v.BillAmount}}</td>
|
<td>{{v.BillAmount}}</td>
|
||||||
|
<td>{{v.SessionID}}</td>
|
||||||
<td>
|
<td>
|
||||||
<a ng-mouseover="ShowHide(v)" ng-mouseleave="mouseLeave()" ng-click="ShowHide(v)" pdf-save-button="{{v.BillNO}}" pdf-name="Billno-{{v.BillNO}}.pdf" class="btn"><i class="fa fa-print"></i></a>
|
<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>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -321,10 +360,7 @@
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
<div pdf-save-content="{{billNo}}" visible='showButton'>
|
||||||
|
|
||||||
|
|
||||||
<div pdf-save-content="{{BillNo}}" visible='showButton'>
|
|
||||||
|
|
||||||
<table style="border-collapse: collapse;color:black; !important" width="100%" border="1">
|
<table style="border-collapse: collapse;color:black; !important" width="100%" border="1">
|
||||||
<tbody>
|
<tbody>
|
||||||
@ -336,37 +372,37 @@
|
|||||||
<td style="width: 136px; height: 23px; text-align: center;" colspan="3">(A Group of SVE Trust)</td>
|
<td style="width: 136px; height: 23px; text-align: center;" colspan="3">(A Group of SVE Trust)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr style="height: 36px;">
|
<tr style="height: 36px;">
|
||||||
<td style="width: 136px; height: 36px; text-align: center;" colspan="3">10/1, Frist Floor, Old Airport Road, Domlur, Bangalore - 560071. karnataka Land Mark - Opp to Domlur Bus Stop Ph:9620214554</td>
|
<td style="width: 136px; height: 36px; text-align: center;" colspan="3">10/1, Frist Floor, Old Airport Road, Domlur, Bangalore - 560071. karnataka Land Mark - Opp to Domlur Bus Stop Ph: 9620214554</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr style="height: 24px;">
|
<tr style="height: 24px;">
|
||||||
<td style="width: 136px; height: 24px; text-align: center;" colspan="3"><strong>FEES RECEIPT</strong></td>
|
<td style="width: 136px; height: 24px; text-align: center;" colspan="3"><strong>FEES RECEIPT</strong></td>
|
||||||
<td style="width: 137px; height: 24px;">DOM: {{BillNo}}</td>
|
<td style="width: 137px; height: 24px;">DOM: {{billNo}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr style="height: 24px;">
|
<tr style="height: 24px;">
|
||||||
<td style="width: 136px; height: 24px;" colspan="3">Received From</td>
|
<td style="width: 136px; height: 24px;" colspan="3">Received From</td>
|
||||||
<td style="width: 137px; height: 24px;">Date: </td>
|
<td style="width: 137px; height: 24px;">Date: {{billDate}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr style="height: 24px;">
|
<tr style="height: 24px;">
|
||||||
<td style="width: 136px; height: 24px;" colspan="2">Mr. /Mrs. /Miss:{{items.Firstname}}</td>
|
<td style="width: 136px; height: 24px;" colspan="2">Mr. /Mrs. /Miss: {{items.Firstname}}</td>
|
||||||
<td style="width: 137px; height: 24px;" colspan="2">Enrl.No: </td>
|
<td style="width: 137px; height: 24px;" colspan="2">Enrl.No: {{items.EnrollmentID}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr style="height: 24px;">
|
<tr style="height: 24px;">
|
||||||
<td style="width: 136px; height: 24px;" colspan="2">S/o. /D/o. W/o. Mr. /Mrs:</td>
|
<td style="width: 136px; height: 24px;" colspan="2">S/o. /D/o. W/o. Mr. /Mrs: {{items.Fathername}}</td>
|
||||||
<td style="width: 137px; height: 24px;" colspan="2">Ph. No:</td>
|
<td style="width: 137px; height: 24px;" colspan="2">Mobile No: {{items.MobileNumber}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr style="height: 24px;">
|
<tr style="height: 24px;">
|
||||||
<td style="width: 136px; height: 24px;">Course:{{items.CourseName}}</td>
|
<td style="width: 136px; height: 24px;">Course: {{items.CourseName}}</td>
|
||||||
<td style="width: 136px; height: 24px;">Sem: {{items.FeesName}}</td>
|
<td style="width: 136px; height: 24px;">Sem: {{items.FeesName}}</td>
|
||||||
<td style="width: 137px; height: 24px;">Exam Cycle: </td>
|
<td style="width: 137px; height: 24px;">Exam Cycle: {{sessionName}}</td>
|
||||||
<td style="width: 137px; height: 24px;">Univ:</td>
|
<td style="width: 137px; height: 24px;">Univ: {{items.UniversityName}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr style="height: 24px;">
|
<tr style="height: 24px;">
|
||||||
<td style="width: 136px; height: 24px;" colspan="4">Rupees In Words: </td>
|
<td style="width: 136px; height: 24px;" colspan="4">Rupees In Words: {{amountInWords}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr style="height: 110px;">
|
<tr style="height: 110px;">
|
||||||
<td style="width: 136px; height: 110px;"><strong>RS</strong>:</td>
|
<td style="width: 136px; height: 110px;"><strong>RS</strong>.{{billAmount}}</td>
|
||||||
<td style="width: 136px; height: 110px;" colspan="2">
|
<td style="width: 136px; height: 110px;" colspan="2">
|
||||||
<p>Cash / DD / Cheque No:</p>
|
<p>Cash / DD / Cheque: {{paymentType}}</p>
|
||||||
<p>Payable At/base Branch:</p>
|
<p>Payable At/base Branch:</p>
|
||||||
<p>Date: Place:</p>
|
<p>Date: Place:</p>
|
||||||
</td>
|
</td>
|
||||||
@ -379,7 +415,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
<button class="btn btn-primary btn-o" ng-click="cancel()">Cancel</button>
|
<button class="btn btn-danger btn-sm" ng-click="cancel()">Cancel</button>
|
||||||
</div>
|
</div>
|
||||||
</script>
|
</script>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user