From 67a8197e068059678d35e19694f5184d788ce384 Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Mon, 12 May 2025 10:46:27 +0000 Subject: [PATCH] EMAIL --- app/Controllers/Inwardgateregister.php | 80 ++++++++++++++++++++------ 1 file changed, 62 insertions(+), 18 deletions(-) diff --git a/app/Controllers/Inwardgateregister.php b/app/Controllers/Inwardgateregister.php index d766856a..9fcc03ba 100755 --- a/app/Controllers/Inwardgateregister.php +++ b/app/Controllers/Inwardgateregister.php @@ -988,8 +988,9 @@ function viewIGRDetails() $notification = new Notification(); - $history_content = "
IGR History

"; $to_email_addr = ""; for ($i = 0; $i < count($result_for_email['to_mails']); $i++) { @@ -1097,6 +1133,14 @@ function viewIGRDetails() echo $finalstatement; } + function generateSentence($record) { + $sentence = "
  • "; + + + return $sentence; +} + + function CancelIGR(){ # Step 1 : Gethering Data..