Merge branch 'master' of https://bitbucket.org/venbainformationtechnology/apollodec
This commit is contained in:
commit
06530705d6
@ -161,6 +161,8 @@ defined('STUDENTDOCUMENTTRACKDETAILS') OR define('STUDENTDOCUMENTTRACKDETAILS','
|
|||||||
defined('REGISTRATIONDETAILS') OR define('REGISTRATIONDETAILS','T_Registration_Details');
|
defined('REGISTRATIONDETAILS') OR define('REGISTRATIONDETAILS','T_Registration_Details');
|
||||||
defined('ENROLMENTRECEIVEDFROMUNIV') OR define('ENROLMENTRECEIVEDFROMUNIV','T_Enrolment_Received_From_University');
|
defined('ENROLMENTRECEIVEDFROMUNIV') OR define('ENROLMENTRECEIVEDFROMUNIV','T_Enrolment_Received_From_University');
|
||||||
defined('FORMFEESRECEIVEDFROMUNIV') OR define('FORMFEESRECEIVEDFROMUNIV','T_FormId_FeeDetails_Received_From_University');
|
defined('FORMFEESRECEIVEDFROMUNIV') OR define('FORMFEESRECEIVEDFROMUNIV','T_FormId_FeeDetails_Received_From_University');
|
||||||
|
defined('UNIVERSITYCREDITDEBIY') OR define('UNIVERSITYCREDITDEBIY','T_University_Credit_Debit');
|
||||||
|
defined('UNIVERSITYPAYMENT') OR define('UNIVERSITYPAYMENT','T_University_Payment');
|
||||||
|
|
||||||
|
|
||||||
// define APPLICATION certificate type constant
|
// define APPLICATION certificate type constant
|
||||||
|
|||||||
@ -215,7 +215,7 @@ $route['setgrpstatus'] = 'Broadcast_Controller/setgrpstatus';
|
|||||||
|
|
||||||
$route['getAllstudentcoursedetail'] = 'DataCorrection_Controller/getAllstudentcoursedetail';
|
$route['getAllstudentcoursedetail'] = 'DataCorrection_Controller/getAllstudentcoursedetail';
|
||||||
$route['getAllfeedetail'] = 'DataCorrection_Controller/getAllfeedetail';
|
$route['getAllfeedetail'] = 'DataCorrection_Controller/getAllfeedetail';
|
||||||
$route['updateCourseDetails'] = 'DataCorrection_Controller/updateCourseDetails';
|
$route['updateCourseDetailss'] = 'DataCorrection_Controller/updateCourseDetailss';
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -370,3 +370,6 @@ $route['addManualEnrolmentDetails'] = 'Receive_Enrolment_Fees_Univ_Controller/ad
|
|||||||
$route['getForFormIdDraftDetails'] = 'Receive_Enrolment_Fees_Univ_Controller/getForFormIdDraftDetails';
|
$route['getForFormIdDraftDetails'] = 'Receive_Enrolment_Fees_Univ_Controller/getForFormIdDraftDetails';
|
||||||
$route['addForFormIdDraftDetails'] = 'Receive_Enrolment_Fees_Univ_Controller/addForFormIdDraftDetails';
|
$route['addForFormIdDraftDetails'] = 'Receive_Enrolment_Fees_Univ_Controller/addForFormIdDraftDetails';
|
||||||
$route['draftMovetoList'] = 'Receive_Enrolment_Fees_Univ_Controller/draftMovetoList';
|
$route['draftMovetoList'] = 'Receive_Enrolment_Fees_Univ_Controller/draftMovetoList';
|
||||||
|
$route['editDraftFormIdFeesDetails'] = 'Receive_Enrolment_Fees_Univ_Controller/editDraftFormIdFeesDetails';
|
||||||
|
$route['paymentVerficationDetails'] = 'Receive_Enrolment_Fees_Univ_Controller/paymentVerficationDetails';
|
||||||
|
|
||||||
|
|||||||
@ -148,10 +148,14 @@ class Call_Tracking_Controller extends REST_Controller {
|
|||||||
$search['requestedDept'] = $this->post('requestedDept');
|
$search['requestedDept'] = $this->post('requestedDept');
|
||||||
// $search['branchID'] = $this->post('branchId');
|
// $search['branchID'] = $this->post('branchId');
|
||||||
$search['searchDate'] = $this->post('searchDate');
|
$search['searchDate'] = $this->post('searchDate');
|
||||||
|
// print_r( $search['searchDate']);
|
||||||
$search['CreatedBranch'] = $this->post('branchId');
|
$search['CreatedBranch'] = $this->post('branchId');
|
||||||
|
|
||||||
|
$status=$this->post('status');
|
||||||
|
|
||||||
// $search['searchMobileNumber'] = $this->post('searchMobileNumber');
|
// $search['searchMobileNumber'] = $this->post('searchMobileNumber');
|
||||||
// $search['searchName']= $this->post('searchName');
|
// $search['searchName']= $this->post('searchName');
|
||||||
$getTrackedDetails = $this->Calltracking_model->getTrackingDetails($search);
|
$getTrackedDetails = $this->Calltracking_model->getTrackingDetails($search,$status);
|
||||||
|
|
||||||
if ($getTrackedDetails)
|
if ($getTrackedDetails)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -140,7 +140,7 @@ class DataCorrection_Controller extends REST_Controller {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public function updateCourseDetails_post()
|
public function updateCourseDetailss_post()
|
||||||
{
|
{
|
||||||
$search['University'] = $this->post('universityid');
|
$search['University'] = $this->post('universityid');
|
||||||
$search['courseId'] = $this->post('courseId');
|
$search['courseId'] = $this->post('courseId');
|
||||||
|
|||||||
@ -316,7 +316,7 @@ class HallTickets_Controller extends REST_Controller {
|
|||||||
$Cdate = new DateTime('now',new DateTimeZone('Asia/Kolkata'));
|
$Cdate = new DateTime('now',new DateTimeZone('Asia/Kolkata'));
|
||||||
$CreatedOn = $Cdate->format('Y-m-d H:i:s');
|
$CreatedOn = $Cdate->format('Y-m-d H:i:s');
|
||||||
/////////check semcoursemapping////
|
/////////check semcoursemapping////
|
||||||
$data['subjectDetails'] = $this->Hallticket_model->getSubjectDetails($universityID,$tempCourseArray,$branchId);
|
// $data['subjectDetails'] = $this->Hallticket_model->getSubjectDetails($universityID,$tempCourseArray,$branchId);
|
||||||
$data['subjectDetails'] = $this->Hallticket_model->getExistDetailsfileupload($university,$courseArray,$branchId);
|
$data['subjectDetails'] = $this->Hallticket_model->getExistDetailsfileupload($university,$courseArray,$branchId);
|
||||||
// print_r( $data['subjectDetails']);
|
// print_r( $data['subjectDetails']);
|
||||||
if($data['subjectDetails'] == 1 )
|
if($data['subjectDetails'] == 1 )
|
||||||
|
|||||||
@ -318,5 +318,24 @@ class Receive_Enrolment_Fees_Univ_Controller extends REST_Controller {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function editDraftFormIdFeesDetails_post(){
|
||||||
|
$reqBranch = $this->post('localDetails');
|
||||||
|
$details = $this->post('details');
|
||||||
|
$detailsID = $this->post('detailsID');
|
||||||
|
|
||||||
|
$details = $this->post('details');
|
||||||
|
$editDraftFormIdFeesDetails = $this->receive_model->editDraftFormIdFeesDetails($reqBranch, $details, $detailsID); // Check if the employee exist
|
||||||
|
if ($editDraftFormIdFeesDetails) {
|
||||||
|
$editDraftFormIdFeesDetails['status'] = REST_Controller::HTTP_OK;
|
||||||
|
// Set the response and exit
|
||||||
|
$this->response($editDraftFormIdFeesDetails, REST_Controller::HTTP_OK); // OK (200) being the HTTP response code
|
||||||
|
|
||||||
|
} else {
|
||||||
|
// Set the response and exit
|
||||||
|
$this->response(['message' => 'No list were found', 'status' => REST_Controller::HTTP_NOT_FOUND], REST_Controller::HTTP_NOT_FOUND); // NOT_FOUND (404) being the HTTP response code
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -352,8 +352,9 @@ class Calltracking_model extends CI_Model {
|
|||||||
* created by kms
|
* created by kms
|
||||||
* */
|
* */
|
||||||
|
|
||||||
public function getTrackingDetails($search=null)
|
public function getTrackingDetails($search=null,$status)
|
||||||
{
|
{
|
||||||
|
|
||||||
$this->db->select('LTF.FollowupOn,LD.LeadID,LD.LeadName,LD.MobileNumber,LD.IsNewEnquiry,LT.TrackingID,LT.ActivityStatus,LT.AssignedTo,LT.StatusCode,LT.University,LT.Course,LT.AlternateMobile,LT.Address,LT.Flag,ST.StaffID,ST.Firstname,PLD1.ListCode as statusListCode,PLD1.ListName as statusListName,AV.ActivityID,AV.ActivityName');
|
$this->db->select('LTF.FollowupOn,LD.LeadID,LD.LeadName,LD.MobileNumber,LD.IsNewEnquiry,LT.TrackingID,LT.ActivityStatus,LT.AssignedTo,LT.StatusCode,LT.University,LT.Course,LT.AlternateMobile,LT.Address,LT.Flag,ST.StaffID,ST.Firstname,PLD1.ListCode as statusListCode,PLD1.ListName as statusListName,AV.ActivityID,AV.ActivityName');
|
||||||
$this->db->from(LEAD_TRACKING_FOLLOWUP.' as LTF');
|
$this->db->from(LEAD_TRACKING_FOLLOWUP.' as LTF');
|
||||||
$this->db->join(LEAD_TRACKING.' as LT','LT.TrackingID=LTF.TrackingID');
|
$this->db->join(LEAD_TRACKING.' as LT','LT.TrackingID=LTF.TrackingID');
|
||||||
@ -437,7 +438,16 @@ class Calltracking_model extends CI_Model {
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if($status!=true)
|
||||||
|
{
|
||||||
$result_array['pendingTrackingDetails'] = $this->getPrevPendingTrackingDetails($search);
|
$result_array['pendingTrackingDetails'] = $this->getPrevPendingTrackingDetails($search);
|
||||||
|
// print_r( $result_array['pendingTrackingDetails']);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
$result_array['pendingTrackingDetails']=1;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return $result_array;
|
return $result_array;
|
||||||
|
|||||||
@ -443,9 +443,9 @@ class Receive_Enrolment_Fees_Univ_model extends CI_Model {
|
|||||||
|
|
||||||
if(count($queryDetails->result()) == 0){
|
if(count($queryDetails->result()) == 0){
|
||||||
$query = "INSERT INTO T_FormId_FeeDetails_Received_From_University
|
$query = "INSERT INTO T_FormId_FeeDetails_Received_From_University
|
||||||
(FormID, FormType, CentreCode,Session,Year,Semester,Student_Name,Father_Name,CourseCode, ActualCourseFee, CourseFee, ExamFee, EnrollmentFee, ProspectusFee, ReRegFee, CreditTransferFee, LateralEntryFee, DualSpclFee, OtherFee, NRIFEE, ProvisionalFee, MigrationFee, UrgentResultDMCFee, AdditionalFee, Amount, CreatedBy, CreatedOn, BranchCode, DraftStatus)
|
(FormID, FormType, CentreCode,Session,Year,Semester,Student_Name,Father_Name,CourseCode, ActualCourseFee, CourseFee, ExamFee, EnrollmentFee, ProspectusFee, ReRegFee, CreditTransferFee, LateralEntryFee, DualSpclFee, OtherFee, NRIFEE, ProvisionalFee, MigrationFee, UrgentResultDMCFee, AdditionalFee, Amount, CreatedBy, CreatedOn, BranchCode, DraftStatus, EditStatus)
|
||||||
VALUES
|
VALUES
|
||||||
( '$formIds', '$formType', '$CentreCode','$Session','$Year','$Semester','$Student_Name','$Father_Name', '$CourseCode', '$ActualCourseFee', '$CourseFee', '$ExamFee', '$EnrollmentFee', '$ProspectusFee', '$ReRegFee', '$CreditTransferFee', '$LateralEntryFee', '$DualSpclFee', '$OtherFee', '$NRIFEE', '$ProvisionalFee', '$MigrationFee', '$UrgentResultDMCFee', '$AdditionalFee', '$Amount', '$localUserID', '$CreatedOn', '$localBranchID' , 0)";
|
( '$formIds', '$formType', '$CentreCode','$Session','$Year','$Semester','$Student_Name','$Father_Name', '$CourseCode', '$ActualCourseFee', '$CourseFee', '$ExamFee', '$EnrollmentFee', '$ProspectusFee', '$ReRegFee', '$CreditTransferFee', '$LateralEntryFee', '$DualSpclFee', '$OtherFee', '$NRIFEE', '$ProvisionalFee', '$MigrationFee', '$UrgentResultDMCFee', '$AdditionalFee', '$Amount', '$localUserID', '$CreatedOn', '$localBranchID' , 0, 0)";
|
||||||
$queryDetails = $this->db->query($query);
|
$queryDetails = $this->db->query($query);
|
||||||
} else {
|
} else {
|
||||||
echo 'else con';
|
echo 'else con';
|
||||||
@ -967,9 +967,9 @@ class Receive_Enrolment_Fees_Univ_model extends CI_Model {
|
|||||||
|
|
||||||
if(count($queryDetails->result()) == 0){
|
if(count($queryDetails->result()) == 0){
|
||||||
$query = "INSERT INTO T_FormId_FeeDetails_Received_From_University
|
$query = "INSERT INTO T_FormId_FeeDetails_Received_From_University
|
||||||
(FormID, FormType, CentreCode,Session,Year,Semester,Student_Name,Father_Name,CourseCode, ActualCourseFee, CourseFee, ExamFee, EnrollmentFee, ProspectusFee, ReRegFee, CreditTransferFee, LateralEntryFee, DualSpclFee, OtherFee, NRIFEE, ProvisionalFee, MigrationFee, UrgentResultDMCFee, AdditionalFee, Amount, CreatedBy, CreatedOn, BranchCode, DraftStatus)
|
(FormID, FormType, CentreCode,Session,Year,Semester,Student_Name,Father_Name,CourseCode, ActualCourseFee, CourseFee, ExamFee, EnrollmentFee, ProspectusFee, ReRegFee, CreditTransferFee, LateralEntryFee, DualSpclFee, OtherFee, NRIFEE, ProvisionalFee, MigrationFee, UrgentResultDMCFee, AdditionalFee, Amount, CreatedBy, CreatedOn, BranchCode, DraftStatus, EditStatus)
|
||||||
VALUES
|
VALUES
|
||||||
( '$formIds', '$formType', '$CentreCode','$Session','$Year','$Semester','$Student_Name','$Father_Name', '$CourseCode', '$ActualCourseFee', '$CourseFee', '$ExamFee', '$EnrollmentFee', '$ProspectusFee', '$ReRegFee', '$CreditTransferFee', '$LateralEntryFee', '$DualSpclFee', '$OtherFee', '$NRIFEE', '$ProvisionalFee', '$MigrationFee', '$UrgentResultDMCFee', '$AdditionalFee', '$Amount', '$localUserID', '$CreatedOn', '$localBranchID' , 1)";
|
( '$formIds', '$formType', '$CentreCode','$Session','$Year','$Semester','$Student_Name','$Father_Name', '$CourseCode', '$ActualCourseFee', '$CourseFee', '$ExamFee', '$EnrollmentFee', '$ProspectusFee', '$ReRegFee', '$CreditTransferFee', '$LateralEntryFee', '$DualSpclFee', '$OtherFee', '$NRIFEE', '$ProvisionalFee', '$MigrationFee', '$UrgentResultDMCFee', '$AdditionalFee', '$Amount', '$localUserID', '$CreatedOn', '$localBranchID' , 1, 1)";
|
||||||
$queryDetails = $this->db->query($query);
|
$queryDetails = $this->db->query($query);
|
||||||
|
|
||||||
if($queryDetails){
|
if($queryDetails){
|
||||||
@ -990,11 +990,9 @@ class Receive_Enrolment_Fees_Univ_model extends CI_Model {
|
|||||||
// print_r($details);exit();
|
// print_r($details);exit();
|
||||||
|
|
||||||
foreach($detail as $row) {
|
foreach($detail as $row) {
|
||||||
// echo $row['ID'];exit();
|
$ids = $row['ID'];
|
||||||
$data[] = array(
|
$updateQuery = 'UPDATE `T_FormId_FeeDetails_Received_From_University` SET `DraftStatus` = 0 WHERE `ID` = '.$ids;
|
||||||
'ID' => $row['ID'],
|
$queryDetails = $this->db->query($updateQuery);
|
||||||
'FormType'=> 'Hello'
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// $data = array(
|
// $data = array(
|
||||||
@ -1008,16 +1006,81 @@ class Receive_Enrolment_Fees_Univ_model extends CI_Model {
|
|||||||
// )
|
// )
|
||||||
// );
|
// );
|
||||||
// print_r($data);exit();
|
// print_r($data);exit();
|
||||||
$this->db->update_batch('T_FormId_FeeDetails_Received_From_University', $data, 'ID');
|
// $this->db->update('T_FormId_FeeDetails_Received_From_University', $data, 'ID');
|
||||||
|
|
||||||
$detailsList = $details->result();
|
// $detailsList = $details->result();
|
||||||
if($detailsList){
|
|
||||||
$result['draftStatus'] = true;
|
$result['draftStatus'] = true;
|
||||||
$result['draftDetailsMessagae'] = "Updated Successfully.";
|
$result['draftDetailsMessagae'] = "Updated Successfully.";
|
||||||
} else {
|
return $result;
|
||||||
$result['draftStatus'] = false;
|
|
||||||
$result['draftDetailsMessagae'] = "Something went wrong.";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function editDraftFormIdFeesDetails($reqBranch, $details, $detailsID){
|
||||||
|
$ids = $detailsID;
|
||||||
|
$formIds = $details['FormID'];
|
||||||
|
$formType = $details['FormType'];
|
||||||
|
$CentreCode = $details['CentreCode'];
|
||||||
|
$Session = $details['Session'];
|
||||||
|
$Year = $details['Year'];
|
||||||
|
$Semester = $details['Semester'];
|
||||||
|
$Student_Name = $details['Student_Name'];
|
||||||
|
$Father_Name = $details['Father_Name'];
|
||||||
|
$CourseCode = $details['CourseCode'];
|
||||||
|
$ActualCourseFee = $details['ActualCourseFee'];
|
||||||
|
$CourseFee = $details['CourseFee'];
|
||||||
|
$ExamFee = $details['ExamFee'];
|
||||||
|
$EnrollmentFee = $details['EnrollmentFee'];
|
||||||
|
$ProspectusFee = $details['ProspectusFee'];
|
||||||
|
$ReRegFee = $details['ReRegFee'];
|
||||||
|
$CreditTransferFee = $details['CreditTransferFee'];
|
||||||
|
$LateralEntryFee = $details['LateralEntryFee'];
|
||||||
|
$DualSpclFee = $details['DualSpclFee'];
|
||||||
|
$OtherFee = $details['OtherFee'];
|
||||||
|
$NRIFEE = $details['NRIFEE'];
|
||||||
|
$ProvisionalFee = $details['ProvisionalFee'];
|
||||||
|
$MigrationFee = $details['MigrationFee'];
|
||||||
|
$UrgentResultDMCFee = $details['UrgentResultDMCFee'];
|
||||||
|
$AdditionalFee = $details['AdditionalFee'];
|
||||||
|
$Amount = $details['Amount'];
|
||||||
|
|
||||||
|
$data = array(
|
||||||
|
'FormID' => $formIds ,
|
||||||
|
'FormType' => $formType ,
|
||||||
|
'CentreCode'=> $CentreCode,
|
||||||
|
'Session' =>$Session,
|
||||||
|
'Year' =>$Year,
|
||||||
|
'Semester' =>$Semester,
|
||||||
|
'Student_Name' =>$Student_Name ,
|
||||||
|
'Father_Name' =>$Father_Name,
|
||||||
|
'CourseCode' =>$CourseCode,
|
||||||
|
'ActualCourseFee' =>$ActualCourseFee,
|
||||||
|
'CourseFee' =>$CourseFee,
|
||||||
|
'ExamFee' =>$ExamFee,
|
||||||
|
'EnrollmentFee' =>$EnrollmentFee,
|
||||||
|
'ProspectusFee' =>$ProspectusFee,
|
||||||
|
'ReRegFee'=>$ReRegFee,
|
||||||
|
'CreditTransferFee' =>$CreditTransferFee,
|
||||||
|
'LateralEntryFee' =>$LateralEntryFee,
|
||||||
|
'DualSpclFee' =>$DualSpclFee,
|
||||||
|
'OtherFee' =>$OtherFee,
|
||||||
|
'NRIFEE' =>$NRIFEE ,
|
||||||
|
'ProvisionalFee' =>$ProvisionalFee,
|
||||||
|
'MigrationFee' =>$MigrationFee,
|
||||||
|
'UrgentResultDMCFee' =>$UrgentResultDMCFee,
|
||||||
|
'AdditionalFee' =>$AdditionalFee,
|
||||||
|
'Amount' => $Amount
|
||||||
|
);
|
||||||
|
|
||||||
|
$this->db->where('ID', $detailsID);
|
||||||
|
$this->db->update('T_FormId_FeeDetails_Received_From_University', $data);
|
||||||
|
// echo $this->db->affected_rows();exit();
|
||||||
|
if($this->db->affected_rows() > 0){
|
||||||
|
$result['updatedraftStatus'] = true;
|
||||||
|
$result['updatedraftDetailsMessagae'] = "Updated Successfully.";
|
||||||
|
}else{
|
||||||
|
$result['updatedraftStatus'] = false;
|
||||||
|
$result['updatedraftDetailsMessagae'] = "Something went wrong.";
|
||||||
|
}
|
||||||
|
return $result;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -354,6 +354,7 @@ class Student_model extends CI_Model {
|
|||||||
$this->db->join('' . STUDENTS_FEES_PAID . ' as t6', 't6.FeesId = t5.FeesID', 'LEFT');
|
$this->db->join('' . STUDENTS_FEES_PAID . ' as t6', 't6.FeesId = t5.FeesID', 'LEFT');
|
||||||
$this->db->where('t1.BranchID', $req['localBranchID']);
|
$this->db->where('t1.BranchID', $req['localBranchID']);
|
||||||
$this->db->where('t1.StudentID', $studentId);
|
$this->db->where('t1.StudentID', $studentId);
|
||||||
|
$this->db->where('t1.IsActive', '1');
|
||||||
$this->db->group_by('t1.CourseID');
|
$this->db->group_by('t1.CourseID');
|
||||||
$courseDetails = $this->db->get();
|
$courseDetails = $this->db->get();
|
||||||
$checkArr = $courseDetails->result();
|
$checkArr = $courseDetails->result();
|
||||||
|
|||||||
@ -60,6 +60,7 @@ app.controller('callTrackingCtrl', ["$scope","$rootScope","toaster", "$filter",
|
|||||||
|
|
||||||
|
|
||||||
$scope.checkDate = function (value,type) {
|
$scope.checkDate = function (value,type) {
|
||||||
|
// console.log(value.searchDate);
|
||||||
if(value.searchDate==null || value.searchDate==undefined){
|
if(value.searchDate==null || value.searchDate==undefined){
|
||||||
|
|
||||||
$scope.myModel.search='';
|
$scope.myModel.search='';
|
||||||
@ -75,26 +76,31 @@ app.controller('callTrackingCtrl', ["$scope","$rootScope","toaster", "$filter",
|
|||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
$scope.searchDateArray(value);
|
$scope.searchDateArray(value,type);
|
||||||
|
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* check to date
|
* check to date
|
||||||
* */
|
* */
|
||||||
$scope.checkToDate = function (value) {
|
$scope.status='';
|
||||||
|
$scope.checkToDate = function (value,status) {
|
||||||
|
$scope.status=status;
|
||||||
if(value.searchDate==null || value.searchDate==undefined){
|
if(value.searchDate==null || value.searchDate==undefined){
|
||||||
swal("Failed!", 'Please Select From Date', "error");
|
swal("Failed!", 'Please Select From Date', "error");
|
||||||
$scope.myModel.dateTo='';
|
$scope.myModel.dateTo='';
|
||||||
$scope.myModel.search='';
|
$scope.myModel.search='';
|
||||||
$scope.toMinDate = '';
|
$scope.toMinDate = '';
|
||||||
}
|
}
|
||||||
else{
|
|
||||||
$scope.filterSearch=$filter('date')(value.searchDate, 'dd-MM-yyyy');
|
|
||||||
$scope.search=$scope.filterSearch;
|
|
||||||
|
|
||||||
|
else{
|
||||||
|
if(value.searchDate!=null && value.dateTo!=null && status=='true')
|
||||||
|
{
|
||||||
|
|
||||||
|
$scope.filterSearch=$filter('date')(value.searchDate,value.dateTo);
|
||||||
|
$scope.search=$scope.filterSearch;
|
||||||
}
|
}
|
||||||
$scope.searchDateArray(value);
|
}
|
||||||
|
$scope.searchDateArray(value,status);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -102,7 +108,7 @@ app.controller('callTrackingCtrl', ["$scope","$rootScope","toaster", "$filter",
|
|||||||
/*
|
/*
|
||||||
* make a search date array
|
* make a search date array
|
||||||
*/
|
*/
|
||||||
$scope.searchDateArray=function (dateValue) {
|
$scope.searchDateArray=function (dateValue,status) {
|
||||||
|
|
||||||
var listDate = [];
|
var listDate = [];
|
||||||
if((dateValue.search !=null && dateValue.search !=undefined) && (dateValue.dateTo !=null && dateValue.dateTo !=undefined && dateValue.dateTo !='')){
|
if((dateValue.search !=null && dateValue.search !=undefined) && (dateValue.dateTo !=null && dateValue.dateTo !=undefined && dateValue.dateTo !='')){
|
||||||
@ -117,6 +123,7 @@ app.controller('callTrackingCtrl', ["$scope","$rootScope","toaster", "$filter",
|
|||||||
var strDate = startDate;
|
var strDate = startDate;
|
||||||
var arrayDate = $filter('date')(strDate, 'dd-MM-yyyy');
|
var arrayDate = $filter('date')(strDate, 'dd-MM-yyyy');
|
||||||
listDate.push(arrayDate);
|
listDate.push(arrayDate);
|
||||||
|
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
while (strDate < endDate){
|
while (strDate < endDate){
|
||||||
@ -404,19 +411,19 @@ app.controller('callTrackingCtrl', ["$scope","$rootScope","toaster", "$filter",
|
|||||||
* */
|
* */
|
||||||
$scope.init = function (myModel) {
|
$scope.init = function (myModel) {
|
||||||
|
|
||||||
|
// console.log(myModel);
|
||||||
var logcheck = JSON.parse(localStorage.getItem('localObj'));
|
var logcheck = JSON.parse(localStorage.getItem('localObj'));
|
||||||
|
|
||||||
const LOCALTYPE = logcheck.localType;
|
const LOCALTYPE = logcheck.localType;
|
||||||
if (logcheck != null && (LOCALTYPE == 'R003' || LOCALTYPE == 'R004' || LOCALTYPE == 'R002' || LOCALTYPE=='R005')) {
|
if (logcheck != null && (LOCALTYPE == 'R003' || LOCALTYPE == 'R004' || LOCALTYPE == 'R002' || LOCALTYPE=='R005')) {
|
||||||
console.log("if");
|
|
||||||
}else {
|
}else {
|
||||||
if(logcheck != null && LOCALTYPE !='R001') {
|
if(logcheck != null && LOCALTYPE !='R001') {
|
||||||
console.log("else if");
|
|
||||||
$state.go('app.dashboard');
|
$state.go('app.dashboard');
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
console.log("else else");
|
|
||||||
//ipCookie.remove('cookiechk');
|
//ipCookie.remove('cookiechk');
|
||||||
window.localStorage.clear();
|
window.localStorage.clear();
|
||||||
$state.go('login.signin');
|
$state.go('login.signin');
|
||||||
@ -432,6 +439,9 @@ app.controller('callTrackingCtrl', ["$scope","$rootScope","toaster", "$filter",
|
|||||||
$scope.data = [];
|
$scope.data = [];
|
||||||
if(myModel!='' && myModel!=undefined){
|
if(myModel!='' && myModel!=undefined){
|
||||||
$scope.finalSearchArry=myModel;
|
$scope.finalSearchArry=myModel;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
$scope.finalSearchArry="";
|
$scope.finalSearchArry="";
|
||||||
@ -449,7 +459,8 @@ app.controller('callTrackingCtrl', ["$scope","$rootScope","toaster", "$filter",
|
|||||||
requestedBy: JSON.parse(localStorage.getItem('localObj')).localUserID,
|
requestedBy: JSON.parse(localStorage.getItem('localObj')).localUserID,
|
||||||
requestedDept: JSON.parse(localStorage.getItem('localObj')).localType,
|
requestedDept: JSON.parse(localStorage.getItem('localObj')).localType,
|
||||||
branchId: JSON.parse(localStorage.getItem('localObj')).localBranchID,
|
branchId: JSON.parse(localStorage.getItem('localObj')).localBranchID,
|
||||||
searchDate: $scope.finalSearchArry
|
searchDate: $scope.finalSearchArry,
|
||||||
|
status: $scope.status
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
$http(getTrackDetails).then(function (response) {
|
$http(getTrackDetails).then(function (response) {
|
||||||
@ -521,6 +532,10 @@ app.controller('callTrackingCtrl', ["$scope","$rootScope","toaster", "$filter",
|
|||||||
});
|
});
|
||||||
localStorage.setItem('trackingList', JSON.stringify($scope.data));
|
localStorage.setItem('trackingList', JSON.stringify($scope.data));
|
||||||
}
|
}
|
||||||
|
else if(response.data.trackingStatus == 1)
|
||||||
|
{
|
||||||
|
console.log('hai');
|
||||||
|
}
|
||||||
|
|
||||||
else {
|
else {
|
||||||
$scope.loader = false;
|
$scope.loader = false;
|
||||||
@ -652,7 +667,6 @@ app.controller('callTrackingLeadCtrl', ["$scope","$rootScope","toaster", "$filte
|
|||||||
//from date change
|
//from date change
|
||||||
$scope.checkDate = function (value) {
|
$scope.checkDate = function (value) {
|
||||||
|
|
||||||
|
|
||||||
$scope.myModel.search = $filter('date')(value.leadDate, 'yyyy-MM-dd');
|
$scope.myModel.search = $filter('date')(value.leadDate, 'yyyy-MM-dd');
|
||||||
|
|
||||||
|
|
||||||
@ -687,14 +701,14 @@ app.controller('callTrackingLeadCtrl', ["$scope","$rootScope","toaster", "$filte
|
|||||||
|
|
||||||
const LOCALTYPE = logcheck.localType;
|
const LOCALTYPE = logcheck.localType;
|
||||||
if (logcheck != null && (LOCALTYPE == 'R003' || LOCALTYPE == 'R004' || LOCALTYPE == 'R005' || LOCALTYPE == 'R002')) {
|
if (logcheck != null && (LOCALTYPE == 'R003' || LOCALTYPE == 'R004' || LOCALTYPE == 'R005' || LOCALTYPE == 'R002')) {
|
||||||
console.log("if");
|
// console.log("if");
|
||||||
}else {
|
}else {
|
||||||
if(logcheck != null && LOCALTYPE !='R001') {
|
if(logcheck != null && LOCALTYPE !='R001') {
|
||||||
console.log("else if");
|
// console.log("else if");
|
||||||
$state.go('app.dashboard');
|
$state.go('app.dashboard');
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
console.log("else else");
|
// console.log("else else");
|
||||||
//ipCookie.remove('cookiechk');
|
//ipCookie.remove('cookiechk');
|
||||||
window.localStorage.clear();
|
window.localStorage.clear();
|
||||||
$state.go('login.signin');
|
$state.go('login.signin');
|
||||||
|
|||||||
@ -229,7 +229,7 @@ $scope.universitySearchData = '';
|
|||||||
|
|
||||||
var updatecourse = {
|
var updatecourse = {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
url: apiPoint.url + 'updateCourseDetails/',
|
url: apiPoint.url + 'updateCourseDetailss/',
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json'
|
'Content-Type': 'application/json'
|
||||||
},
|
},
|
||||||
@ -249,6 +249,7 @@ $scope.universitySearchData = '';
|
|||||||
$http(updatecourse).then(function (response) {
|
$http(updatecourse).then(function (response) {
|
||||||
swal('Change Saved Successfully', response.data.message, "success");
|
swal('Change Saved Successfully', response.data.message, "success");
|
||||||
$scope.close();
|
$scope.close();
|
||||||
|
$scope.getStudentDetails(form,myModel);
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@ -70,7 +70,7 @@ app.controller('studentUnivFormIdFeeDetailsCtrl', ["$scope", "toaster", "$filter
|
|||||||
$scope.getUniversitySearchList = function () {
|
$scope.getUniversitySearchList = function () {
|
||||||
var empListreq = {
|
var empListreq = {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
url: apiPoint.url + 'getUniversitySessionDetails/',
|
url: apiPoint.url + 'getUnivCourseFromFileDetails/',
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json'
|
'Content-Type': 'application/json'
|
||||||
},
|
},
|
||||||
@ -90,36 +90,26 @@ app.controller('studentUnivFormIdFeeDetailsCtrl', ["$scope", "toaster", "$filter
|
|||||||
|
|
||||||
$scope.searchData = {
|
$scope.searchData = {
|
||||||
"University": "",
|
"University": "",
|
||||||
"Session": "",
|
"Course": "",
|
||||||
"Status": ""
|
"Status": ""
|
||||||
}
|
}
|
||||||
$scope.myUnivSearch = "";
|
$scope.myUnivSearch = "";
|
||||||
$scope.sessionData = "";
|
$scope.courseData = "";
|
||||||
|
|
||||||
$scope.getUniveId = function (univ) {
|
$scope.getUniveId = function (univ) {
|
||||||
$scope.sessionData = "";
|
$scope.sessionData = "";
|
||||||
if (univ === '') {
|
if (univ === '') {
|
||||||
$scope.myUnivSearch = "";
|
$scope.myUnivSearch = "";
|
||||||
|
$scope.courseData = "";
|
||||||
$scope.searchData.University = '';
|
$scope.searchData.University = '';
|
||||||
// $scope.searchData.Course = '';
|
$scope.searchData.Course = '';
|
||||||
// $scope.searchData.Batch = '';
|
|
||||||
// $scope.courseData = name.Course;
|
|
||||||
// $scope.batchData = name.Batch;
|
|
||||||
$scope.searchData.Session = '';
|
|
||||||
|
|
||||||
$scope.OpenWindowStatus = false;
|
|
||||||
} else {
|
} else {
|
||||||
let name = JSON.parse(univ);
|
let name = JSON.parse(univ);
|
||||||
$scope.searchData.University = name.UniversityID;
|
$scope.searchData.University = name.univCode;
|
||||||
// $scope.searchData.Course = '';
|
$scope.courseData = name.univCourseDetails;
|
||||||
// $scope.searchData.Batch = '';
|
|
||||||
// $scope.courseData = name.Course;
|
|
||||||
// $scope.batchData = name.Batch;
|
|
||||||
$scope.searchData.Session = '';
|
|
||||||
$scope.sessionData = name.SessionDetails;
|
|
||||||
$scope.OpenWindowStatus = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
//For session dropdown
|
//For session dropdown
|
||||||
$scope.filterSessionDetails = "";
|
$scope.filterSessionDetails = "";
|
||||||
$scope.$watch('searchData.University', function (newValue, oldValue) {
|
$scope.$watch('searchData.University', function (newValue, oldValue) {
|
||||||
@ -140,7 +130,7 @@ app.controller('studentUnivFormIdFeeDetailsCtrl', ["$scope", "toaster", "$filter
|
|||||||
|
|
||||||
$scope.onSubmit = function () {
|
$scope.onSubmit = function () {
|
||||||
$scope.Searchloader = true;
|
$scope.Searchloader = true;
|
||||||
if ($scope.searchData.University !== '' && $scope.searchData.Session !== '') {
|
if ($scope.searchData.University !== '' && $scope.searchData.Course !== '') {
|
||||||
$scope.Searchloader = true;
|
$scope.Searchloader = true;
|
||||||
var empListreq = {
|
var empListreq = {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
@ -482,19 +472,51 @@ $scope.draftManualEntryDetails = {
|
|||||||
};
|
};
|
||||||
$http(draftMoveToList).then(function (response) {
|
$http(draftMoveToList).then(function (response) {
|
||||||
if (response.data.draftStatus == true) {
|
if (response.data.draftStatus == true) {
|
||||||
// swal("", response.data.draftDetailsMessagae, "success");
|
// alert();
|
||||||
// getDraftFormIdDetails();
|
swal("", response.data.draftDetailsMessagae, "success");
|
||||||
// getEmptycall();
|
getDraftFormIdDetails();
|
||||||
} else {
|
} else {
|
||||||
// swal("", response.data.draftDetailsMessagae, "warning");
|
swal("", response.data.draftDetailsMessagae, "warning");
|
||||||
// getDraftFormIdDetails();
|
|
||||||
// getEmptycall();
|
}});
|
||||||
}
|
|
||||||
});
|
|
||||||
} else {
|
} else {
|
||||||
swal("Cancelled", "Your record not added to list :)", "error");
|
swal("Cancelled", "Your record not added to list :)", "error");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$scope.editId = -1;
|
||||||
|
$scope.leader = {};
|
||||||
|
$scope.editList = function(details, d){
|
||||||
|
$scope.leader = {};
|
||||||
|
angular.copy(d, $scope.leader);
|
||||||
|
$scope.editId = details;
|
||||||
|
}
|
||||||
|
|
||||||
|
$scope.updateFeeIDDetails = function(id, p){
|
||||||
|
var editDraftMoveToList = {
|
||||||
|
method: 'POST',
|
||||||
|
url: apiPoint.url + 'editDraftFormIdFeesDetails/',
|
||||||
|
headers: {
|
||||||
|
'Content-Type': 'application/json'
|
||||||
|
},
|
||||||
|
data: {
|
||||||
|
localDetails: localDetail,
|
||||||
|
details : p,
|
||||||
|
detailsID: id
|
||||||
|
}
|
||||||
|
};
|
||||||
|
$http(editDraftMoveToList).then(function (response) {
|
||||||
|
if (response.data.updatedraftStatus == true) {
|
||||||
|
// alert();
|
||||||
|
swal("", response.data.updatedraftDetailsMessagae, "success");
|
||||||
|
getDraftFormIdDetails();
|
||||||
|
$scope.editId = -1;
|
||||||
|
$scope.leader = {};
|
||||||
|
} else {
|
||||||
|
swal("", response.data.updatedraftDetailsMessagae, "warning");
|
||||||
|
|
||||||
|
}});
|
||||||
|
}
|
||||||
|
|
||||||
}]);
|
}]);
|
||||||
|
|||||||
@ -92,7 +92,7 @@
|
|||||||
<input type="text" class="form-control " ng-click="startOpen = !startOpen" datepicker-popup="dd-MM-yyyy" ng-model="myModel.dateTo"
|
<input type="text" class="form-control " ng-click="startOpen = !startOpen" datepicker-popup="dd-MM-yyyy" ng-model="myModel.dateTo"
|
||||||
is-open="startOpen" ng-init="startOpen = false" name="addDate" datepicker-options="dateOptions"
|
is-open="startOpen" ng-init="startOpen = false" name="addDate" datepicker-options="dateOptions"
|
||||||
min-date="toMinDate"
|
min-date="toMinDate"
|
||||||
placeholder="Select To Date" close-text="Close" required="required" ng-change="checkToDate(myModel);" ng-readonly="true"
|
placeholder="Select To Date" close-text="Close" required="required" ng-change="checkToDate(myModel,'true');" ng-readonly="true"
|
||||||
show-button-bar="true" />
|
show-button-bar="true" />
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -221,16 +221,16 @@
|
|||||||
<span class="title" translate="sidebar.nav.student.STUDENTFEEDETAILCOMPARE"> University Form Enrolment </span>
|
<span class="title" translate="sidebar.nav.student.STUDENTFEEDETAILCOMPARE"> University Form Enrolment </span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<!--<li ui-sref-active="active">
|
<li ui-sref-active="active">
|
||||||
<a ui-sref="app.student.studentUnivFormIdFeeDetails" ng-click="checkSuperAdmin()">
|
<a ui-sref="app.student.studentUnivFormIdFeeDetails" ng-click="checkSuperAdmin()">
|
||||||
<span class="title" translate="sidebar.nav.student.STUDENTFROMIDFEEDETAILS"> STUDENT FORMID FEE DETAILS </span>
|
<span class="title" translate="sidebar.nav.student.STUDENTFROMIDFEEDETAILS"> STUDENT FORMID FEE DETAILS </span>
|
||||||
</a>
|
</a>
|
||||||
</li>-->
|
</li>
|
||||||
<!--<li ui-sref-active="active">
|
<li ui-sref-active="active">
|
||||||
<a ui-sref="app.student.universityformpayment" ng-click="checkSuperAdmin()">
|
<a ui-sref="app.student.universityformpayment" ng-click="checkSuperAdmin()">
|
||||||
<span class="title" translate="sidebar.nav.student.STUDENTFROMIDFEEDETAILS"> STUDENT FORMID FEE DETAILS </span>
|
<span class="title" translate="sidebar.nav.student.UNIVERSITYFORMPAYMENT"> University Form Payment </span>
|
||||||
</a>
|
</a>
|
||||||
</li>-->
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<!--<li ng-class="{'active open':$state.includes('app.call')}">
|
<!--<li ng-class="{'active open':$state.includes('app.call')}">
|
||||||
|
|||||||
@ -58,22 +58,22 @@
|
|||||||
</label>
|
</label>
|
||||||
<select class="form-control" tabindex="3" class="cs-select cs-skin-elastic" name="university" ng-model="myUnivSearch" ng-change="getUniveId(myUnivSearch)">
|
<select class="form-control" tabindex="3" class="cs-select cs-skin-elastic" name="university" ng-model="myUnivSearch" ng-change="getUniveId(myUnivSearch)">
|
||||||
<option value="" disabled selected>Select University</option>
|
<option value="" disabled selected>Select University</option>
|
||||||
<option ng-repeat="item in universitySearchData" value="{{item}}">{{item.UniversityName}}</option>
|
<option ng-repeat="item in universitySearchData" value="{{item}}">{{item.univName}}</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
<label for="form-field-select-2">
|
<label for="form-field-select-2">
|
||||||
Session
|
Course
|
||||||
</label>
|
</label>
|
||||||
<select ui-select2 class="form-control" tabindex="4" class="cs-select cs-skin-elastic" name="session" ng-model="searchData.Session">
|
<select ui-select2 class="form-control" tabindex="4" class="cs-select cs-skin-elastic" name="session" ng-model="searchData.Course">
|
||||||
<option value="" selected>Select Session</option>
|
<option value="" selected>Select Course</option>
|
||||||
<option ng-repeat="itemSession in sessionData" value="{{itemSession.SessionID}}">{{itemSession.SessionName}}</option>
|
<option ng-repeat="itemCourse in courseData" value="{{itemCourse.CourseCode}}">{{itemCourse.CourseName}}</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-2" style="padding-top: 2.3%;">
|
<div class="col-md-2" style="padding-top: 2.3%;">
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
|
|
||||||
<button ng-disabled="searchData.Session == '' || searchData.University == ''" type="submit" class="btn btn-success btn-o"
|
<button ng-disabled="searchData.Course == '' || searchData.University == ''" type="submit" class="btn btn-success btn-o"
|
||||||
tabindex="8">
|
tabindex="8">
|
||||||
Submit
|
Submit
|
||||||
</button>
|
</button>
|
||||||
@ -285,6 +285,7 @@
|
|||||||
<div ng-if="draftListDetails && !draftListDetailsLoading" class="table-responsive">
|
<div ng-if="draftListDetails && !draftListDetailsLoading" class="table-responsive">
|
||||||
<table class="table table-border table-hover">
|
<table class="table table-border table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
|
<th>Action</th>
|
||||||
<th>FormID</th>
|
<th>FormID</th>
|
||||||
<th>FormType</th>
|
<th>FormType</th>
|
||||||
<th>CentreCode</th>
|
<th>CentreCode</th>
|
||||||
@ -310,10 +311,14 @@
|
|||||||
<th>UrgentResultDMCFee</th>
|
<th>UrgentResultDMCFee</th>
|
||||||
<th>AdditionalFee</th>
|
<th>AdditionalFee</th>
|
||||||
<th>Amount</th>
|
<th>Amount</th>
|
||||||
<th>Action</th>
|
|
||||||
</thead>
|
</thead>
|
||||||
<tbody dir-paginate="p in draftListDetails|orderBy:sortKey:reverse|filter:search:strict|itemsPerPage:10| filter:query as results">
|
<tbody dir-paginate="p in draftListDetails|orderBy:sortKey:reverse|filter:search:strict|itemsPerPage:10| filter:query as results">
|
||||||
<tr>
|
<tr>
|
||||||
|
<td>
|
||||||
|
<i class="ti-user" tooltip="Add To List" ng-click="addToList(p.ID);"></i>
|
||||||
|
<i class="ti-user" tooltip="Add To List" ng-click="editList(p.ID, p);"></i>
|
||||||
|
</td>
|
||||||
<td>{{p.FormID}}</td>
|
<td>{{p.FormID}}</td>
|
||||||
<td>{{p.FormType}}</td>
|
<td>{{p.FormType}}</td>
|
||||||
<td>{{p.CentreCode}}</td>
|
<td>{{p.CentreCode}}</td>
|
||||||
@ -339,8 +344,184 @@
|
|||||||
<td>{{p.UrgentResultDMCFee}}</td>
|
<td>{{p.UrgentResultDMCFee}}</td>
|
||||||
<td>{{p.AdditionalFee}}</td>
|
<td>{{p.AdditionalFee}}</td>
|
||||||
<td>{{p.Amount}}</td>
|
<td>{{p.Amount}}</td>
|
||||||
<td>
|
</tr>
|
||||||
<i class="ti-user" tooltip="Add To List" ng-click="addToList(p.ID);"></i>
|
<tr ng-show="editId === p.ID" ng-if="editId === p.ID" style="line-height: 1em;">
|
||||||
|
<td colspan="20">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-2 form-group" ng-class="{'has-error':Form.primaryPhone.$dirty && Form.primaryPhone.$invalid, 'has-success':Form.primaryPhone.$valid}">
|
||||||
|
<label>
|
||||||
|
FormID
|
||||||
|
</label>
|
||||||
|
<input type="text" name="FromId" placeholder="Enter FromId" class="form-control" ng-model="leader.FormID"/>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2 form-group" ng-class="{'has-error':Form.primaryPhone.$dirty && Form.primaryPhone.$invalid, 'has-success':Form.primaryPhone.$valid}">
|
||||||
|
<label>
|
||||||
|
FormType
|
||||||
|
</label>
|
||||||
|
<input type="text" name="FromId" placeholder="Enter FromId" class="form-control" ng-model="leader.FormType"/>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2 form-group" ng-class="{'has-error':Form.primaryPhone.$dirty && Form.primaryPhone.$invalid, 'has-success':Form.primaryPhone.$valid}">
|
||||||
|
<label>
|
||||||
|
CentreCode
|
||||||
|
</label>
|
||||||
|
<input type="text" name="FromId" placeholder="Enter FromId" class="form-control" ng-model="leader.CentreCode"/>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2 form-group" ng-class="{'has-error':Form.primaryPhone.$dirty && Form.primaryPhone.$invalid, 'has-success':Form.primaryPhone.$valid}">
|
||||||
|
<label>
|
||||||
|
Session
|
||||||
|
</label>
|
||||||
|
<input type="text" name="FromId" placeholder="Enter FromId" class="form-control" ng-model="leader.Session"/>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2 form-group" ng-class="{'has-error':Form.primaryPhone.$dirty && Form.primaryPhone.$invalid, 'has-success':Form.primaryPhone.$valid}">
|
||||||
|
<label>
|
||||||
|
Year
|
||||||
|
</label>
|
||||||
|
<input type="text" name="FromId" placeholder="Enter FromId" class="form-control" ng-model="leader.Year"/>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2 form-group" ng-class="{'has-error':Form.primaryPhone.$dirty && Form.primaryPhone.$invalid, 'has-success':Form.primaryPhone.$valid}">
|
||||||
|
<label>
|
||||||
|
Semester
|
||||||
|
</label>
|
||||||
|
<input type="text" name="FromId" placeholder="Enter FromId" class="form-control" ng-model="leader.Semester"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
|
||||||
|
<div class="col-md-2 form-group" ng-class="{'has-error':Form.primaryPhone.$dirty && Form.primaryPhone.$invalid, 'has-success':Form.primaryPhone.$valid}">
|
||||||
|
<label>
|
||||||
|
Student_Name
|
||||||
|
</label>
|
||||||
|
<input type="text" name="FromId" placeholder="Enter FromId" class="form-control" ng-model="leader.Student_Name"/>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2 form-group" ng-class="{'has-error':Form.primaryPhone.$dirty && Form.primaryPhone.$invalid, 'has-success':Form.primaryPhone.$valid}">
|
||||||
|
<label>
|
||||||
|
Father_Name
|
||||||
|
</label>
|
||||||
|
<input type="text" name="FromId" placeholder="Enter FromId" class="form-control" ng-model="leader.Father_Name"/>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2 form-group" ng-class="{'has-error':Form.primaryPhone.$dirty && Form.primaryPhone.$invalid, 'has-success':Form.primaryPhone.$valid}">
|
||||||
|
<label>
|
||||||
|
CourseCode
|
||||||
|
</label>
|
||||||
|
<input type="text" name="FromId" placeholder="Enter FromId" class="form-control" ng-model="leader.CourseCode"/>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2 form-group" ng-class="{'has-error':Form.primaryPhone.$dirty && Form.primaryPhone.$invalid, 'has-success':Form.primaryPhone.$valid}">
|
||||||
|
<label>
|
||||||
|
ActualCourseFee
|
||||||
|
</label>
|
||||||
|
<input type="text" name="FromId" placeholder="Enter FromId" class="form-control" ng-model="leader.ActualCourseFee"/>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2 form-group" ng-class="{'has-error':Form.primaryPhone.$dirty && Form.primaryPhone.$invalid, 'has-success':Form.primaryPhone.$valid}">
|
||||||
|
<label>
|
||||||
|
CourseFee
|
||||||
|
</label>
|
||||||
|
<input type="text" name="FromId" placeholder="Enter FromId" class="form-control" ng-model="leader.CourseFee"/>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2 form-group" ng-class="{'has-error':Form.primaryPhone.$dirty && Form.primaryPhone.$invalid, 'has-success':Form.primaryPhone.$valid}">
|
||||||
|
<label>
|
||||||
|
ExamFee
|
||||||
|
</label>
|
||||||
|
<input type="text" name="FromId" placeholder="Enter FromId" class="form-control" ng-model="leader.ExamFee"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-2 form-group" ng-class="{'has-error':Form.primaryPhone.$dirty && Form.primaryPhone.$invalid, 'has-success':Form.primaryPhone.$valid}">
|
||||||
|
<label>
|
||||||
|
EnrollmentFee
|
||||||
|
</label>
|
||||||
|
<input type="text" name="FromId" placeholder="Enter FromId" class="form-control" ng-model="leader.EnrollmentFee"/>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2 form-group" ng-class="{'has-error':Form.primaryPhone.$dirty && Form.primaryPhone.$invalid, 'has-success':Form.primaryPhone.$valid}">
|
||||||
|
<label>
|
||||||
|
ProspectusFee
|
||||||
|
</label>
|
||||||
|
<input type="text" name="FromId" placeholder="Enter FromId" class="form-control" ng-model="leader.ProspectusFee"/>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2 form-group" ng-class="{'has-error':Form.primaryPhone.$dirty && Form.primaryPhone.$invalid, 'has-success':Form.primaryPhone.$valid}">
|
||||||
|
<label>
|
||||||
|
ReRegFee
|
||||||
|
</label>
|
||||||
|
<input type="text" name="FromId" placeholder="Enter FromId" class="form-control" ng-model="leader.ReRegFee"/>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2 form-group" ng-class="{'has-error':Form.primaryPhone.$dirty && Form.primaryPhone.$invalid, 'has-success':Form.primaryPhone.$valid}">
|
||||||
|
<label>
|
||||||
|
CreditTransferFee
|
||||||
|
</label>
|
||||||
|
<input type="text" name="FromId" placeholder="Enter FromId" class="form-control" ng-model="leader.CreditTransferFee"/>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2 form-group" ng-class="{'has-error':Form.primaryPhone.$dirty && Form.primaryPhone.$invalid, 'has-success':Form.primaryPhone.$valid}">
|
||||||
|
<label>
|
||||||
|
LateralEntryFee
|
||||||
|
</label>
|
||||||
|
<input type="text" name="FromId" placeholder="Enter FromId" class="form-control" ng-model="leader.LateralEntryFee"/>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2 form-group" ng-class="{'has-error':Form.primaryPhone.$dirty && Form.primaryPhone.$invalid, 'has-success':Form.primaryPhone.$valid}">
|
||||||
|
<label>
|
||||||
|
DualSpclFee
|
||||||
|
</label>
|
||||||
|
<input type="text" name="FromId" placeholder="Enter FromId" class="form-control" ng-model="leader.DualSpclFee"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
|
||||||
|
<div class="col-md-2 form-group" ng-class="{'has-error':Form.primaryPhone.$dirty && Form.primaryPhone.$invalid, 'has-success':Form.primaryPhone.$valid}">
|
||||||
|
<label>
|
||||||
|
OtherFee
|
||||||
|
</label>
|
||||||
|
<input type="text" name="FromId" placeholder="Enter FromId" class="form-control" ng-model="leader.OtherFee"/>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2 form-group" ng-class="{'has-error':Form.primaryPhone.$dirty && Form.primaryPhone.$invalid, 'has-success':Form.primaryPhone.$valid}">
|
||||||
|
<label>
|
||||||
|
NRIFEE
|
||||||
|
</label>
|
||||||
|
<input type="text" name="FromId" placeholder="Enter FromId" class="form-control" ng-model="leader.NRIFEE"/>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2 form-group" ng-class="{'has-error':Form.primaryPhone.$dirty && Form.primaryPhone.$invalid, 'has-success':Form.primaryPhone.$valid}">
|
||||||
|
<label>
|
||||||
|
ProvisionalFee
|
||||||
|
</label>
|
||||||
|
<input type="text" name="FromId" placeholder="Enter FromId" class="form-control" ng-model="leader.ProvisionalFee"/>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2 form-group" ng-class="{'has-error':Form.primaryPhone.$dirty && Form.primaryPhone.$invalid, 'has-success':Form.primaryPhone.$valid}">
|
||||||
|
<label>
|
||||||
|
MigrationFee
|
||||||
|
</label>
|
||||||
|
<input type="text" name="FromId" placeholder="Enter FromId" class="form-control" ng-model="leader.MigrationFee"/>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2 form-group" ng-class="{'has-error':Form.primaryPhone.$dirty && Form.primaryPhone.$invalid, 'has-success':Form.primaryPhone.$valid}">
|
||||||
|
<label>
|
||||||
|
UrgentResultDMCFee
|
||||||
|
</label>
|
||||||
|
<input type="text" name="FromId" placeholder="Enter FromId" class="form-control" ng-model="leader.UrgentResultDMCFee"/>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-2 form-group" ng-class="{'has-error':Form.primaryPhone.$dirty && Form.primaryPhone.$invalid, 'has-success':Form.primaryPhone.$valid}">
|
||||||
|
<label>
|
||||||
|
AdditionalFee
|
||||||
|
</label>
|
||||||
|
<input type="text" name="FromId" placeholder="Enter FromId" class="form-control" ng-model="leader.AdditionalFee"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-2 form-group" ng-class="{'has-error':Form.primaryPhone.$dirty && Form.primaryPhone.$invalid, 'has-success':Form.primaryPhone.$valid}">
|
||||||
|
<label>
|
||||||
|
Amount
|
||||||
|
</label>
|
||||||
|
<input type="text" name="FromId" placeholder="Enter FromId" class="form-control" ng-model="leader.Amount"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="pull-right">
|
||||||
|
<button type="button" ng-disabled="editSaveButtonDisable" ladda="ldloading1.zoom_in" tabindex="2028" class="btn btn-wide btn-success"
|
||||||
|
data-style="zoom-in" ng-click="updateFeeIDDetails(p.ID, leader)">
|
||||||
|
<i class='fa fa-spinner fa-spin' ng-if="editSaveButtonDisable"> </i> Save
|
||||||
|
</button>
|
||||||
|
<button type="reset" class="btn btn-warning btn-wide" tabindex="2029" ng-click="cancel()">
|
||||||
|
Cancel
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user