changes in edit employee and edit purchase order bug fix - vadivel J

This commit is contained in:
vadivel J 2024-09-19 09:04:44 +05:30
parent a4f3f3ed2c
commit 15292d82d7
2 changed files with 30 additions and 6 deletions

View File

@ -1057,7 +1057,7 @@ if (!empty($EmpDetails)) {
<label>File</label> <label>File</label>
<input type="file" name="emp_file[]" class="form-control"> <input type="file" name="emp_file[]" class="form-control">
</div> </div>
<div class="col-md-4" style="margin-top: 23px;"> <div class="col-md-4" style="margin-top: 32px;">
<button type="button" class="btn btn-primary btn-sm a1" <button type="button" class="btn btn-primary btn-sm a1"
onclick="appendFilesFileds()" id="day"> onclick="appendFilesFileds()" id="day">
Add Add

View File

@ -1169,15 +1169,33 @@ if (!empty($getlogpodtl)) {
?> ?>
</div> </div>
</div> </div>
<div align="right" style="padding-right:10px">
<div class="col-md-5 col-md-offset-7" align="right"><br />
<div class="form-row p-3">
<div> <div>
<input type="file" name="POFile" id="POFile"> <label class="form">
Select Purchase Order File
</label>
</div>
<input type="file" class="form-control" name="POFile" id="POFile">
<?php if ($PrePOFile) { ?> <?php if ($PrePOFile) { ?>
<label><a title="previously uploaded PO File" href="<?php echo base_url() . 'public/uploads/POfiles/' . $PrePOFile ?>"><span>previously uploaded - </span><small><?= $PrePOFile; ?></small></a></label> <label><a title="previously uploaded PO File" href="<?php echo base_url() . 'public/uploads/POfiles/' . $PrePOFile ?>"><span>previously uploaded - </span><small><?= $PrePOFile; ?></small></a></label>
<?php } ?> <?php } ?>
<input type="hidden" id="PrePOFile" name="PrePOFile" value="<?php echo $PrePOFile; ?>" /><br> <input type="hidden" id="PrePOFile" name="PrePOFile" value="<?php echo $PrePOFile; ?>" /><br>
</div>
<div align="right" style="padding-right:10px">
<div class="col-md-5 col-md-offset-7" align="right"><br />
<div>
</div> </div>
<input type="hidden" name="txtPoRange" id="txtPoRange" /> <input type="hidden" name="txtPoRange" id="txtPoRange" />
<input type="hidden" name="isEdit" id="isEdit" value="0" /> <input type="hidden" name="isEdit" id="isEdit" value="0" />
@ -1210,7 +1228,13 @@ if (!empty($getlogpodtl)) {
<a class="btn btn-success" href="<?php echo base_url(); ?>purchaseorderListing">OK</a> <a class="btn btn-success" href="<?php echo base_url(); ?>purchaseorderListing">OK</a>
<?php } ?> <?php } ?>
<?php } ?> <?php } ?>
<br><br> <br><br>
<label >Request On :</label><?php echo $Reqon; ?><br /> <label >Request On :</label><?php echo $Reqon; ?><br />
<label>Request By :</label><?php echo $RequesterName; ?><br /> <label>Request By :</label><?php echo $RequesterName; ?><br />
<label>Status : </label><?php <label>Status : </label><?php