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); ?>
|
||||
|
||||
<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>
|
||||
<font color="Red">*</font>
|
||||
<?php
|
||||
@ -78,7 +78,7 @@ if (!empty($master)) {
|
||||
?>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<div class="col-md-2">
|
||||
<label class="col-form-label" for="ConfigName">Configuration Name</label>
|
||||
<font color="Red">*</font>
|
||||
<?php
|
||||
@ -87,7 +87,7 @@ if (!empty($master)) {
|
||||
?>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<div class="col-md-2">
|
||||
<label class="col-form-label" for="Remarks"> Comments </label>
|
||||
<font color="Red">*</font>
|
||||
<?php
|
||||
@ -95,37 +95,29 @@ if (!empty($master)) {
|
||||
echo form_input($data);
|
||||
?>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="form-row" style="margin-top:10px">
|
||||
<div class="col-md-12 text-right">
|
||||
<div class="col-md-3 mt-3">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php echo form_close(); ?>
|
||||
|
||||
<br>
|
||||
<div>
|
||||
<div align="right">
|
||||
<div class="form-check" style="margin-right: 25px;">
|
||||
<div class="col-md-3 mt-4" align="right">
|
||||
<form id="archiveFormId" action="<?php echo base_url("/configurationctrl/editconfig")?>" method="post">
|
||||
<input class="form-check-input" type="checkbox" id="showArchiveId"
|
||||
name="showArchive" value="1" <?php echo $showArchive ? "checked" : " " ?>
|
||||
style="width: 18px; height: 18px;">
|
||||
<input type="hidden" name="ConfigID" value="<?=$ConfigId?>" >
|
||||
<label class="form-check-label" for="showArchiveId"
|
||||
style="font-size: 1rem; margin-left: 8px;">
|
||||
Show Archive
|
||||
</label>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<input class="form-check-input" type="checkbox" id="showArchiveId"
|
||||
name="showArchive" value="1" <?php echo $showArchive ? "checked" : " " ?>
|
||||
style="width: 18px; height: 18px;">
|
||||
<input type="hidden" name="ConfigID" value="<?=$ConfigId?>" >
|
||||
<label class="form-check-label" for="showArchiveId"
|
||||
style="font-size: 1rem; margin-left: 8px;">
|
||||
Show Archive
|
||||
</label>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-row" style="margin-top:10px">
|
||||
@ -599,7 +591,8 @@ if (!empty($master)) {
|
||||
style="cursor: pointer; color: #4d3a6d;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">
|
||||
<u>${item.MaterialCode}</u>
|
||||
</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.IsActive?"Active":"InActive"}</td>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user