stock module - 24-03-2025
This commit is contained in:
parent
dfb7e39f03
commit
89df707fcb
@ -69,7 +69,7 @@ if (!empty($master)) {
|
|||||||
echo form_open(base_url() . 'configurationctrl/updateconfig', $attributes); ?>
|
echo form_open(base_url() . 'configurationctrl/updateconfig', $attributes); ?>
|
||||||
|
|
||||||
<div class="form-row" style="margin-top:10px">
|
<div class="form-row" style="margin-top:10px">
|
||||||
<div class="col-md-3">
|
<div class="col-md-2">
|
||||||
<label class="col-form-label" for="ConfigId">Configuration ID</label>
|
<label class="col-form-label" for="ConfigId">Configuration ID</label>
|
||||||
<font color="Red">*</font>
|
<font color="Red">*</font>
|
||||||
<?php
|
<?php
|
||||||
@ -78,7 +78,7 @@ if (!empty($master)) {
|
|||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-3">
|
<div class="col-md-2">
|
||||||
<label class="col-form-label" for="ConfigName">Configuration Name</label>
|
<label class="col-form-label" for="ConfigName">Configuration Name</label>
|
||||||
<font color="Red">*</font>
|
<font color="Red">*</font>
|
||||||
<?php
|
<?php
|
||||||
@ -87,7 +87,7 @@ if (!empty($master)) {
|
|||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-3">
|
<div class="col-md-2">
|
||||||
<label class="col-form-label" for="Remarks"> Comments </label>
|
<label class="col-form-label" for="Remarks"> Comments </label>
|
||||||
<font color="Red">*</font>
|
<font color="Red">*</font>
|
||||||
<?php
|
<?php
|
||||||
@ -95,23 +95,14 @@ if (!empty($master)) {
|
|||||||
echo form_input($data);
|
echo form_input($data);
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-md-3 mt-3">
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="form-row" style="margin-top:10px">
|
|
||||||
<div class="col-md-12 text-right">
|
|
||||||
<a data-toggle="modal" href="#AddConfiguration" style="margin-right: 10px;"
|
<a data-toggle="modal" href="#AddConfiguration" style="margin-right: 10px;"
|
||||||
class="btn btn-success"><i class="fa fa-plus"></i>
|
class="btn btn-success"><i class="fa fa-plus"></i>
|
||||||
Configuration Value</a>
|
Configuration Value</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php echo form_close(); ?>
|
<?php echo form_close(); ?>
|
||||||
|
|
||||||
<br>
|
<div class="col-md-3 mt-4" align="right">
|
||||||
<div>
|
|
||||||
<div align="right">
|
|
||||||
<div class="form-check" style="margin-right: 25px;">
|
|
||||||
<form id="archiveFormId" action="<?php echo base_url("/configurationctrl/editconfig")?>" method="post">
|
<form id="archiveFormId" action="<?php echo base_url("/configurationctrl/editconfig")?>" method="post">
|
||||||
<input class="form-check-input" type="checkbox" id="showArchiveId"
|
<input class="form-check-input" type="checkbox" id="showArchiveId"
|
||||||
name="showArchive" value="1" <?php echo $showArchive ? "checked" : " " ?>
|
name="showArchive" value="1" <?php echo $showArchive ? "checked" : " " ?>
|
||||||
@ -125,6 +116,7 @@ if (!empty($master)) {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@ -599,7 +591,8 @@ if (!empty($master)) {
|
|||||||
style="cursor: pointer; color: #4d3a6d;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">
|
style="cursor: pointer; color: #4d3a6d;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">
|
||||||
<u>${item.MaterialCode}</u>
|
<u>${item.MaterialCode}</u>
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align:left; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">${item.MaterialName}</td>
|
<td style="text-align:left; overflow: hidden;text-overflow: ellipsis; word-wrap: break-word !important;
|
||||||
|
white-space: normal !important; width: 100px !important; ">${item.MaterialName}</td>
|
||||||
<td style="text-align:left; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">${item.MaterialType}</td>
|
<td style="text-align:left; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">${item.MaterialType}</td>
|
||||||
<td style="text-align:left; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">${item.IsActive?"Active":"InActive"}</td>
|
<td style="text-align:left; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">${item.IsActive?"Active":"InActive"}</td>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user