dashboard changes
This commit is contained in:
parent
6abd65c9be
commit
25b05924fd
@ -14,62 +14,28 @@
|
|||||||
</section> -->
|
</section> -->
|
||||||
<!-- end: DASHBOARD TITLE -->
|
<!-- end: DASHBOARD TITLE -->
|
||||||
<!-- start: FEATURED BOX LINKS -->
|
<!-- start: FEATURED BOX LINKS -->
|
||||||
<div class="container-fluid container-fullw bg-white" ng-controller="dashboardCtrl">
|
<div ng-controller="dashboardCtrl">
|
||||||
<!-- start student registration details-->
|
<div class="container-fluid container-fullw padding-bottom-10">
|
||||||
<div ng-if="getLoginType!='R004'" ng-controller="OnotherCtrl" data-ng-init="init()">
|
|
||||||
<div class="col-md-12">
|
|
||||||
<div class="panel panel-white" id="panel4">
|
|
||||||
<div class="panel-heading panel-white">
|
|
||||||
<h4 class="panel-title text-blue">University Registration</h4>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="panel-body">
|
|
||||||
<div ng-if="notEmptyRegistration==false">
|
|
||||||
<center>
|
|
||||||
<h5 class="text-dark">No university details!</h5>
|
|
||||||
</center>
|
|
||||||
</div>
|
|
||||||
<div class="col-md-3" ng-if="notEmptyRegistration==true" ng-repeat="registration in registerdStudentDetails">
|
|
||||||
<div class="panel panel-white" id="{{registration.UniversityID}}">
|
|
||||||
<!--<div class="panel-heading panel-white">
|
|
||||||
<h4 class="panel-title text-blue">{{registration.UniversityID}}</h4>
|
|
||||||
|
|
||||||
</div>-->
|
|
||||||
<div class="panel-body">
|
|
||||||
<label>{{registration.UniversityName | uppercase}}</label>
|
|
||||||
<div>
|
|
||||||
<label>No of Registration : <span>{{registration.StudentCounts}}</span></label>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!--end student registration-->
|
|
||||||
<div class="row" data-ng-init="initCallTracking()">
|
<div class="row" data-ng-init="initCallTracking()">
|
||||||
<div class="col-md-12">
|
<div class="col-sm-12">
|
||||||
<div class="col-sm-6">
|
<div class="panel panel-white no-radius">
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
|
|
||||||
<div class="panel panel-white" id="panel1">
|
<div class="panel-body no-padding">
|
||||||
<div class="panel-heading panel-white">
|
|
||||||
<h4 class="panel-title text-green">Follow Ups For Today : {{todayFolloupDetails.length}}</h4>
|
<tabset class="tabbable no-padding no-margin">
|
||||||
<ct-paneltool class="panel-tools" tool-refresh="load1" ng-click="initCallTracking()"></ct-paneltool>
|
<tab heading="Follow Ups For Today : {{todayFolloupDetails.length}}" class="padding-top-5 padding-left-5">
|
||||||
</div>
|
<div class="panel-scroll height-200" perfect-scrollbar wheel-propagation="false" suppress-scroll-x="true">
|
||||||
<div class="panel-body">
|
|
||||||
<div ng-if="emptyDataToday==true">
|
<div ng-if="emptyDataToday==true">
|
||||||
<center>
|
<center>
|
||||||
<h5 class="text-dark">No Followup!</h5>
|
<h5 class="text-dark">No Followup!</h5>
|
||||||
</center>
|
</center>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-scroll height-180" perfect-scrollbar wheel-propagation="false" suppress-scroll-x="true" ng-if="emptyDataToday==false">
|
<div class="cl-effect-13" style="float: right" ng-if="emptyDataToday==false">
|
||||||
<table class="table table-hover" ng-controller="studentModalDemoCtrl">
|
<a ui-sref="app.call.tracking">
|
||||||
|
view more
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<table class="table table-hover no-margin" ng-if="emptyDataToday==false" ng-controller="studentModalDemoCtrl">
|
||||||
<thead>
|
<thead>
|
||||||
<tr><!--<td colspan="5" style="background:#1FBBA6;color:#fff !important">Total Entries :{{todayFolloupDetails.length}}</td></tr>-->
|
<tr><!--<td colspan="5" style="background:#1FBBA6;color:#fff !important">Total Entries :{{todayFolloupDetails.length}}</td></tr>-->
|
||||||
<tr>
|
<tr>
|
||||||
@ -90,78 +56,24 @@
|
|||||||
<td>{{today.ActivityName}}</td>
|
<td>{{today.ActivityName}}</td>
|
||||||
<td class="hidden-xs" ng-if="today.statusName=='CLOSE'"><span class="label label-sm label-success">{{today.statusName}}</span></td>
|
<td class="hidden-xs" ng-if="today.statusName=='CLOSE'"><span class="label label-sm label-success">{{today.statusName}}</span></td>
|
||||||
<td class="hidden-xs" ng-if="today.statusName!='CLOSE'"><span class="label label-sm label-warning">{{today.statusName}}</span></td>
|
<td class="hidden-xs" ng-if="today.statusName!='CLOSE'"><span class="label label-sm label-warning">{{today.statusName}}</span></td>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</tab>
|
||||||
</div>
|
<tab heading="Pending Follow Ups : {{pendingFolloupDetails.length}}" class="padding-top-5">
|
||||||
</div>
|
<div class="panel-scroll height-200" perfect-scrollbar wheel-propagation="false" suppress-scroll-x="true">
|
||||||
|
|
||||||
<div class="row">
|
|
||||||
<div class="panel panel-white" id="panel3">
|
|
||||||
<div class="panel-heading panel-white">
|
|
||||||
<h4 class="panel-title text-purple"> Leads Created Today :{{leadDetails.length}}</h4>
|
|
||||||
<ct-paneltool class="panel-tools" tool-refresh="load1" ng-click="initCallTracking()"></ct-paneltool>
|
|
||||||
</div>
|
|
||||||
<div class="panel-body">
|
|
||||||
<div ng-if="emptyDataLead==true">
|
|
||||||
<center>
|
|
||||||
<h5 class="text-dark">No Lead Created By Today!</h5>
|
|
||||||
</center>
|
|
||||||
</div>
|
|
||||||
<div class="panel-scroll height-180" perfect-scrollbar wheel-propagation="false" suppress-scroll-x="true" ng-if="emptyDataLead==false">
|
|
||||||
<table class="table table-hover" ng-controller="studentModalDemoCtrl">
|
|
||||||
<thead>
|
|
||||||
<!-- <tr><td colspan="6" style="background:#DD5A82;color:#fff !important">Total Entries :{{leadDetails.length}}</td></tr> -->
|
|
||||||
<tr>
|
|
||||||
<th> ID</th>
|
|
||||||
<th> Name</th>
|
|
||||||
<th>Mobile </th>
|
|
||||||
<th>Activity</th>
|
|
||||||
<th>Followup </th>
|
|
||||||
<th class="hidden-xs">Status</th>
|
|
||||||
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
|
|
||||||
<tr ng-repeat="lead in leadDetails">
|
|
||||||
<td>{{lead.TrackingID}}</td>
|
|
||||||
<td><a tooltip="View Student" class="text-dark" ng-click="open(lead);">{{lead.LeadName}}</a></td>
|
|
||||||
<td><a tooltip="View Student" class="text-dark" ng-click="open(lead);">{{lead.MobileNumber}}</a></td>
|
|
||||||
<td>{{lead.ActivityName}}</td>
|
|
||||||
<td>{{lead.FollowupOn}}</td>
|
|
||||||
<td class="hidden-xs" ng-if="lead.statusName=='CLOSE'"><span class="label label-sm label-info">{{lead.statusName}}</span></td>
|
|
||||||
<td class="hidden-xs" ng-if="lead.statusName!='CLOSE'"><span class="label label-sm label-info">{{lead.statusName}}</span></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="col-sm-6">
|
|
||||||
<div class="panel panel-white" id="panel2">
|
|
||||||
<div class="panel-heading panel-white">
|
|
||||||
<h4 class="panel-title text-red">Pending Follow Ups :{{pendingFolloupDetails.length}}</h4>
|
|
||||||
<ct-paneltool class="panel-tools" tool-refresh="load1" ng-click="initCallTracking()"></ct-paneltool>
|
|
||||||
</div>
|
|
||||||
<div class="panel-body">
|
|
||||||
<div ng-if="emptyDataPending==true">
|
<div ng-if="emptyDataPending==true">
|
||||||
<center>
|
<center>
|
||||||
<h5 class="text-dark">No Pending Followup!</h5>
|
<h5 class="text-dark">No Pending Followup!</h5>
|
||||||
</center>
|
</center>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-scroll height-460" perfect-scrollbar wheel-propagation="false" suppress-scroll-x="true" ng-if="emptyDataPending==false">
|
<div class="cl-effect-13" style="float: right" ng-if="emptyDataToday==false">
|
||||||
<table class="table table-hover" ng-controller="studentModalDemoCtrl">
|
<a ui-sref="app.call.tracking">
|
||||||
|
view more
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<table class="table table-hover" ng-if="emptyDataPending==false" ng-controller="studentModalDemoCtrl">
|
||||||
<thead>
|
<thead>
|
||||||
<!-- <tr> -->
|
<!-- <tr> -->
|
||||||
<!-- <td colspan="6" style="background:#C82E29;color:#fff !important">Total Entries :{{pendingFolloupDetails.length}}</td></tr> -->
|
<!-- <td colspan="6" style="background:#C82E29;color:#fff !important">Total Entries :{{pendingFolloupDetails.length}}</td></tr> -->
|
||||||
@ -189,33 +101,108 @@
|
|||||||
|
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
</tab>
|
||||||
|
<tab heading="Leads Created Today : {{leadDetails.length}}" class="padding-top-5">
|
||||||
|
<div class="panel-scroll height-200" perfect-scrollbar wheel-propagation="false" suppress-scroll-x="true">
|
||||||
|
<div ng-if="emptyDataLead==true">
|
||||||
|
<center>
|
||||||
|
<h5 class="text-dark">No Lead Created By Today!</h5>
|
||||||
|
</center>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="cl-effect-13" style="float: right" ng-if="emptyDataLead==false && getLoginType=='R004' || getLoginType=='R003'">
|
||||||
|
<a ui-sref="app.call.lead">
|
||||||
|
view more
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<table class="table table-hover" ng-if="emptyDataLead==false" ng-controller="studentModalDemoCtrl">
|
||||||
|
<thead>
|
||||||
|
<!-- <tr><td colspan="6" style="background:#DD5A82;color:#fff !important">Total Entries :{{leadDetails.length}}</td></tr> -->
|
||||||
|
<tr>
|
||||||
|
<th> ID</th>
|
||||||
|
<th> Name</th>
|
||||||
|
<th>Mobile </th>
|
||||||
|
<th>Activity</th>
|
||||||
|
<th>Followup </th>
|
||||||
|
<th class="hidden-xs">Status</th>
|
||||||
|
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
|
||||||
|
<tr ng-repeat="lead in leadDetails">
|
||||||
|
<td>{{lead.TrackingID}}</td>
|
||||||
|
<td><a tooltip="View Student" class="text-dark" ng-click="open(lead);">{{lead.LeadName}}</a></td>
|
||||||
|
<td><a tooltip="View Student" class="text-dark" ng-click="open(lead);">{{lead.MobileNumber}}</a></td>
|
||||||
|
<td>{{lead.ActivityName}}</td>
|
||||||
|
<td>{{lead.FollowupOn}}</td>
|
||||||
|
<td class="hidden-xs" ng-if="lead.statusName=='CLOSE'"><span class="label label-sm label-info">{{lead.statusName}}</span></td>
|
||||||
|
<td class="hidden-xs" ng-if="lead.statusName!='CLOSE'"><span class="label label-sm label-info">{{lead.statusName}}</span></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</tab>
|
||||||
|
</tabset>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--<div class="row">
|
</div>
|
||||||
|
<div class="row" ng-if="getLoginType!='R004'" ng-controller="OnotherCtrl" data-ng-init="init()">
|
||||||
<div class="col-sm-6">
|
<div class="col-sm-12">
|
||||||
<div class="panel panel-white no-radius">
|
<div class="panel panel-white no-radius">
|
||||||
<div class="panel-heading border-bottom">
|
|
||||||
<h4 class="panel-title">New Users</h4>
|
<div class="panel-body no-padding">
|
||||||
</div>
|
|
||||||
<div class="panel-body">
|
<tabset class="tabbable no-padding no-margin">
|
||||||
<div ng-controller="OnotherCtrl">
|
<tab heading="University Registration" class="padding-top-5 padding-left-5">
|
||||||
<div class="text-center" data-ng-init="init()">
|
<div class="panel-scroll height-200" perfect-scrollbar wheel-propagation="false" suppress-scroll-x="true">
|
||||||
<span class="mini-pie"> <canvas class="tc-chart" tc-chartjs-doughnut chart-options="options" chart-data="data" chart-legend="chart3" width="100"></canvas> <span>{{total}}</span> </span>
|
<div class="cl-effect-13" style="float: right" ng-if="getLoginType=='R004'">
|
||||||
</div>
|
<a ui-sref="app.student.studentDetailsSuperAdmin">
|
||||||
<div class="margin-top-20 text-center legend-xs">
|
view more
|
||||||
<div tc-chartjs-legend chart-legend="chart3" class="inline"></div>
|
</a>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>-->
|
<div class="cl-effect-13" style="float: right" ng-if="getLoginType!='R004'">
|
||||||
|
<a ui-sref="app.student.studentDetails">
|
||||||
|
view more
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<table class="table no-margin">
|
||||||
|
<tbody>
|
||||||
|
<tr ng-repeat="registration in registerdStudentDetails">
|
||||||
|
<td><span class="text-small block text-light">University ID</span><span>{{registration.UniversityID}}</span></td>
|
||||||
|
<td><span class="text-small block text-light">University Name</span><span>{{registration.UniversityName | uppercase}}</span></td>
|
||||||
|
<td><span class="text-small block text-light">No of Registration</span><span>{{registration.StudentCounts}}</span></td>
|
||||||
|
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</tab>
|
||||||
|
<tab heading="University Pending Fees" class="padding-top-5">
|
||||||
|
<div class="panel-scroll height-200" perfect-scrollbar wheel-propagation="false" suppress-scroll-x="true">
|
||||||
|
<table class="table no-margin">
|
||||||
|
<tbody>
|
||||||
|
<tr ng-repeat="univFees in universityFeesDetails">
|
||||||
|
<td><span class="text-small block text-light">University ID</span><span>{{univFees.UniversityID}}</span></td>
|
||||||
|
<td><span class="text-small block text-light">University Name</span><span>{{univFees.UniversityName}}</span></td>
|
||||||
|
<td><span class="text-small block text-light">Payable Fees</span><span>{{univFees.PayableFees}}</span></td>
|
||||||
|
<td><span class="text-small block text-light">Paid Fees</span><span>{{univFees.PaidFees}}</span></td>
|
||||||
|
<td><span class="text-small block text-light">Balance Fees</span><span>{{univFees.PayableFees-univFees.PaidFees}}</span></td>
|
||||||
|
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</tab>
|
||||||
|
</tabset>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
Loading…
Reference in New Issue
Block a user