latest commit 20-05-2025
This commit is contained in:
parent
3d18c13e1c
commit
d5759b336a
@ -4556,7 +4556,7 @@ if (!empty($getlogpodtl)) {
|
||||
var PackagingType = $("#PackagingType").val();
|
||||
|
||||
if (PackagingType == "0") {
|
||||
alert('Please select the Packaging Type');
|
||||
|
||||
$('#txtPackaging').val('');
|
||||
$("#PackagingType").focus();
|
||||
} else if ($('#txtPackaging').val() != '' && $('#txtPackaging').val() != '0') {
|
||||
@ -4609,7 +4609,6 @@ if (!empty($getlogpodtl)) {
|
||||
var PackagingType = $("#EditPackagingType").val();
|
||||
|
||||
if (PackagingType == "0") {
|
||||
alert('Please select the Packaging Type');
|
||||
$('#txtEditPackaging').val('');
|
||||
$("#EditPackagingType").focus();
|
||||
} else if ($('#txtEditPackaging').val() != '' && $('#txtEditPackaging').val() != '0') {
|
||||
|
||||
@ -909,7 +909,6 @@ if (!empty($INRSYMBOL)) {
|
||||
var basicValue = parseFloat($('#txtBasicValue').val());
|
||||
var PackagingType = $("#PackagingType").val();
|
||||
if (PackagingType == "0") {
|
||||
alert('Please select the Packaging Type');
|
||||
$('#txtPackaging').val('');
|
||||
$("#PackagingType").focus();
|
||||
} else if ($('#txtPackaging').val() != '' && $('#txtPackaging').val() != '0') {
|
||||
@ -959,7 +958,7 @@ if (!empty($INRSYMBOL)) {
|
||||
var basicValue = parseFloat($('#txtEditBasicValue').val());
|
||||
var PackagingType = $("#EditPackagingType").val();
|
||||
if (PackagingType == "0") {
|
||||
alert('Please select the Packaging Type');
|
||||
|
||||
$('#txtEditPackaging').val('');
|
||||
$("#EditPackagingType").focus();
|
||||
} else if ($('#txtEditPackaging').val() != '' && $('#txtEditPackaging').val() != '0') {
|
||||
|
||||
@ -117,7 +117,7 @@
|
||||
<div class="card-body">
|
||||
<h4 class="header-title">This Month Stock Closing</h4>
|
||||
|
||||
<div class="d-flex justify-content-between align-items-center">
|
||||
<div class="d-flex justify-content-between align-items-center w-50">
|
||||
<div>
|
||||
<a class="btn btn-primary btn-sm px-2" href="<?php echo base_url(); ?>sales_dashboard?stock=resin">Resin</a>
|
||||
<a class="btn btn-secondary btn-sm px-2" href="<?php echo base_url(); ?>sales_dashboard?stock=bag">Bag</a>
|
||||
@ -152,7 +152,7 @@
|
||||
}
|
||||
}?>
|
||||
|
||||
<table id="stockClosing" class="table dt-responsive nowrap w-100">
|
||||
<table align="left" id="stockClosing" class="table dt-responsive nowrap w-50">
|
||||
<thead>
|
||||
|
||||
<?php if (is_array($stock[0]['header'])) { ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user