From 3a1e3533e0a506f740fa3b76450097ce978f4082 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 31 May 2018 09:50:05 +0530 Subject: [PATCH 1/6] call track changes in fees status --- Apollo/api/application/models/Fees_status_model.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Apollo/api/application/models/Fees_status_model.php b/Apollo/api/application/models/Fees_status_model.php index b5159f81..d55c5cdd 100755 --- a/Apollo/api/application/models/Fees_status_model.php +++ b/Apollo/api/application/models/Fees_status_model.php @@ -560,6 +560,9 @@ class Fees_status_model extends CI_Model $insertfollowup_Details['FollowupComments']=$arrayDetails['FollowupComments']; $insertfollowup_Details['CreatedBy'] = $arrayDetails['CreatedBy']; $insertfollowup_Details['CreatedOn'] = $arrayDetails['CreatedOn']; + $insertfollowup_Details['StatusName'] = $arrayDetails['StatusCode']; + $insertfollowup_Details['AssignedStaff'] = $arrayDetails['CreatedBy']; + $this->db->insert(LEAD_TRACKING_FOLLOWUP, $insertfollowup_Details); // this if for insert follow up details From 1df5d0ba3c7ea8fa440deef97bad6cd1786bcc46 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 31 May 2018 09:50:55 +0530 Subject: [PATCH 2/6] call track changes in student pending document updates --- Apollo/api/application/models/Student_model.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Apollo/api/application/models/Student_model.php b/Apollo/api/application/models/Student_model.php index 04090f39..131b131d 100755 --- a/Apollo/api/application/models/Student_model.php +++ b/Apollo/api/application/models/Student_model.php @@ -1090,6 +1090,9 @@ class Student_model extends CI_Model { $insertfollowup_Details['FollowupComments'] = $arrayDetails['FollowupComments']; $insertfollowup_Details['CreatedBy'] = $fromDetails['CreatedBy']; $insertfollowup_Details['CreatedOn'] = $arrayDetails['CreatedOn']; + $insertfollowup_Details['StatusName'] = $arrayDetails['StatusCode']; + $insertfollowup_Details['AssignedStaff'] = $arrayDetails['CreatedBy']; + $this->db->insert(LEAD_TRACKING_FOLLOWUP, $insertfollowup_Details); // this if for insert follow up details From 2e1c10954771601ecd0505d78c38c68adb79819b Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 31 May 2018 10:02:47 +0530 Subject: [PATCH 3/6] student pending document comments changes --- Apollo/assets/views/student/editStudentDetails.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apollo/assets/views/student/editStudentDetails.html b/Apollo/assets/views/student/editStudentDetails.html index 325c3de4..5fce2f43 100755 --- a/Apollo/assets/views/student/editStudentDetails.html +++ b/Apollo/assets/views/student/editStudentDetails.html @@ -633,7 +633,7 @@ - {{penddoc.Details}} + {{penddoc.Details}} {{penddoc.DocumentDate}}