diff --git a/Apollo/api/application/models/Status_model.php b/Apollo/api/application/models/Status_model.php
index e46c4da8..c94c023e 100755
--- a/Apollo/api/application/models/Status_model.php
+++ b/Apollo/api/application/models/Status_model.php
@@ -90,7 +90,7 @@ class Status_model extends CI_Model {
$this->db->update(PICK_LIST_DETAILS, $arrayDetails);
if($this->db->affected_rows() == '1'){
$result['Status'] = true;
- $result['message'] = "Successfully status name is updated";
+ $result['message'] = "Successfully status detail is updated";
}
else {
$result['Status'] = false;
diff --git a/Apollo/assets/js/controllers/studentCtrl.js b/Apollo/assets/js/controllers/studentCtrl.js
index 1533ac1f..f96eedfa 100755
--- a/Apollo/assets/js/controllers/studentCtrl.js
+++ b/Apollo/assets/js/controllers/studentCtrl.js
@@ -482,6 +482,12 @@ app.controller('studentCtrl', ["$scope", "toaster", "$filter", "ngTableParams",
$scope.resetImage = function () {
$scope.files.length = 0;
$scope.stepsModel.length = 0;
+ }
+
+ $scope.getChangeDate = function() {
+ var formate = "dd-MM-yyyy";
+ $scope.myModel.dateofbirth = $filter('date')(new Date($scope.myModel.dateofbirth), formate);
+
}
// add student
@@ -506,7 +512,7 @@ app.controller('studentCtrl', ["$scope", "toaster", "$filter", "ngTableParams",
$scope.disableButton = true;
var formate = "dd-MM-yyyy";
$scope.myModel.switchsetting = $scope.myModel.switchsetting === true ? 1 : 0;
- $scope.myModel.dateofbirth = $filter('date')(new Date($scope.myModel.dateofbirth), formate);
+ //$scope.myModel.dateofbirth = $filter('date')(new Date($scope.myModel.dateofbirth), formate);
$scope.myModelCourseAdd.dateofjoining = $filter('date')(new Date($scope.myModelCourseAdd.dateofjoining), formate);
var idStuProof = $scope.files[0];
diff --git a/Apollo/assets/views/activity.html b/Apollo/assets/views/activity.html
index 1676a71b..dbe0dea6 100755
--- a/Apollo/assets/views/activity.html
+++ b/Apollo/assets/views/activity.html
@@ -72,7 +72,7 @@
ng-model="companies.status"
required>
Status is required.
+ ng-if="Form.status.$dirty && Form.status.$error.required && myModel.status.length!=0">Status is required.
@@ -126,6 +126,7 @@
Description
|
+ Status |
|
@@ -136,7 +137,7 @@
{{p.ActivityID}} |
{{p.ActivityName}} |
{{p.Description}} |
-
+ Active De-Active |
diff --git a/Apollo/assets/views/announcement/Announcement.html b/Apollo/assets/views/announcement/Announcement.html
index b8ac9755..2d402cd2 100755
--- a/Apollo/assets/views/announcement/Announcement.html
+++ b/Apollo/assets/views/announcement/Announcement.html
@@ -75,7 +75,7 @@
|
| {{p.Heading}} |
- Active InActive |
+ Active De-Active |
|
diff --git a/Apollo/assets/views/batch.html b/Apollo/assets/views/batch.html
index c41e388e..dbf4de72 100755
--- a/Apollo/assets/views/batch.html
+++ b/Apollo/assets/views/batch.html
@@ -71,6 +71,7 @@
University Name
|
+ Status |
Action |
@@ -81,7 +82,7 @@
{{p.BatchCode}} |
{{p.BatchName}} |
{{p.UniversityName}} |
-
+ Active De-Active |
diff --git a/Apollo/assets/views/branchDetails.html b/Apollo/assets/views/branchDetails.html
index affc222c..96b59912 100755
--- a/Apollo/assets/views/branchDetails.html
+++ b/Apollo/assets/views/branchDetails.html
@@ -69,21 +69,22 @@
| Branch Name
|
- Address
+
| Email Id
|
Mobile Number
|
- Alternate Mobile
+
| Landline Number
|
+ Status |
|
@@ -92,11 +93,12 @@
| {{p.BranchCode}} |
{{p.BranchName}} |
- {{p.Address}} |
+
{{p.EmailID}} |
{{p.MobileNumber}} |
- {{p.AlternateNumber}} |
+
{{p.LandlineNumber}} |
+ Active De-Active |
|
diff --git a/Apollo/assets/views/callTrackingDetails.html b/Apollo/assets/views/callTrackingDetails.html
index e62cc75d..9998faeb 100755
--- a/Apollo/assets/views/callTrackingDetails.html
+++ b/Apollo/assets/views/callTrackingDetails.html
@@ -88,19 +88,19 @@
-
+
-
+
-
+
-
+
@@ -139,8 +139,8 @@
-
- | {{p.TrackingID}} |
+
+ | {{p.TrackingID}} |
{{p.followupDetails }} |
{{p.LeadName}} |
{{p.MobileNumber}} |
diff --git a/Apollo/assets/views/certificate/certificate.html b/Apollo/assets/views/certificate/certificate.html
index feb6e03c..cf70fe51 100755
--- a/Apollo/assets/views/certificate/certificate.html
+++ b/Apollo/assets/views/certificate/certificate.html
@@ -113,14 +113,16 @@
Certificate Nmae
- |
+
+ Status |
|
| {{p.CertificationID}} |
- {{p.CertificateName}} |
+ {{p.CertificateName}} |
+ Active De-Active |
diff --git a/Apollo/assets/views/courseDetails.html b/Apollo/assets/views/courseDetails.html
index 27a3e3c1..bff82cb8 100755
--- a/Apollo/assets/views/courseDetails.html
+++ b/Apollo/assets/views/courseDetails.html
@@ -71,6 +71,7 @@
| University
|
+ Status |
|
@@ -80,7 +81,7 @@
{{p.CourseID}} |
{{p.CourseName}} |
{{p.UniversityName}} |
-
+ Active De-Active |
diff --git a/Apollo/assets/views/employeeDetails.html b/Apollo/assets/views/employeeDetails.html
index 78203fc7..4a8db68e 100755
--- a/Apollo/assets/views/employeeDetails.html
+++ b/Apollo/assets/views/employeeDetails.html
@@ -92,6 +92,7 @@
| Email ID
|
+ Status |
Details
|
@@ -103,6 +104,7 @@
{{p.Lastname}} |
{{p.MobileNumber}} |
{{p.EmailID}} |
+ Active De-Active |
diff --git a/Apollo/assets/views/status.html b/Apollo/assets/views/status.html
index 707d26bd..2619a3b5 100755
--- a/Apollo/assets/views/status.html
+++ b/Apollo/assets/views/status.html
@@ -124,13 +124,15 @@
+ | Status |
|
| {{p.ListCode}} |
- {{p.ListName}} |
+ {{p.ListName}} |
+ Active De-Active |
diff --git a/Apollo/assets/views/student/student_details.html b/Apollo/assets/views/student/student_details.html
index 1b5c7dda..bf816771 100755
--- a/Apollo/assets/views/student/student_details.html
+++ b/Apollo/assets/views/student/student_details.html
@@ -198,7 +198,7 @@
diff --git a/Apollo/assets/views/university.html b/Apollo/assets/views/university.html
index d5209543..3bbc5c45 100755
--- a/Apollo/assets/views/university.html
+++ b/Apollo/assets/views/university.html
@@ -56,6 +56,7 @@
| Email ID
|
+ Status |
Details
|
@@ -66,6 +67,7 @@
{{p.UniversityShortName}} |
{{p.UniversityName}} |
{{p.EmailID}} |
+ Active De-Active |
|