Gas stock details changes-3 vadivel J 28-11-2024
This commit is contained in:
parent
12463ca78b
commit
e26e5290a3
@ -145,7 +145,7 @@ class StockController extends BaseController
|
||||
$date = $postData['date'];
|
||||
$shift = $postData['shift'];
|
||||
|
||||
// Check if the same shift already exists on the same date
|
||||
// Check if the same shift already exists on the same date
|
||||
$sameShiftOnDateExists = $this->coatingMachineDetails_model
|
||||
->where('date', $date)
|
||||
->where('shift', $shift)
|
||||
@ -177,6 +177,7 @@ class StockController extends BaseController
|
||||
throw new \Exception('Failed to update gas stock consumption.');
|
||||
}
|
||||
$message2 = 'And updated gas stock consumption.';
|
||||
$message3 =" Warning..!! Kindly Update the next subsequent month Gas Stock If older month Gas Stock Updated..!!";
|
||||
} else {
|
||||
throw new \Exception('Failed to insert Coating machine details.');
|
||||
}
|
||||
@ -188,7 +189,7 @@ class StockController extends BaseController
|
||||
}
|
||||
$this->db->transCommit();
|
||||
|
||||
$message3 ="Kindly Update the next month Gas Stock If older month Gas Stock Updated..!!";
|
||||
|
||||
|
||||
// Set flashdata for success message
|
||||
return redirect()->to("/coatingMachineDetails?month=$month")
|
||||
@ -237,7 +238,7 @@ class StockController extends BaseController
|
||||
}
|
||||
$message2 = 'And updated gas stock consumption.';
|
||||
|
||||
$message3 ="Kindly Update the next month Gas Stock If older month Gas Stock Updated..!!";
|
||||
$message3 ="Warning..!! Kindly Update the next subsequent month Gas Stock If older month Gas Stock Updated..!!";
|
||||
|
||||
}
|
||||
// Commit the transaction if all queries succeed
|
||||
@ -959,7 +960,7 @@ class StockController extends BaseController
|
||||
}
|
||||
}
|
||||
|
||||
echo "Data Saved Successfully";
|
||||
echo "Data Saved Successfully Warning..!! Kindly Update the next subsequent month Gas Stock If older month Gas Stock Updated..!!";
|
||||
}
|
||||
|
||||
private function updateGasStockConsumption($date, $consumption)
|
||||
@ -1248,13 +1249,13 @@ class StockController extends BaseController
|
||||
if (!empty($inserts)) {
|
||||
$this->drierMachineDetails_model->insertBatch($inserts);
|
||||
|
||||
$message3 ="Kindly Update the next month Gas Stock If older month Gas Stock Updated..!!";
|
||||
$message1 ="Warning..!! Kindly Update the next subsequent month Gas Stock If older month Gas Stock Updated..!!";
|
||||
}
|
||||
|
||||
if (!empty($updates)) {
|
||||
$this->drierMachineDetails_model->updateBatch($updates, 'id');
|
||||
|
||||
$message3 ="Kindly Update the next month Gas Stock If older month Gas Stock Updated..!!";
|
||||
$message1 ="Warning..!! Kindly Update the next subsequent month Gas Stock If older month Gas Stock Updated..!!";
|
||||
}
|
||||
|
||||
if ($this->db->transStatus() === false) {
|
||||
|
||||
@ -200,6 +200,12 @@
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if (session()->getFlashdata('success')): ?>
|
||||
<div class="alert alert-success">
|
||||
<?= session()->getFlashdata('success'); ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="card">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user