From 0e3d5360b492d56758a7eaf9f8973bf4e68d4d55 Mon Sep 17 00:00:00 2001 From: vadivelJ96 Date: Thu, 17 Oct 2024 10:42:07 +0530 Subject: [PATCH] validation finished for purchase module --- app/Controllers/Purchaseorder.php | 1 + app/Views/AmendPOlist.php | 21 +++++++++++++++++++++ app/Views/POlist.php | 22 +++++++++++++++++++++- app/Views/expense_list.php | 20 ++++++++++++++++++++ app/Views/porelease_view.php | 20 ++++++++++++++++++++ app/Views/viewinwardgateregister.php | 20 ++++++++++++++++++++ 6 files changed, 103 insertions(+), 1 deletion(-) diff --git a/app/Controllers/Purchaseorder.php b/app/Controllers/Purchaseorder.php index ac0417e5..08c09ede 100755 --- a/app/Controllers/Purchaseorder.php +++ b/app/Controllers/Purchaseorder.php @@ -11,6 +11,7 @@ use App\Models\Inwardgateregister_model; use App\Models\Purchaseorder_model; use App\Models\Requistion_model; use Mpdf\Mpdf; +use DateTime; diff --git a/app/Views/AmendPOlist.php b/app/Views/AmendPOlist.php index 4eb6dc2f..48768bd1 100755 --- a/app/Views/AmendPOlist.php +++ b/app/Views/AmendPOlist.php @@ -272,4 +272,25 @@ }); + + + + \ No newline at end of file diff --git a/app/Views/POlist.php b/app/Views/POlist.php index 00693550..02fc9969 100755 --- a/app/Views/POlist.php +++ b/app/Views/POlist.php @@ -313,4 +313,24 @@ $(document).ready(function() { $('[data-toggle="tooltip"]').tooltip(); }); - \ No newline at end of file + + + diff --git a/app/Views/expense_list.php b/app/Views/expense_list.php index de397c4a..7c49b7c6 100755 --- a/app/Views/expense_list.php +++ b/app/Views/expense_list.php @@ -564,4 +564,24 @@ } }); }); + + + \ No newline at end of file diff --git a/app/Views/porelease_view.php b/app/Views/porelease_view.php index f350a4f1..58dee7b1 100755 --- a/app/Views/porelease_view.php +++ b/app/Views/porelease_view.php @@ -621,4 +621,24 @@ if (empty($Status)) { $(document).ready(function() { $('[data-toggle="tooltip"]').tooltip(); }); + + + \ No newline at end of file diff --git a/app/Views/viewinwardgateregister.php b/app/Views/viewinwardgateregister.php index 920170e9..15544f58 100755 --- a/app/Views/viewinwardgateregister.php +++ b/app/Views/viewinwardgateregister.php @@ -1685,4 +1685,24 @@ // XLSX.writeFile(wb, 'InwardGateRegister.xlsx'); // }); + + + \ No newline at end of file