Repord page loading filed add
This commit is contained in:
parent
be0f1b6c95
commit
66b535343a
@ -16,10 +16,19 @@ app.controller('FeeCollected_reportCtrl', ["$scope","$rootScope","toaster", "$fi
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var localDetails = JSON.parse(localStorage.getItem('localObj'));
|
var localDetails = JSON.parse(localStorage.getItem('localObj'));
|
||||||
//var localDetails = ipCookie('cookiechk');
|
//var localDetails = ipCookie('cookiechk');
|
||||||
|
|
||||||
//console.log(localDetails);
|
//console.log(localDetails);
|
||||||
|
$scope.isTblShow = false;
|
||||||
|
$scope.isLoader = false;
|
||||||
|
$scope.isLoaderShow = false;
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
|
$scope.isLoaderTxt = "Loading...";
|
||||||
|
$scope.generateButtonTxt = "GENERATE";
|
||||||
|
$scope.generateButtonStatus = false;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// $scope.initHead = function() {
|
// $scope.initHead = function() {
|
||||||
@ -83,6 +92,7 @@ app.controller('FeeCollected_reportCtrl', ["$scope","$rootScope","toaster", "$fi
|
|||||||
//$scope.opinctotal='';
|
//$scope.opinctotal='';
|
||||||
$scope.newreglist='';
|
$scope.newreglist='';
|
||||||
$scope.isLoaderShow ='';
|
$scope.isLoaderShow ='';
|
||||||
|
$scope.isLoaderShow1 ='';
|
||||||
$scope.load = '';
|
$scope.load = '';
|
||||||
$scope.isShow= '';
|
$scope.isShow= '';
|
||||||
$scope.fromd='';
|
$scope.fromd='';
|
||||||
@ -94,6 +104,10 @@ $scope.getDetails = function (form,myModel)
|
|||||||
// console.log(JSON.parse(localStorage.getItem('localObj')).localBranchID);
|
// console.log(JSON.parse(localStorage.getItem('localObj')).localBranchID);
|
||||||
// return false;
|
// return false;
|
||||||
|
|
||||||
|
$scope.isLoaderShow1 =true;
|
||||||
|
$scope.isLoaderShow =false;
|
||||||
|
|
||||||
|
|
||||||
var firstError = null;
|
var firstError = null;
|
||||||
if (form.$invalid) {
|
if (form.$invalid) {
|
||||||
var field = null, firstError = null;
|
var field = null, firstError = null;
|
||||||
@ -178,6 +192,7 @@ $scope.tod = to_dt;
|
|||||||
$scope.newreglist = response.data.details;
|
$scope.newreglist = response.data.details;
|
||||||
$scope.isShow=true;
|
$scope.isShow=true;
|
||||||
$scope.isLoaderShow=false;
|
$scope.isLoaderShow=false;
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
$scope.Totalfee =0;
|
$scope.Totalfee =0;
|
||||||
|
|
||||||
console.log($scope.newreglist);
|
console.log($scope.newreglist);
|
||||||
@ -196,6 +211,7 @@ $scope.tod = to_dt;
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
$scope.isLoaderShow=true;
|
$scope.isLoaderShow=true;
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
$scope.isShow=false;
|
$scope.isShow=false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -20,6 +20,13 @@ app.controller('newreg_reportCtrl', ["$scope","$rootScope","toaster", "$filter",
|
|||||||
//var localDetails = ipCookie('cookiechk');
|
//var localDetails = ipCookie('cookiechk');
|
||||||
|
|
||||||
// console.log(localDetails);
|
// console.log(localDetails);
|
||||||
|
$scope.isTblShow = false;
|
||||||
|
$scope.isLoader = false;
|
||||||
|
$scope.isLoaderShow = false;
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
|
$scope.isLoaderTxt = "Loading...";
|
||||||
|
$scope.generateButtonTxt = "GENERATE";
|
||||||
|
$scope.generateButtonStatus = false;
|
||||||
|
|
||||||
|
|
||||||
// $scope.initHead = function() {
|
// $scope.initHead = function() {
|
||||||
@ -90,6 +97,8 @@ $scope.tod='';
|
|||||||
$scope.getDetails = function (form,myModel)
|
$scope.getDetails = function (form,myModel)
|
||||||
{
|
{
|
||||||
// alert('in')
|
// alert('in')
|
||||||
|
$scope.isLoaderShow = false;
|
||||||
|
$scope.isLoaderShow1 =true;
|
||||||
|
|
||||||
// console.log(myModel);
|
// console.log(myModel);
|
||||||
var from = $scope.filters.from_date;
|
var from = $scope.filters.from_date;
|
||||||
@ -165,6 +174,7 @@ $scope.tod = to_dt;
|
|||||||
$scope.newreglist = response.data.details;
|
$scope.newreglist = response.data.details;
|
||||||
$scope.isShow=true;
|
$scope.isShow=true;
|
||||||
$scope.isLoaderShow=false;
|
$scope.isLoaderShow=false;
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
for(var i=0;i<$scope.newreglist.length;i++)
|
for(var i=0;i<$scope.newreglist.length;i++)
|
||||||
$scope.newreglist[i].SL_NO = i+1;
|
$scope.newreglist[i].SL_NO = i+1;
|
||||||
|
|
||||||
@ -173,6 +183,7 @@ $scope.tod = to_dt;
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
$scope.isLoaderShow=true;
|
$scope.isLoaderShow=true;
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
$scope.isShow=false;
|
$scope.isShow=false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -7,6 +7,13 @@ app.controller('report_ans_bookletCtrl', ["$scope", "$filter","$rootScope","$mod
|
|||||||
* auto call tracking
|
* auto call tracking
|
||||||
*/
|
*/
|
||||||
$scope.userType=JSON.parse(localStorage.getItem('localObj')).localType;
|
$scope.userType=JSON.parse(localStorage.getItem('localObj')).localType;
|
||||||
|
$scope.isTblShow = false;
|
||||||
|
$scope.isLoader = false;
|
||||||
|
$scope.isLoaderShow = false;
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
|
$scope.isLoaderTxt = "Loading...";
|
||||||
|
$scope.generateButtonTxt = "GENERATE";
|
||||||
|
$scope.generateButtonStatus = false;
|
||||||
$scope.myModel = {
|
$scope.myModel = {
|
||||||
|
|
||||||
"date": new Date(),
|
"date": new Date(),
|
||||||
@ -97,6 +104,7 @@ app.controller('report_ans_bookletCtrl', ["$scope", "$filter","$rootScope","$mod
|
|||||||
});
|
});
|
||||||
$scope.show = false;
|
$scope.show = false;
|
||||||
$scope.onSubmit = function (form) {
|
$scope.onSubmit = function (form) {
|
||||||
|
$scope.isLoaderShow1 =true;
|
||||||
var firstError = null;
|
var firstError = null;
|
||||||
if (form.$invalid) {
|
if (form.$invalid) {
|
||||||
var field = null, firstError = null;
|
var field = null, firstError = null;
|
||||||
@ -134,11 +142,13 @@ app.controller('report_ans_bookletCtrl', ["$scope", "$filter","$rootScope","$mod
|
|||||||
|
|
||||||
$http(response_data).then(function (response) {
|
$http(response_data).then(function (response) {
|
||||||
if (response.data.ans_bookletList == true) {
|
if (response.data.ans_bookletList == true) {
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
$scope.ans_book_data = response.data.ans_book_data;
|
$scope.ans_book_data = response.data.ans_book_data;
|
||||||
for(var i=0;i<$scope.ans_book_data.length;i++)
|
for(var i=0;i<$scope.ans_book_data.length;i++)
|
||||||
$scope.ans_book_data[i].SL_NO = i+1;
|
$scope.ans_book_data[i].SL_NO = i+1;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
$scope.message = response.data.message;
|
$scope.message = response.data.message;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -7,6 +7,13 @@ app.controller('report_app_pendingCtrl', ["$scope", "$filter","$rootScope","$mod
|
|||||||
* auto call tracking
|
* auto call tracking
|
||||||
*/
|
*/
|
||||||
$scope.userType=JSON.parse(localStorage.getItem('localObj')).localType;
|
$scope.userType=JSON.parse(localStorage.getItem('localObj')).localType;
|
||||||
|
$scope.isTblShow = false;
|
||||||
|
$scope.isLoader = false;
|
||||||
|
$scope.isLoaderShow = false;
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
|
$scope.isLoaderTxt = "Loading...";
|
||||||
|
$scope.generateButtonTxt = "GENERATE";
|
||||||
|
$scope.generateButtonStatus = false;
|
||||||
$scope.myModel = {
|
$scope.myModel = {
|
||||||
|
|
||||||
"date": new Date(),
|
"date": new Date(),
|
||||||
@ -96,6 +103,7 @@ app.controller('report_app_pendingCtrl', ["$scope", "$filter","$rootScope","$mod
|
|||||||
//Response data
|
//Response data
|
||||||
$scope.show = false;
|
$scope.show = false;
|
||||||
$scope.onSubmit = function (form) {
|
$scope.onSubmit = function (form) {
|
||||||
|
$scope.isLoaderShow1 =true;
|
||||||
$scope.filterUniv = angular.fromJson($scope.univModel.university);
|
$scope.filterUniv = angular.fromJson($scope.univModel.university);
|
||||||
// if($scope.univModel.university !== null){
|
// if($scope.univModel.university !== null){
|
||||||
// $scope.filterUniv = angular.fromJson($scope.univModel.university);
|
// $scope.filterUniv = angular.fromJson($scope.univModel.university);
|
||||||
@ -138,11 +146,13 @@ app.controller('report_app_pendingCtrl', ["$scope", "$filter","$rootScope","$mod
|
|||||||
|
|
||||||
$http(response_data).then(function (response) {
|
$http(response_data).then(function (response) {
|
||||||
if (response.data.app_pendingList == true) {
|
if (response.data.app_pendingList == true) {
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
$scope.app_pending_data = response.data.app_pending_data;
|
$scope.app_pending_data = response.data.app_pending_data;
|
||||||
for(var i=0;i<$scope.app_pending_data.length;i++)
|
for(var i=0;i<$scope.app_pending_data.length;i++)
|
||||||
$scope.app_pending_data[i].SL_NO = i+1;
|
$scope.app_pending_data[i].SL_NO = i+1;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
$scope.message = response.data.message;
|
$scope.message = response.data.message;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -7,6 +7,13 @@ app.controller('report_app_pending_oldDataCtrl', ["$scope", "$filter","$rootScop
|
|||||||
* auto call tracking
|
* auto call tracking
|
||||||
*/
|
*/
|
||||||
$scope.userType=JSON.parse(localStorage.getItem('localObj')).localType;
|
$scope.userType=JSON.parse(localStorage.getItem('localObj')).localType;
|
||||||
|
$scope.isTblShow = false;
|
||||||
|
$scope.isLoader = false;
|
||||||
|
$scope.isLoaderShow = false;
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
|
$scope.isLoaderTxt = "Loading...";
|
||||||
|
$scope.generateButtonTxt = "GENERATE";
|
||||||
|
$scope.generateButtonStatus = false;
|
||||||
$scope.myModel = {
|
$scope.myModel = {
|
||||||
|
|
||||||
"date": new Date(),
|
"date": new Date(),
|
||||||
@ -96,6 +103,7 @@ app.controller('report_app_pending_oldDataCtrl', ["$scope", "$filter","$rootScop
|
|||||||
//Response data
|
//Response data
|
||||||
$scope.show = false;
|
$scope.show = false;
|
||||||
$scope.onSubmit = function (form) {
|
$scope.onSubmit = function (form) {
|
||||||
|
$scope.isLoaderShow1 =true;
|
||||||
$scope.filterUniv = angular.fromJson($scope.univModel.university);
|
$scope.filterUniv = angular.fromJson($scope.univModel.university);
|
||||||
// if($scope.univModel.university !== null){
|
// if($scope.univModel.university !== null){
|
||||||
// $scope.filterUniv = angular.fromJson($scope.univModel.university);
|
// $scope.filterUniv = angular.fromJson($scope.univModel.university);
|
||||||
@ -138,11 +146,13 @@ app.controller('report_app_pending_oldDataCtrl', ["$scope", "$filter","$rootScop
|
|||||||
|
|
||||||
$http(response_data).then(function (response) {
|
$http(response_data).then(function (response) {
|
||||||
if (response.data.app_pendingList == true) {
|
if (response.data.app_pendingList == true) {
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
$scope.app_pending_data = response.data.app_pending_oldData;
|
$scope.app_pending_data = response.data.app_pending_oldData;
|
||||||
for(var i=0;i<$scope.app_pending_data.length;i++)
|
for(var i=0;i<$scope.app_pending_data.length;i++)
|
||||||
$scope.app_pending_data[i].SL_NO = i+1;
|
$scope.app_pending_data[i].SL_NO = i+1;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
$scope.message = response.data.message;
|
$scope.message = response.data.message;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -7,6 +7,13 @@ app.controller('report_balfeeCtrl', ["$scope", "$filter","$rootScope","$modal",
|
|||||||
* auto call tracking
|
* auto call tracking
|
||||||
*/
|
*/
|
||||||
$scope.userType=JSON.parse(localStorage.getItem('localObj')).localType;
|
$scope.userType=JSON.parse(localStorage.getItem('localObj')).localType;
|
||||||
|
$scope.isTblShow = false;
|
||||||
|
$scope.isLoader = false;
|
||||||
|
$scope.isLoaderShow = false;
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
|
$scope.isLoaderTxt = "Loading...";
|
||||||
|
$scope.generateButtonTxt = "GENERATE";
|
||||||
|
$scope.generateButtonStatus = false;
|
||||||
$scope.myModel = {
|
$scope.myModel = {
|
||||||
|
|
||||||
"date": new Date(),
|
"date": new Date(),
|
||||||
@ -108,6 +115,8 @@ app.controller('report_balfeeCtrl', ["$scope", "$filter","$rootScope","$modal",
|
|||||||
$scope.show = false;
|
$scope.show = false;
|
||||||
$scope.returnResultData = [];
|
$scope.returnResultData = [];
|
||||||
$scope.onSubmit = function (form) {
|
$scope.onSubmit = function (form) {
|
||||||
|
$scope.isLoaderShow1 =true;
|
||||||
|
|
||||||
$scope.returnResultData.length=0;
|
$scope.returnResultData.length=0;
|
||||||
var firstError = null;
|
var firstError = null;
|
||||||
if (form.$invalid) {
|
if (form.$invalid) {
|
||||||
@ -146,6 +155,7 @@ app.controller('report_balfeeCtrl', ["$scope", "$filter","$rootScope","$modal",
|
|||||||
$http(response_data).then(function (response) {
|
$http(response_data).then(function (response) {
|
||||||
var j =0;
|
var j =0;
|
||||||
if (response.data.balfeeList == true) {
|
if (response.data.balfeeList == true) {
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
$scope.balfee_data = response.data.balfee_data;
|
$scope.balfee_data = response.data.balfee_data;
|
||||||
for(var i=0;i<$scope.balfee_data.length;i++)
|
for(var i=0;i<$scope.balfee_data.length;i++)
|
||||||
if($scope.balfee_data[i].bal !=0){
|
if($scope.balfee_data[i].bal !=0){
|
||||||
@ -155,6 +165,7 @@ app.controller('report_balfeeCtrl', ["$scope", "$filter","$rootScope","$modal",
|
|||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
$scope.message = response.data.message;
|
$scope.message = response.data.message;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -6,6 +6,14 @@ app.controller('report_certificateCtrl', ["$scope", "$filter","$rootScope","$mod
|
|||||||
* auto call tracking
|
* auto call tracking
|
||||||
*/
|
*/
|
||||||
$scope.userType=JSON.parse(localStorage.getItem('localObj')).localType;
|
$scope.userType=JSON.parse(localStorage.getItem('localObj')).localType;
|
||||||
|
$scope.isTblShow = false;
|
||||||
|
$scope.isLoader = false;
|
||||||
|
$scope.isLoaderShow = false;
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
|
$scope.isLoaderTxt = "Loading...";
|
||||||
|
$scope.generateButtonTxt = "GENERATE";
|
||||||
|
$scope.generateButtonStatus = false;
|
||||||
|
|
||||||
$scope.myModel = {
|
$scope.myModel = {
|
||||||
|
|
||||||
"date": new Date(),
|
"date": new Date(),
|
||||||
@ -110,6 +118,7 @@ app.controller('report_certificateCtrl', ["$scope", "$filter","$rootScope","$mod
|
|||||||
});
|
});
|
||||||
|
|
||||||
$scope.onSubmit = function () {
|
$scope.onSubmit = function () {
|
||||||
|
$scope.isLoaderShow1 =true;
|
||||||
if($scope.univModel.university !== null && $scope.univModel.university !== '' ){
|
if($scope.univModel.university !== null && $scope.univModel.university !== '' ){
|
||||||
$scope.filterUniv = angular.fromJson($scope.univModel.university);
|
$scope.filterUniv = angular.fromJson($scope.univModel.university);
|
||||||
}else {
|
}else {
|
||||||
@ -136,11 +145,13 @@ app.controller('report_certificateCtrl', ["$scope", "$filter","$rootScope","$mod
|
|||||||
|
|
||||||
$http(response_data).then(function (response) {
|
$http(response_data).then(function (response) {
|
||||||
if (response.data.certList == true) {
|
if (response.data.certList == true) {
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
$scope.cert_data = response.data.cert_data;
|
$scope.cert_data = response.data.cert_data;
|
||||||
for(var i=0;i<$scope.cert_data.length;i++)
|
for(var i=0;i<$scope.cert_data.length;i++)
|
||||||
$scope.cert_data[i].SL_NO = i+1;
|
$scope.cert_data[i].SL_NO = i+1;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
$scope.message = response.data.message;
|
$scope.message = response.data.message;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -7,6 +7,13 @@ app.controller('report_doc_pendingCtrl', ["$scope", "$filter","$rootScope","$mod
|
|||||||
* auto call tracking
|
* auto call tracking
|
||||||
*/
|
*/
|
||||||
$scope.userType=JSON.parse(localStorage.getItem('localObj')).localType;
|
$scope.userType=JSON.parse(localStorage.getItem('localObj')).localType;
|
||||||
|
$scope.isTblShow = false;
|
||||||
|
$scope.isLoader = false;
|
||||||
|
$scope.isLoaderShow = false;
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
|
$scope.isLoaderTxt = "Loading...";
|
||||||
|
$scope.generateButtonTxt = "GENERATE";
|
||||||
|
$scope.generateButtonStatus = false;
|
||||||
$scope.myModel = {
|
$scope.myModel = {
|
||||||
|
|
||||||
"date": new Date(),
|
"date": new Date(),
|
||||||
@ -98,7 +105,7 @@ app.controller('report_doc_pendingCtrl', ["$scope", "$filter","$rootScope","$mod
|
|||||||
//Response data
|
//Response data
|
||||||
$scope.show = false;
|
$scope.show = false;
|
||||||
$scope.onSubmit = function (form) {
|
$scope.onSubmit = function (form) {
|
||||||
|
$scope.isLoaderShow1 =true;
|
||||||
var firstError = null;
|
var firstError = null;
|
||||||
if (form.$invalid) {
|
if (form.$invalid) {
|
||||||
var field = null, firstError = null;
|
var field = null, firstError = null;
|
||||||
@ -136,11 +143,13 @@ app.controller('report_doc_pendingCtrl', ["$scope", "$filter","$rootScope","$mod
|
|||||||
|
|
||||||
$http(response_data).then(function (response) {
|
$http(response_data).then(function (response) {
|
||||||
if (response.data.doc_pendingList == true) {
|
if (response.data.doc_pendingList == true) {
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
$scope.doc_pending_data = response.data.doc_pending_data;
|
$scope.doc_pending_data = response.data.doc_pending_data;
|
||||||
for(var i=0;i<$scope.doc_pending_data.length;i++)
|
for(var i=0;i<$scope.doc_pending_data.length;i++)
|
||||||
$scope.doc_pending_data[i].SL_NO = i+1;
|
$scope.doc_pending_data[i].SL_NO = i+1;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
$scope.message = response.data.message;
|
$scope.message = response.data.message;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -7,6 +7,13 @@ app.controller('report_examfeeCtrl', ["$scope", "$filter","$rootScope","$modal",
|
|||||||
* auto call tracking
|
* auto call tracking
|
||||||
*/
|
*/
|
||||||
$scope.userType=JSON.parse(localStorage.getItem('localObj')).localType;
|
$scope.userType=JSON.parse(localStorage.getItem('localObj')).localType;
|
||||||
|
$scope.isTblShow = false;
|
||||||
|
$scope.isLoader = false;
|
||||||
|
$scope.isLoaderShow = false;
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
|
$scope.isLoaderTxt = "Loading...";
|
||||||
|
$scope.generateButtonTxt = "GENERATE";
|
||||||
|
$scope.generateButtonStatus = false;
|
||||||
$scope.myModel = {
|
$scope.myModel = {
|
||||||
|
|
||||||
"date": new Date(),
|
"date": new Date(),
|
||||||
@ -98,6 +105,7 @@ app.controller('report_examfeeCtrl', ["$scope", "$filter","$rootScope","$modal",
|
|||||||
|
|
||||||
$scope.show = false;
|
$scope.show = false;
|
||||||
$scope.onSubmit = function (form) {
|
$scope.onSubmit = function (form) {
|
||||||
|
$scope.isLoaderShow1 =true;
|
||||||
if($scope.univModel.university !== null && $scope.univModel.university !== '' ){
|
if($scope.univModel.university !== null && $scope.univModel.university !== '' ){
|
||||||
$scope.filterUniv = angular.fromJson($scope.univModel.university);
|
$scope.filterUniv = angular.fromJson($scope.univModel.university);
|
||||||
}else {
|
}else {
|
||||||
@ -123,11 +131,13 @@ app.controller('report_examfeeCtrl', ["$scope", "$filter","$rootScope","$modal",
|
|||||||
|
|
||||||
$http(response_data).then(function (response) {
|
$http(response_data).then(function (response) {
|
||||||
if (response.data.examfeeList == true) {
|
if (response.data.examfeeList == true) {
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
$scope.examfee_data = response.data.examfee_data;
|
$scope.examfee_data = response.data.examfee_data;
|
||||||
for(var i=0;i<$scope.examfee_data.length;i++)
|
for(var i=0;i<$scope.examfee_data.length;i++)
|
||||||
$scope.examfee_data[i].SL_NO = i+1;
|
$scope.examfee_data[i].SL_NO = i+1;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
$scope.message = response.data.message;
|
$scope.message = response.data.message;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -16,6 +16,15 @@ app.controller('report_expenseCtrl', ["$scope", "API_POINTS", "$http", "SweetAle
|
|||||||
$scope.date = new Date();
|
$scope.date = new Date();
|
||||||
|
|
||||||
var localDetail = JSON.parse(localStorage.getItem('localObj'));
|
var localDetail = JSON.parse(localStorage.getItem('localObj'));
|
||||||
|
|
||||||
|
$scope.isTblShow = false;
|
||||||
|
$scope.isLoader = false;
|
||||||
|
$scope.isLoaderShow = false;
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
|
$scope.isLoaderTxt = "Loading...";
|
||||||
|
$scope.generateButtonTxt = "GENERATE";
|
||||||
|
$scope.generateButtonStatus = false;
|
||||||
|
|
||||||
const LOCALTYPE = localDetail.localType;
|
const LOCALTYPE = localDetail.localType;
|
||||||
//console.log(LOCALTYPE)
|
//console.log(LOCALTYPE)
|
||||||
if (localDetail != null && (LOCALTYPE == 'R003' || LOCALTYPE == 'R004')) {
|
if (localDetail != null && (LOCALTYPE == 'R003' || LOCALTYPE == 'R004')) {
|
||||||
@ -71,6 +80,8 @@ app.controller('report_expenseCtrl', ["$scope", "API_POINTS", "$http", "SweetAle
|
|||||||
$scope.Total = 0;
|
$scope.Total = 0;
|
||||||
|
|
||||||
$scope.onSubmit = function (form) {
|
$scope.onSubmit = function (form) {
|
||||||
|
$scope.isLoaderShow1 =true;
|
||||||
|
|
||||||
var firstError = null;
|
var firstError = null;
|
||||||
if (form.$invalid) {
|
if (form.$invalid) {
|
||||||
var field = null, firstError = null;
|
var field = null, firstError = null;
|
||||||
@ -107,12 +118,14 @@ app.controller('report_expenseCtrl', ["$scope", "API_POINTS", "$http", "SweetAle
|
|||||||
|
|
||||||
$http(response_data).then(function (response) {
|
$http(response_data).then(function (response) {
|
||||||
if (response.data.expenseList == true) {
|
if (response.data.expenseList == true) {
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
$scope.expense_data = response.data.expense_data;
|
$scope.expense_data = response.data.expense_data;
|
||||||
for (var i = 0; i < $scope.expense_data.length; i++)
|
for (var i = 0; i < $scope.expense_data.length; i++)
|
||||||
$scope.expense_data[i].SL_NO = i + 1;
|
$scope.expense_data[i].SL_NO = i + 1;
|
||||||
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
$scope.message = response.data.message;
|
$scope.message = response.data.message;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,14 @@ app.controller('report_leadCtrl', ["$scope", "$filter","$rootScope","$modal", "A
|
|||||||
/*
|
/*
|
||||||
* auto call tracking/
|
* auto call tracking/
|
||||||
*/
|
*/
|
||||||
$scope.userType=JSON.parse(localStorage.getItem('localObj')).localType;
|
$scope.userType=JSON.parse(localStorage.getItem('localObj')).localType
|
||||||
|
$scope.isTblShow = false;
|
||||||
|
$scope.isLoader = false;
|
||||||
|
$scope.isLoaderShow = false;
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
|
$scope.isLoaderTxt = "Loading...";
|
||||||
|
$scope.generateButtonTxt = "GENERATE";
|
||||||
|
$scope.generateButtonStatus = false;
|
||||||
$scope.myModel = {
|
$scope.myModel = {
|
||||||
|
|
||||||
"date": new Date(),
|
"date": new Date(),
|
||||||
@ -124,6 +131,7 @@ app.controller('report_leadCtrl', ["$scope", "$filter","$rootScope","$modal", "A
|
|||||||
|
|
||||||
$scope.show = false;
|
$scope.show = false;
|
||||||
$scope.onSubmit = function (form) {
|
$scope.onSubmit = function (form) {
|
||||||
|
$scope.isLoaderShow1 =true;
|
||||||
console.log($scope.filtersList);
|
console.log($scope.filtersList);
|
||||||
|
|
||||||
|
|
||||||
@ -160,11 +168,13 @@ app.controller('report_leadCtrl', ["$scope", "$filter","$rootScope","$modal", "A
|
|||||||
console.log($scope.filtersList.assigned);
|
console.log($scope.filtersList.assigned);
|
||||||
$http(response_data).then(function (response) {
|
$http(response_data).then(function (response) {
|
||||||
if (response.data.leadList == true) {
|
if (response.data.leadList == true) {
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
$scope.lead_data = response.data.lead_data;
|
$scope.lead_data = response.data.lead_data;
|
||||||
for(var i=0;i<$scope.lead_data.length;i++)
|
for(var i=0;i<$scope.lead_data.length;i++)
|
||||||
$scope.lead_data[i].SL_NO = i+1;
|
$scope.lead_data[i].SL_NO = i+1;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
$scope.message = response.data.message;
|
$scope.message = response.data.message;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -7,6 +7,14 @@ app.controller('report_markcard_certificateCtrl', ["$scope", "$filter","$rootSco
|
|||||||
* auto call tracking
|
* auto call tracking
|
||||||
*/
|
*/
|
||||||
$scope.userType=JSON.parse(localStorage.getItem('localObj')).localType;
|
$scope.userType=JSON.parse(localStorage.getItem('localObj')).localType;
|
||||||
|
$scope.isTblShow = false;
|
||||||
|
$scope.isLoader = false;
|
||||||
|
$scope.isLoaderShow = false;
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
|
$scope.isLoaderTxt = "Loading...";
|
||||||
|
$scope.generateButtonTxt = "GENERATE";
|
||||||
|
$scope.generateButtonStatus = false;
|
||||||
|
|
||||||
$scope.myModel = {
|
$scope.myModel = {
|
||||||
|
|
||||||
"date": new Date(),
|
"date": new Date(),
|
||||||
@ -111,6 +119,7 @@ app.controller('report_markcard_certificateCtrl', ["$scope", "$filter","$rootSco
|
|||||||
|
|
||||||
});
|
});
|
||||||
$scope.onSubmit = function () {
|
$scope.onSubmit = function () {
|
||||||
|
$scope.isLoaderShow1 =true;
|
||||||
//alert($scope.univModel.from_date);
|
//alert($scope.univModel.from_date);
|
||||||
// if(angular.isString($scope.univModel.university) && $scope.univModel.university !== null){
|
// if(angular.isString($scope.univModel.university) && $scope.univModel.university !== null){
|
||||||
// $scope.filterUniv = angular.fromJson($scope.univModel.university);
|
// $scope.filterUniv = angular.fromJson($scope.univModel.university);
|
||||||
@ -146,11 +155,13 @@ app.controller('report_markcard_certificateCtrl', ["$scope", "$filter","$rootSco
|
|||||||
|
|
||||||
$http(response_data).then(function (response) {
|
$http(response_data).then(function (response) {
|
||||||
if (response.data.mark_certList == true) {
|
if (response.data.mark_certList == true) {
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
$scope.mark_cert_data = response.data.mark_cert_data;
|
$scope.mark_cert_data = response.data.mark_cert_data;
|
||||||
for(var i=0;i<$scope.mark_cert_data.length;i++)
|
for(var i=0;i<$scope.mark_cert_data.length;i++)
|
||||||
$scope.mark_cert_data[i].SL_NO = i+1;
|
$scope.mark_cert_data[i].SL_NO = i+1;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
$scope.message = response.data.message;
|
$scope.message = response.data.message;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -6,6 +6,13 @@ app.controller('report_markcard_statusCtrl', ["$scope", "$filter","$rootScope",
|
|||||||
* auto call tracking
|
* auto call tracking
|
||||||
*/
|
*/
|
||||||
$scope.userType=JSON.parse(localStorage.getItem('localObj')).localType;
|
$scope.userType=JSON.parse(localStorage.getItem('localObj')).localType;
|
||||||
|
$scope.isTblShow = false;
|
||||||
|
$scope.isLoader = false;
|
||||||
|
$scope.isLoaderShow = false;
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
|
$scope.isLoaderTxt = "Loading...";
|
||||||
|
$scope.generateButtonTxt = "GENERATE";
|
||||||
|
$scope.generateButtonStatus = false;
|
||||||
$scope.myModel = {
|
$scope.myModel = {
|
||||||
|
|
||||||
"date": new Date(),
|
"date": new Date(),
|
||||||
@ -97,6 +104,8 @@ app.controller('report_markcard_statusCtrl', ["$scope", "$filter","$rootScope",
|
|||||||
|
|
||||||
$scope.show = false;
|
$scope.show = false;
|
||||||
$scope.onSubmit = function (form) {
|
$scope.onSubmit = function (form) {
|
||||||
|
$scope.isLoaderShow1 =true;
|
||||||
|
|
||||||
var firstError = null;
|
var firstError = null;
|
||||||
if (form.$invalid) {
|
if (form.$invalid) {
|
||||||
var field = null, firstError = null;
|
var field = null, firstError = null;
|
||||||
@ -133,11 +142,13 @@ app.controller('report_markcard_statusCtrl', ["$scope", "$filter","$rootScope",
|
|||||||
|
|
||||||
$http(response_data).then(function (response) {
|
$http(response_data).then(function (response) {
|
||||||
if (response.data.markcardList == true) {
|
if (response.data.markcardList == true) {
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
$scope.markcard_data = response.data.markcard_data;
|
$scope.markcard_data = response.data.markcard_data;
|
||||||
for(var i=0;i<$scope.markcard_data.length;i++)
|
for(var i=0;i<$scope.markcard_data.length;i++)
|
||||||
$scope.markcard_data[i].SL_NO = i+1;
|
$scope.markcard_data[i].SL_NO = i+1;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
$scope.message = response.data.message;
|
$scope.message = response.data.message;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -7,6 +7,15 @@ app.controller('report_study_material_statusCtrl', ["$scope", "$filter","$rootSc
|
|||||||
* auto call tracking
|
* auto call tracking
|
||||||
*/
|
*/
|
||||||
$scope.userType=JSON.parse(localStorage.getItem('localObj')).localType;
|
$scope.userType=JSON.parse(localStorage.getItem('localObj')).localType;
|
||||||
|
|
||||||
|
$scope.isTblShow = false;
|
||||||
|
$scope.isLoader = false;
|
||||||
|
$scope.isLoaderShow = false;
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
|
$scope.isLoaderTxt = "Loading...";
|
||||||
|
$scope.generateButtonTxt = "GENERATE";
|
||||||
|
$scope.generateButtonStatus = false;
|
||||||
|
|
||||||
$scope.myModel = {
|
$scope.myModel = {
|
||||||
|
|
||||||
"date": new Date(),
|
"date": new Date(),
|
||||||
@ -89,6 +98,8 @@ app.controller('report_study_material_statusCtrl', ["$scope", "$filter","$rootSc
|
|||||||
|
|
||||||
$scope.show = false;
|
$scope.show = false;
|
||||||
$scope.onSubmit = function (form) {
|
$scope.onSubmit = function (form) {
|
||||||
|
$scope.isLoaderShow1 =true;
|
||||||
|
|
||||||
if(angular.isString($scope.univModel.university)) {
|
if(angular.isString($scope.univModel.university)) {
|
||||||
$scope.filterUniv = angular.fromJson($scope.univModel.university);
|
$scope.filterUniv = angular.fromJson($scope.univModel.university);
|
||||||
}
|
}
|
||||||
@ -114,6 +125,7 @@ app.controller('report_study_material_statusCtrl', ["$scope", "$filter","$rootSc
|
|||||||
//alert($scope.batch.name);
|
//alert($scope.batch.name);
|
||||||
$scope.study_mat_data = '';
|
$scope.study_mat_data = '';
|
||||||
$scope.message = '';
|
$scope.message = '';
|
||||||
|
$scope.message1 ='';
|
||||||
var response_data = {
|
var response_data = {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
url: apiPoint.url + 'report_status/',
|
url: apiPoint.url + 'report_status/',
|
||||||
@ -131,11 +143,15 @@ app.controller('report_study_material_statusCtrl', ["$scope", "$filter","$rootSc
|
|||||||
$http(response_data).then(function (response) {
|
$http(response_data).then(function (response) {
|
||||||
if (response.data.statusList == true) {
|
if (response.data.statusList == true) {
|
||||||
$scope.study_mat_data = response.data.statusr;
|
$scope.study_mat_data = response.data.statusr;
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
for(var i=0;i<$scope.study_mat_data.length;i++)
|
for(var i=0;i<$scope.study_mat_data.length;i++)
|
||||||
$scope.study_mat_data[i].SL_NO = i+1;
|
$scope.study_mat_data[i].SL_NO = i+1;
|
||||||
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
$scope.message = response.data.message;
|
$scope.message = response.data.message;
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
@ -13,6 +13,14 @@ app.controller('report_waiver_referalCtrl', ["$scope", "API_POINTS", "$http", "S
|
|||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
$scope.isTblShow = false;
|
||||||
|
$scope.isLoader = false;
|
||||||
|
$scope.isLoaderShow = false;
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
|
$scope.isLoaderTxt = "Loading...";
|
||||||
|
$scope.generateButtonTxt = "GENERATE";
|
||||||
|
$scope.generateButtonStatus = false;
|
||||||
|
|
||||||
$scope.filters = function () {
|
$scope.filters = function () {
|
||||||
var filterlist = {
|
var filterlist = {
|
||||||
@ -64,6 +72,7 @@ app.controller('report_waiver_referalCtrl', ["$scope", "API_POINTS", "$http", "S
|
|||||||
});
|
});
|
||||||
$scope.show = false;
|
$scope.show = false;
|
||||||
$scope.onSubmit = function (form) {
|
$scope.onSubmit = function (form) {
|
||||||
|
$scope.isLoaderShow1 =true;
|
||||||
var firstError = null;
|
var firstError = null;
|
||||||
if (form.$invalid) {
|
if (form.$invalid) {
|
||||||
var field = null, firstError = null;
|
var field = null, firstError = null;
|
||||||
@ -102,10 +111,12 @@ app.controller('report_waiver_referalCtrl', ["$scope", "API_POINTS", "$http", "S
|
|||||||
|
|
||||||
$http(response_data).then(function (response) {
|
$http(response_data).then(function (response) {
|
||||||
if (response.data.wav_refList == true) {
|
if (response.data.wav_refList == true) {
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
$scope.waiver_referal_data = response.data.wav_ref_data;
|
$scope.waiver_referal_data = response.data.wav_ref_data;
|
||||||
for(var i=0;i<$scope.waiver_referal_data.length;i++)
|
for(var i=0;i<$scope.waiver_referal_data.length;i++)
|
||||||
$scope.waiver_referal_data[i].SL_NO = i+1;
|
$scope.waiver_referal_data[i].SL_NO = i+1;
|
||||||
} else {
|
} else {
|
||||||
|
$scope.isLoaderShow1 =false;
|
||||||
$scope.message = response.data.message;
|
$scope.message = response.data.message;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -153,6 +153,11 @@
|
|||||||
<!-- <button class="btn btn-success" id="print" ng-click="generatePDF();">Print</button></div> -->
|
<!-- <button class="btn btn-success" id="print" ng-click="generatePDF();">Print</button></div> -->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-12" ng-if="isLoaderShow1">
|
||||||
|
<center> <h1>{{isLoaderTxt}}</h1> </center>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<div ng-if="isLoaderShow">
|
<div ng-if="isLoaderShow">
|
||||||
|
|||||||
@ -153,6 +153,11 @@
|
|||||||
<!-- <button class="btn btn-success" id="print" ng-click="generatePDF();">Print</button></div> -->
|
<!-- <button class="btn btn-success" id="print" ng-click="generatePDF();">Print</button></div> -->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-12" ng-if="isLoaderShow1">
|
||||||
|
<center> <h1>{{isLoaderTxt}}</h1> </center>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<div ng-if="isLoaderShow">
|
<div ng-if="isLoaderShow">
|
||||||
|
|||||||
@ -134,6 +134,11 @@ td,th {
|
|||||||
</tbody>
|
</tbody>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-12" ng-if="isLoaderShow1">
|
||||||
|
<center> <h1>{{isLoaderTxt}}</h1> </center>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<h3 style="text-align:center;">{{message}}</h3>
|
<h3 style="text-align:center;">{{message}}</h3>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -142,6 +142,11 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-12" ng-if="isLoaderShow1">
|
||||||
|
<center> <h1>{{isLoaderTxt}}</h1> </center>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<h3 style="text-align:center;">{{message}}</h3>
|
<h3 style="text-align:center;">{{message}}</h3>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -131,6 +131,11 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-12" ng-if="isLoaderShow1">
|
||||||
|
<center> <h1>{{isLoaderTxt}}</h1> </center>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<h3 style="text-align:center;">{{message}}</h3>
|
<h3 style="text-align:center;">{{message}}</h3>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -72,6 +72,8 @@
|
|||||||
|
|
||||||
</form>
|
</form>
|
||||||
<!-- <pre>{{statusr | json}}</pre> -->
|
<!-- <pre>{{statusr | json}}</pre> -->
|
||||||
|
|
||||||
|
|
||||||
<div class="row" style="text-align: right;">
|
<div class="row" style="text-align: right;">
|
||||||
<div class="col-md-2">
|
<div class="col-md-2">
|
||||||
<input class="form-control" type="text" ng-model="search" id="searchIn" autofocus tabindex="2" placeholder="Search" />
|
<input class="form-control" type="text" ng-model="search" id="searchIn" autofocus tabindex="2" placeholder="Search" />
|
||||||
@ -93,6 +95,11 @@
|
|||||||
<button class="btn btn-success btn-o" ng-click="exportData()">Export to Excel</button>
|
<button class="btn btn-success btn-o" ng-click="exportData()">Export to Excel</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="table-responsive" style="margin-top: 20px;">
|
<div class="table-responsive" style="margin-top: 20px;">
|
||||||
<table id="datatable" class="table table-striped table-bordered table-hover table-condensed" style="font-size:0.8em;" ng-controller="studentModalDemoCtrl">
|
<table id="datatable" class="table table-striped table-bordered table-hover table-condensed" style="font-size:0.8em;" ng-controller="studentModalDemoCtrl">
|
||||||
|
|
||||||
@ -261,6 +268,11 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-12" ng-if="isLoaderShow1">
|
||||||
|
<center> <h1>{{isLoaderTxt}}</h1> </center>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<h3 style="text-align:center;">{{message}}</h3>
|
<h3 style="text-align:center;">{{message}}</h3>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -173,6 +173,11 @@ td,th {
|
|||||||
</tbody>
|
</tbody>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-12" ng-if="isLoaderShow1">
|
||||||
|
<center> <h1>{{isLoaderTxt}}</h1> </center>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<h3 style="text-align:center;">{{message}}</h3>
|
<h3 style="text-align:center;">{{message}}</h3>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -134,6 +134,11 @@ td,th {
|
|||||||
</tbody>
|
</tbody>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-12" ng-if="isLoaderShow1">
|
||||||
|
<center> <h1>{{isLoaderTxt}}</h1> </center>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<h3 style="text-align:center;">{{message}}</h3>
|
<h3 style="text-align:center;">{{message}}</h3>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -150,6 +150,11 @@
|
|||||||
|
|
||||||
</tfoot>
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-12" ng-if="isLoaderShow1">
|
||||||
|
<center> <h1>{{isLoaderTxt}}</h1> </center>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<h3 style="text-align:center;">{{message}}</h3>
|
<h3 style="text-align:center;">{{message}}</h3>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -143,6 +143,11 @@
|
|||||||
</tfoot>
|
</tfoot>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-12" ng-if="isLoaderShow1">
|
||||||
|
<center> <h1>{{isLoaderTxt}}</h1> </center>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<h3 style="text-align:center;">{{message}}</h3>
|
<h3 style="text-align:center;">{{message}}</h3>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -202,6 +202,11 @@ td,th {
|
|||||||
</tbody>
|
</tbody>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-12" ng-if="isLoaderShow1">
|
||||||
|
<center> <h1>{{isLoaderTxt}}</h1> </center>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<h3 style="text-align:center;">{{message}}</h3>
|
<h3 style="text-align:center;">{{message}}</h3>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -177,6 +177,11 @@ td,th {
|
|||||||
</tbody>
|
</tbody>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-12" ng-if="isLoaderShow1">
|
||||||
|
<center> <h1>{{isLoaderTxt}}</h1> </center>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<h3 style="text-align:center;">{{message}}</h3>
|
<h3 style="text-align:center;">{{message}}</h3>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -136,6 +136,11 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-12" ng-if="isLoaderShow1">
|
||||||
|
<center> <h1>{{isLoaderTxt}}</h1> </center>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<h3 style="text-align:center;">{{message}}</h3>
|
<h3 style="text-align:center;">{{message}}</h3>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -68,6 +68,7 @@
|
|||||||
|
|
||||||
</form>
|
</form>
|
||||||
<!-- <pre>{{statusr | json}}</pre> -->
|
<!-- <pre>{{statusr | json}}</pre> -->
|
||||||
|
|
||||||
<div class="row" style="text-align: right;">
|
<div class="row" style="text-align: right;">
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<input class="form-control" type="text" ng-model="search" id="searchIn" autofocus tabindex="2" placeholder="Search" />
|
<input class="form-control" type="text" ng-model="search" id="searchIn" autofocus tabindex="2" placeholder="Search" />
|
||||||
@ -78,6 +79,8 @@
|
|||||||
<button class="btn btn-success btn-o" ng-click="exportData()">Export to Excel</button>
|
<button class="btn btn-success btn-o" ng-click="exportData()">Export to Excel</button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="data" class="table-responsive" style="margin-top: 20px;">
|
<div id="data" class="table-responsive" style="margin-top: 20px;">
|
||||||
<table id="datatable" class="table table-striped table-bordered table-hover table-condensed" style="font-size:0.9em;" ng-controller="studentModalDemoCtrl">
|
<table id="datatable" class="table table-striped table-bordered table-hover table-condensed" style="font-size:0.9em;" ng-controller="studentModalDemoCtrl">
|
||||||
<!-- <table datatable="" class="table table-hover">-->
|
<!-- <table datatable="" class="table table-hover">-->
|
||||||
@ -123,7 +126,15 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-12" ng-if="isLoaderShow1">
|
||||||
|
<center> <h1>{{isLoaderTxt}}</h1> </center>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<h3 style="text-align:center;">{{message}}</h3>
|
<h3 style="text-align:center;">{{message}}</h3>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -152,6 +152,11 @@
|
|||||||
<td></td>
|
<td></td>
|
||||||
</tfoot>
|
</tfoot>
|
||||||
</table>
|
</table>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-12" ng-if="isLoaderShow1">
|
||||||
|
<center> <h1>{{isLoaderTxt}}</h1> </center>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<h3 style="text-align:center;">{{message}}</h3>
|
<h3 style="text-align:center;">{{message}}</h3>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user