dashboard router changes for fees pending and registered student details

This commit is contained in:
gandhimathi 2018-08-17 12:32:58 +05:30
parent a8e4bdcbc9
commit 2e6106bced

View File

@ -157,6 +157,8 @@ $route['getDashboardCallTrack'] = 'Call_Tracking_Controller/getDashboardCallTrac
$route['getTotalStudent'] = 'Dashboard_Controller/getTotalStudent';
$route['getTotalEmployee'] = 'Dashboard_Controller/getTotalEmployee';
$route['getTotalUsers'] = 'Dashboard_Controller/getTotalUsers';
$route['getUniversityRegisteredStudent'] = 'Dashboard_Controller/getUniversityRegisteredStudent';
$route['getDashboradStudentPendingFees'] = 'Dashboard_Controller/getDashboradStudentPendingFees';
/*login page announcement*/
$route['getLoginAnnouncementDetails'] = 'Login_Controller/getLoginAnnouncementDetails';