dashboard issues for 3rd tile
This commit is contained in:
parent
7f707f16dd
commit
3cf3ab7404
@ -227,7 +227,7 @@ app.controller('dashboardCtrl', ["$scope", "$rootScope", "toaster", "$filter", "
|
||||
"export": {
|
||||
enabled: true,
|
||||
fileName: "TodayLeads",
|
||||
allowExportSelectedData: true
|
||||
allowExportSelectedData: false
|
||||
},
|
||||
paging: {
|
||||
pageSize: 10
|
||||
@ -297,7 +297,7 @@ app.controller('dashboardCtrl', ["$scope", "$rootScope", "toaster", "$filter", "
|
||||
"export": {
|
||||
enabled: true,
|
||||
fileName: "MonthLeads",
|
||||
allowExportSelectedData: true
|
||||
allowExportSelectedData: false
|
||||
},
|
||||
paging: {
|
||||
pageSize: 10
|
||||
@ -367,7 +367,7 @@ app.controller('dashboardCtrl', ["$scope", "$rootScope", "toaster", "$filter", "
|
||||
"export": {
|
||||
enabled: true,
|
||||
fileName: "TodayLeadsClosed",
|
||||
allowExportSelectedData: true
|
||||
allowExportSelectedData: false
|
||||
},
|
||||
paging: {
|
||||
pageSize: 10
|
||||
@ -437,7 +437,7 @@ app.controller('dashboardCtrl', ["$scope", "$rootScope", "toaster", "$filter", "
|
||||
"export": {
|
||||
enabled: true,
|
||||
fileName: "LeadClosedMonth",
|
||||
allowExportSelectedData: true
|
||||
allowExportSelectedData: false
|
||||
},
|
||||
paging: {
|
||||
pageSize: 10
|
||||
@ -494,7 +494,7 @@ app.controller('dashboardCtrl', ["$scope", "$rootScope", "toaster", "$filter", "
|
||||
"export": {
|
||||
enabled: true,
|
||||
fileName: "AdmissionsMonth",
|
||||
allowExportSelectedData: true
|
||||
allowExportSelectedData: false
|
||||
},
|
||||
paging: {
|
||||
pageSize: 10
|
||||
@ -575,7 +575,7 @@ app.controller('dashboardCtrl', ["$scope", "$rootScope", "toaster", "$filter", "
|
||||
"export": {
|
||||
enabled: true,
|
||||
fileName: "AdmissionsYear",
|
||||
allowExportSelectedData: true
|
||||
allowExportSelectedData: false
|
||||
},
|
||||
paging: {
|
||||
pageSize: 10
|
||||
@ -682,7 +682,7 @@ app.controller('dashboardCtrl', ["$scope", "$rootScope", "toaster", "$filter", "
|
||||
"export": {
|
||||
enabled: true,
|
||||
fileName: "FeesOutstanding",
|
||||
allowExportSelectedData: true
|
||||
allowExportSelectedData: false
|
||||
},
|
||||
paging: {
|
||||
pageSize: 10
|
||||
@ -781,7 +781,7 @@ app.controller('dashboardCtrl', ["$scope", "$rootScope", "toaster", "$filter", "
|
||||
"export": {
|
||||
enabled: true,
|
||||
fileName: "FollowUpToday",
|
||||
allowExportSelectedData: true
|
||||
allowExportSelectedData: false
|
||||
},
|
||||
paging: {
|
||||
pageSize: 10
|
||||
@ -855,7 +855,7 @@ app.controller('dashboardCtrl', ["$scope", "$rootScope", "toaster", "$filter", "
|
||||
"export": {
|
||||
enabled: true,
|
||||
fileName: "PendingFollowup",
|
||||
allowExportSelectedData: true
|
||||
allowExportSelectedData: false
|
||||
},
|
||||
paging: {
|
||||
pageSize: 10
|
||||
@ -979,7 +979,7 @@ app.controller('dashboardCtrl', ["$scope", "$rootScope", "toaster", "$filter", "
|
||||
// var gridData = $scope.adBatch;
|
||||
|
||||
$scope.adb = false;
|
||||
console.log($scope.adBatchfilter);
|
||||
// console.log($scope.adBatchfilter);
|
||||
|
||||
$scope.adBatchgrid1 = {
|
||||
|
||||
@ -1074,8 +1074,8 @@ app.controller('dashboardCtrl', ["$scope", "$rootScope", "toaster", "$filter", "
|
||||
|
||||
}
|
||||
};
|
||||
console.log($scope.filters.fout_univ);
|
||||
console.log(JSON.parse(localStorage.getItem('localObj')).localBranchID);
|
||||
// console.log($scope.filters.fout_univ);
|
||||
// console.log(JSON.parse(localStorage.getItem('localObj')).localBranchID);
|
||||
|
||||
$http(fOut).then(function (response) {
|
||||
if (response.data.lList == true) {
|
||||
@ -1099,7 +1099,7 @@ app.controller('dashboardCtrl', ["$scope", "$rootScope", "toaster", "$filter", "
|
||||
"export": {
|
||||
enabled: true,
|
||||
fileName: "FeesOutstanding",
|
||||
allowExportSelectedData: true
|
||||
allowExportSelectedData: false
|
||||
},
|
||||
paging: {
|
||||
pageSize: 10
|
||||
@ -1193,7 +1193,7 @@ app.controller('dashboardCtrl', ["$scope", "$rootScope", "toaster", "$filter", "
|
||||
"export": {
|
||||
enabled: true,
|
||||
fileName: "AdmissionsYear",
|
||||
allowExportSelectedData: true
|
||||
allowExportSelectedData: false
|
||||
},
|
||||
paging: {
|
||||
pageSize: 10
|
||||
@ -1281,8 +1281,8 @@ app.controller('dashboardCtrl', ["$scope", "$rootScope", "toaster", "$filter", "
|
||||
|
||||
}
|
||||
};
|
||||
console.log($scope.filters.year);
|
||||
console.log($scope.filters.month);
|
||||
// console.log($scope.filters.year);
|
||||
// console.log($scope.filters.month);
|
||||
$http(admissionMonth).then(function (response) {
|
||||
if (response.data.lList == true) {
|
||||
$scope.adMonth = response.data.l_data;
|
||||
@ -1305,7 +1305,7 @@ app.controller('dashboardCtrl', ["$scope", "$rootScope", "toaster", "$filter", "
|
||||
"export": {
|
||||
enabled: true,
|
||||
fileName: "AdmissionsMonth",
|
||||
allowExportSelectedData: true
|
||||
allowExportSelectedData: false
|
||||
},
|
||||
paging: {
|
||||
pageSize: 10
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
<div class="row">
|
||||
<tabset class="tabbable no-padding no-margin">
|
||||
<!-- start Admissions-Month tab-->
|
||||
<tab heading="Admissions-Month : {{adMonth.length}}" class="padding-top-5 padding-left-5">
|
||||
<tab heading="Admissions-Month" class="padding-top-5 padding-left-5">
|
||||
<div ng-if="getLoginType=='R004' || getLoginType=='R003'" class="panel-scroll height-500" perfect-scrollbar wheel-propagation="false"
|
||||
suppress-scroll-x="true">
|
||||
<div class="row">
|
||||
@ -103,7 +103,7 @@
|
||||
</tab>
|
||||
<!-- end Admissions-Month tab-->
|
||||
<!-- end Admissions-Batch tab-->
|
||||
<tab heading="Admissions-Batch : {{adBatch.length || adBatchfilter.length}}" class="padding-top-5">
|
||||
<tab heading="Admissions-Batch" class="padding-top-5">
|
||||
|
||||
<div ng-if="getLoginType=='R004' || getLoginType=='R003'" class="panel-scroll height-400" perfect-scrollbar wheel-propagation="false"
|
||||
suppress-scroll-x="true">
|
||||
@ -149,7 +149,7 @@
|
||||
</tab>
|
||||
<!-- end Admissions-Batch tab-->
|
||||
<!-- start Admissions-Yearly tab-->
|
||||
<tab heading="Admissions-Yearly : {{adYear.length}}" class="padding-top-5">
|
||||
<tab heading="Admissions-Yearly " class="padding-top-5">
|
||||
<div ng-if="getLoginType=='R004' || getLoginType=='R003'" class="panel-scroll height-500" perfect-scrollbar wheel-propagation="false"
|
||||
suppress-scroll-x="true">
|
||||
<div class="row">
|
||||
@ -197,7 +197,7 @@
|
||||
</tab>
|
||||
<!-- end today Admissions-Yearly tab-->
|
||||
<!-- start fee outstanding tab-->
|
||||
<tab heading="Fees Outstanding : {{fout.length}}" class="padding-top-5">
|
||||
<tab heading="Fees Outstanding" class="padding-top-5">
|
||||
<div ng-if="getLoginType=='R004' || getLoginType=='R003'" class="panel-scroll height-500" perfect-scrollbar wheel-propagation="false"
|
||||
suppress-scroll-x="true">
|
||||
<div class="row">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user