From 4df97de3421691bf44e15c7291f76a934401513f Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Sat, 11 Oct 2025 17:01:11 +0530 Subject: [PATCH 001/109] CHANGE_EB_EXCEL_CHANGE : RV --- app/Views/rfq/gpa.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/Views/rfq/gpa.php b/app/Views/rfq/gpa.php index 955b5851..a9c74b6f 100644 --- a/app/Views/rfq/gpa.php +++ b/app/Views/rfq/gpa.php @@ -71,10 +71,11 @@ - + +
From f9171b2d55dcc49473aa4ea440827e9292b594ea Mon Sep 17 00:00:00 2001 From: venba-Inspriron-3558 Date: Sat, 11 Oct 2025 17:22:43 +0530 Subject: [PATCH 002/109] FIX_Branch id checked --- app/Views/client_branch.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/Views/client_branch.php b/app/Views/client_branch.php index 6673a4af..e99072a8 100755 --- a/app/Views/client_branch.php +++ b/app/Views/client_branch.php @@ -305,6 +305,8 @@ $('#btnBranchAdd').click(function() { $('#branch_form')[0].reset(); $('#branch_form').parsley().reset(); $('#pre_branch_id').val(''); + $('#branch_id_primarykey').val(''); + $('.ac').css('display', 'block'); contactCount = 1 @@ -371,13 +373,14 @@ $("#branch_form").submit(function(event) { var selectedValues = $("#selected").val(); console.log(selectedValues, selectedValues); + console.log("branch_id_primarykey", $('#branch_id_primarykey').val()); + let level_contect_data = getContactsData(); console.log('level_contect_data', level_contect_data); event.preventDefault(); branch_PrimaryKey = $('#client_id_branch').val(); - console.log('branch_PrimaryKey', branch_PrimaryKey) if (branch_PrimaryKey === '') { From 31a423240bbcdfc96f3a3d3a688f5e6ffcdd6b4f Mon Sep 17 00:00:00 2001 From: vadivelJ96 Date: Sat, 11 Oct 2025 18:20:00 +0530 Subject: [PATCH 003/109] CHANGE_UI_FIX - VADIVEL J 2025-10-11 --- app/Views/client_branch.php | 2 +- app/Views/client_onboarding.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Views/client_branch.php b/app/Views/client_branch.php index 024c3741..b959254b 100755 --- a/app/Views/client_branch.php +++ b/app/Views/client_branch.php @@ -74,7 +74,7 @@
+ class="btn btn-primary waves-effect waves-light btn-sm ">Fetch Client Branch (Pre-Enrolment)
diff --git a/app/Views/client_onboarding.php b/app/Views/client_onboarding.php index b27a9673..3dc798d6 100755 --- a/app/Views/client_onboarding.php +++ b/app/Views/client_onboarding.php @@ -407,7 +407,7 @@