242 lines
8.2 KiB
HTML
242 lines
8.2 KiB
HTML
|
|
|
|
<style type="text/css">
|
|
.pad {
|
|
background-color: #eee;
|
|
padding: 4px;
|
|
}
|
|
.fif {
|
|
/* background-color: #ddd;*/
|
|
display: inline-block;
|
|
margin: 0 175px 0 0;
|
|
padding: 8px 8px;
|
|
text-align: left;
|
|
width: 200px;
|
|
}
|
|
|
|
|
|
.right {
|
|
/* background-color: #ddd;*/
|
|
display: inline-block;
|
|
/*margin: 0 25px 0 0;*/
|
|
padding: 1px 1px;
|
|
text-align: right;
|
|
}
|
|
|
|
|
|
.rightac {
|
|
/* background-color: #ddd;*/
|
|
display: inline-block;
|
|
margin: 0 175px 0 0;
|
|
padding: 8px 8px;
|
|
text-align: left;
|
|
width: 200px;
|
|
}
|
|
|
|
.a {
|
|
word-spacing: 9cm;
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<section id="page-title">
|
|
<div class="row">
|
|
<div class="col-sm-8">
|
|
<h1 class="mainTitle">Fee Collected Report</h1>
|
|
</div>
|
|
<!-- <div ncy-breadcrumb></div> -->
|
|
</div>
|
|
</section>
|
|
<style>
|
|
/* .sort-icon {
|
|
font-size: 9px;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
th {
|
|
cursor: pointer;
|
|
} */
|
|
</style>
|
|
<script type="text/javascript" src="bower_components/ng-table-excel-export/ng-table-excel-export.min.js">
|
|
|
|
|
|
</script>
|
|
<div class="container-fluid container-fullw bg-white">
|
|
<div ng-controller="FeeCollected_reportCtrl" data-ng-init="init()">
|
|
<form name="Form" id="form" novalidates method="post">
|
|
<fieldset>
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
|
|
|
|
<div class="row">
|
|
<div class="col-md-3">
|
|
<!--<pre>{{searchData.date}}</pre>-->
|
|
<div data-ng-controller="DatepickerDemoCtrl">
|
|
<label>
|
|
From Date
|
|
</label>
|
|
<input type="text" tabindex="1" class="form-control " ng-click="startOpen = !startOpen" datepicker-popup="dd-MM-yyyy" ng-model="filters.from_date"
|
|
is-open="startOpen" ng-init="startOpen = false" name="addDate" datepicker-options="dateOptions"
|
|
placeholder="Select Date" close-text="Close" required="required" ng-change="changeDate()"
|
|
show-button-bar="true" />
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="col-md-3">
|
|
<!--<pre>{{searchData.date}}</pre>-->
|
|
<div data-ng-controller="DatepickerDemoCtrl">
|
|
<label>
|
|
To Date
|
|
</label>
|
|
<input type="text" tabindex="1" class="form-control " ng-click="startOpen = !startOpen" datepicker-popup="dd-MM-yyyy" ng-model="filters.to_date"
|
|
is-open="startOpen" ng-init="startOpen = false" name="addDate" datepicker-options="dateOptions"
|
|
placeholder="Select Date" close-text="Close" required="required" ng-change="changeToDate()"
|
|
show-button-bar="true" />
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="col-md-3" >
|
|
<label for="form-field-select-2">
|
|
University
|
|
</label>
|
|
|
|
<select class="form-control" tabindex="3" class="cs-select cs-skin-elastic" name="university" ng-model="myModel.myUnivSearch"
|
|
ng-click="getEmployeeList()">
|
|
|
|
<option value="" selected>Select University</option>
|
|
<option ng-repeat="item in universitySearchData" value="{{item.UniversityID}}">{{item.UniversityName}}</option>
|
|
|
|
|
|
</select>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="col-md-2" style="padding-top: 2.3%;">
|
|
<div class="pull-right">
|
|
|
|
<button type="submit" class="btn btn-success btn-o" ng-click="getDetails(Form,myModel);" tabindex="8">
|
|
Submit
|
|
</button>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
|
|
</form>
|
|
<!-- <pre>{{statusr | json}}</pre> -->
|
|
<div class="row" style="text-align: right;">
|
|
<div class="col-md-4">
|
|
<!-- <input class="form-control" type="text" ng-model="search" id="searchIn" autofocus tabindex="2" placeholder="Search" /> -->
|
|
</div>
|
|
<button class="btn btn-success btn-o" ng-click="exportData()">Export to Excel</button>
|
|
|
|
<!-- <button type="button" ladda="ldloading1.zoom_in" tabindex="5" class="btn btn-success btn-o" data-style="zoom-in" ng-click="changeSem(myModel.universityName,myModel.courseName);">Generate PDF</button> -->
|
|
|
|
<!-- <button class="btn btn-success" id="print" ng-click="generatePDF();">Print</button></div> -->
|
|
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-md-12" ng-if="isLoaderShow2">
|
|
<center> <h3>{{isLoaderTxt1}}</h3> </center>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-md-12" ng-if="isLoaderShow1">
|
|
<center> <h1>{{isLoaderTxt}}</h1> </center>
|
|
</div>
|
|
</div>
|
|
|
|
<div>
|
|
<div ng-if="isLoaderShow">
|
|
<center> <h1>No Records Found !!</h1> </center>
|
|
</div>
|
|
|
|
<div class="col-md-12" ng-if="isShow">
|
|
<div class="table-responsive" style="margin-top: 20px;">
|
|
<table id="datatable" class="table table-striped table-bordered table-hover table-condensed">
|
|
<thead>
|
|
<tr >
|
|
<th style="font-size: 12px;">University</th>
|
|
<th style="font-size: 12px;">Cash</th>
|
|
<th style="font-size: 12px;">Cheque</th>
|
|
|
|
<th style="font-size: 12px;">Online Transaction</th>
|
|
|
|
<th style="font-size: 12px;">Credit/Debit Card</th>
|
|
<th style="font-size: 12px;">Waiver</th>
|
|
<th style="font-size: 12px">Referral</th>
|
|
<th style="font-size: 12px;">Total</th>
|
|
<!-- <th style="font-size: 12px;">Waiver</th>
|
|
<th style="font-size: 12px">Referral</th> -->
|
|
<!-- <th style="font-size: 12px;">Amount</th>
|
|
<th style="font-size: 12px;">Action</th> -->
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr dir-paginate="p in newreglist|filter:search:strict|itemsPerPage:10">
|
|
|
|
<td>{{p.UniversityName}}</td>
|
|
<td>{{p.Cash}}</td>
|
|
<td>{{p.Cheque}}</td>
|
|
|
|
<td>{{p.Onlinec}}</td>
|
|
|
|
<td>{{p.Card}}</td>
|
|
<td>{{p.WAIVER}}</td>
|
|
<td>{{p.Referal}}</td>
|
|
<td>{{p.Card -- p.Cash -- p.Cheque -- p.Onlinec -- p.WAIVER -- p.Referal}}</td>
|
|
<!-- <td>{{p.WAIVER}}</td>
|
|
<td>{{p.Referal}}</td> -->
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
|
|
<tfoot>
|
|
<!-- <td></td>
|
|
<td></td>style="font-size:35px;"
|
|
<td></td>
|
|
<td></td> -->
|
|
<td colspan="7" align="right"><span style="font-size:15px;font-weight:bold">Total</span></td>
|
|
<!-- <td></td>
|
|
<td></td> -->
|
|
<td><span style="font-size:15px;font-weight:bold">{{Totalfee}}</span></td>
|
|
|
|
</tfoot>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<!-- <div ng-if="load=0">
|
|
<b><h1 style="color:black;"><center> No Records Found</h1></center></b>
|
|
</div> -->
|
|
<dir-pagination-controls direction-links="true" boundary-links="true">
|
|
</dir-pagination-controls>
|
|
</div>
|
|
</div>
|
|
|
|
|