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