naming changes and dasboard table entries count
This commit is contained in:
parent
1e574a53d4
commit
67451fb08a
@ -67,7 +67,7 @@
|
|||||||
"EMPLOYEE": "EMPLOYEE DETAILS",
|
"EMPLOYEE": "EMPLOYEE DETAILS",
|
||||||
"ANNOUNCEMENT": "ANNOUNCEMENT DETAILS",
|
"ANNOUNCEMENT": "ANNOUNCEMENT DETAILS",
|
||||||
"STATUS": "STATUS DETAILS",
|
"STATUS": "STATUS DETAILS",
|
||||||
"STUDENTSTATUS": "DEFAULT STUDENT ACTIVITY",
|
"STUDENTSTATUS": "STUDENT ACTIVITY STATUS",
|
||||||
"CERTIFICATETYPE": "CERTIFICATE TYPE",
|
"CERTIFICATETYPE": "CERTIFICATE TYPE",
|
||||||
"DAYBOOKMASTER":"DAY BOOK DETAILS"
|
"DAYBOOKMASTER":"DAY BOOK DETAILS"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -32,6 +32,7 @@
|
|||||||
<div class="panel-scroll height-180" perfect-scrollbar wheel-propagation="false" suppress-scroll-x="true" ng-if="emptyDataToday==false">
|
<div class="panel-scroll height-180" perfect-scrollbar wheel-propagation="false" suppress-scroll-x="true" ng-if="emptyDataToday==false">
|
||||||
<table class="table table-hover">
|
<table class="table table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
|
<tr><td colspan="5" style="background:#1FBBA6;color:#fff !important">Total Entries :{{todayFolloupDetails.length}}</td></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Tracking ID</th>
|
<th>Tracking ID</th>
|
||||||
<th>Lead Name</th>
|
<th>Lead Name</th>
|
||||||
@ -76,6 +77,7 @@
|
|||||||
<div class="panel-scroll height-180" perfect-scrollbar wheel-propagation="false" suppress-scroll-x="true" ng-if="emptyDataPending==false">
|
<div class="panel-scroll height-180" perfect-scrollbar wheel-propagation="false" suppress-scroll-x="true" ng-if="emptyDataPending==false">
|
||||||
<table class="table table-hover">
|
<table class="table table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
|
<tr><td colspan="6" style="background:#C82E29;color:#fff !important">Total Entries :{{pendingFolloupDetails.length}}</td></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Tracking ID</th>
|
<th>Tracking ID</th>
|
||||||
<th>Lead Name</th>
|
<th>Lead Name</th>
|
||||||
@ -121,6 +123,7 @@
|
|||||||
<div class="panel-scroll height-180" perfect-scrollbar wheel-propagation="false" suppress-scroll-x="true" ng-if="emptyDataLead==false">
|
<div class="panel-scroll height-180" perfect-scrollbar wheel-propagation="false" suppress-scroll-x="true" ng-if="emptyDataLead==false">
|
||||||
<table class="table table-hover">
|
<table class="table table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
|
<tr><td colspan="5" style="background:#DD5A82;color:#fff !important">Total Entries :{{leadDetails.length}}</td></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Tracking ID</th>
|
<th>Tracking ID</th>
|
||||||
<th>Lead Name</th>
|
<th>Lead Name</th>
|
||||||
|
|||||||
@ -110,7 +110,7 @@
|
|||||||
<th>Voucher Number
|
<th>Voucher Number
|
||||||
<!--<span class="glyphicon sort-icon" ng-show="sortKey=='EmailID'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>-->
|
<!--<span class="glyphicon sort-icon" ng-show="sortKey=='EmailID'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>-->
|
||||||
</th>
|
</th>
|
||||||
<th>Paid To
|
<th>Paid To / Received From
|
||||||
<!--<span class="glyphicon sort-icon" ng-show="sortKey=='EmailID'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>-->
|
<!--<span class="glyphicon sort-icon" ng-show="sortKey=='EmailID'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>-->
|
||||||
</th>
|
</th>
|
||||||
<th ng-click="sort('TypeName')">Type
|
<th ng-click="sort('TypeName')">Type
|
||||||
@ -300,9 +300,9 @@
|
|||||||
<label>
|
<label>
|
||||||
Paid To / Received To
|
Paid To / Received To
|
||||||
</label>
|
</label>
|
||||||
<input type="text" name="paidTo" tabindex="1" placeholder="Enter Paid To / Received To" class="form-control" ng-model="myModelAdd.paidTo"
|
<input type="text" name="paidTo" tabindex="1" placeholder="Enter Paid To / Received From" class="form-control" ng-model="myModelAdd.paidTo"
|
||||||
/>
|
/>
|
||||||
<span class="error text-small block" ng-if="Form.paidTo.$dirty && Form.paidTo.$invalid" ng-hide="Form.paidTo.$error.maxlength || Form.paidTo.$error.minlength || Form.paidTo.$error.pattern">Paid To / Reveived To is required.</span>
|
<span class="error text-small block" ng-if="Form.paidTo.$dirty && Form.paidTo.$invalid" ng-hide="Form.paidTo.$error.maxlength || Form.paidTo.$error.minlength || Form.paidTo.$error.pattern">Paid To / Reveived From is required.</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<label>
|
<label>
|
||||||
|
|||||||
@ -154,7 +154,7 @@
|
|||||||
<th>Voucher Number
|
<th>Voucher Number
|
||||||
<!--<span class="glyphicon sort-icon" ng-show="sortKey=='EmailID'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>-->
|
<!--<span class="glyphicon sort-icon" ng-show="sortKey=='EmailID'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>-->
|
||||||
</th>
|
</th>
|
||||||
<th ng-click="sort('PaidTo')">Paid To
|
<th ng-click="sort('PaidTo')">Paid To / Received From
|
||||||
<span class="glyphicon sort-icon" ng-show="sortKey=='PaidTo'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>
|
<span class="glyphicon sort-icon" ng-show="sortKey=='PaidTo'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>
|
||||||
</th>
|
</th>
|
||||||
<th>Description
|
<th>Description
|
||||||
@ -252,7 +252,7 @@
|
|||||||
<th>Voucher Number
|
<th>Voucher Number
|
||||||
<!--<span class="glyphicon sort-icon" ng-show="sortKey=='EmailID'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>-->
|
<!--<span class="glyphicon sort-icon" ng-show="sortKey=='EmailID'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>-->
|
||||||
</th>
|
</th>
|
||||||
<th ng-click="sort('PaidTo')">Paid To
|
<th ng-click="sort('PaidTo')">Paid To / Received From
|
||||||
<span class="glyphicon sort-icon" ng-show="sortKey=='PaidTo'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>
|
<span class="glyphicon sort-icon" ng-show="sortKey=='PaidTo'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>
|
||||||
</th>
|
</th>
|
||||||
<th>Description
|
<th>Description
|
||||||
|
|||||||
@ -161,7 +161,7 @@
|
|||||||
<th>Voucher Number
|
<th>Voucher Number
|
||||||
<!--<span class="glyphicon sort-icon" ng-show="sortKey=='EmailID'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>-->
|
<!--<span class="glyphicon sort-icon" ng-show="sortKey=='EmailID'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>-->
|
||||||
</th>
|
</th>
|
||||||
<th ng-click="sort('PaidTo')">Paid To
|
<th ng-click="sort('PaidTo')">Paid To / Received From
|
||||||
<span class="glyphicon sort-icon" ng-show="sortKey=='PaidTo'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>
|
<span class="glyphicon sort-icon" ng-show="sortKey=='PaidTo'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>
|
||||||
</th>
|
</th>
|
||||||
<th>Description
|
<th>Description
|
||||||
@ -257,7 +257,7 @@
|
|||||||
<th>Voucher Number
|
<th>Voucher Number
|
||||||
<!--<span class="glyphicon sort-icon" ng-show="sortKey=='EmailID'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>-->
|
<!--<span class="glyphicon sort-icon" ng-show="sortKey=='EmailID'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>-->
|
||||||
</th>
|
</th>
|
||||||
<th ng-click="sort('PaidTo')">Paid To
|
<th ng-click="sort('PaidTo')">Paid To / Received From
|
||||||
<span class="glyphicon sort-icon" ng-show="sortKey=='PaidTo'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>
|
<span class="glyphicon sort-icon" ng-show="sortKey=='PaidTo'" ng-class="{'glyphicon-chevron-up':reverse,'glyphicon-chevron-down':!reverse}"></span>
|
||||||
</th>
|
</th>
|
||||||
<th>Description
|
<th>Description
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
<section id="page-title">
|
<section id="page-title">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-8">
|
<div class="col-sm-8">
|
||||||
<h1 class="mainTitle" translate="View/Add Student Details">{{ mainTitle }}</h1>
|
<h1 class="mainTitle" translate="Student Details">{{ mainTitle }}</h1>
|
||||||
</div>
|
</div>
|
||||||
<div ncy-breadcrumb></div>
|
<div ncy-breadcrumb></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
<section id="page-title">
|
<section id="page-title">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-8">
|
<div class="col-sm-8">
|
||||||
<h1 class="mainTitle" translate="Default Student Activity Details"></h1>
|
<h1 class="mainTitle" translate="Student Activity Status"></h1>
|
||||||
<!--
|
<!--
|
||||||
<span class="mainDescription">Over a dozen reusable components built to provide popovers, media objects, navigation, tooltips and much more. </span>
|
<span class="mainDescription">Over a dozen reusable components built to provide popovers, media objects, navigation, tooltips and much more. </span>
|
||||||
-->
|
-->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user