purchase order
This commit is contained in:
parent
1d04c13287
commit
2ede665bc9
@ -69,12 +69,6 @@ if(!empty($PODetail))
|
|||||||
?>
|
?>
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
<!-- Content Header (Page header) -->
|
<!-- Content Header (Page header) -->
|
||||||
<section class="content-header">
|
|
||||||
<center>
|
|
||||||
<h1><b>Purchase Order - <?php echo $PONO ?> </b> </h1>
|
|
||||||
</center>
|
|
||||||
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section class="content">
|
<section class="content">
|
||||||
|
|
||||||
@ -416,9 +410,15 @@ if(!empty($PODetail))
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div> <!-- end card body-->
|
||||||
|
</div> <!-- end card -->
|
||||||
|
</div><!-- end col-->
|
||||||
|
</div>
|
||||||
|
</div> <!-- container -->
|
||||||
|
</div> <!-- content -->
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
function SelectDiscountType(){
|
function SelectDiscountType(){
|
||||||
|
|||||||
@ -755,24 +755,37 @@ if (!empty($getlogpodtl)) {
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<div class="content-wrapper">
|
|
||||||
<?php
|
|
||||||
$attributes = array('class' => 'form-label-left ServicePO ', 'name' => 'ServicePO', 'id' => 'ServicePO', 'enctype' => 'multipart/form-data');
|
|
||||||
|
|
||||||
echo form_open(base_url() . '/purchaseorder/addPO/', $attributes); ?>
|
<div class="content-page">
|
||||||
|
<div class="content">
|
||||||
<section class="content">
|
<!-- Start Content-->
|
||||||
<div id="content"></div>
|
<div class="container-fluid">
|
||||||
<div class="box">
|
<!-- start page title -->
|
||||||
<div id="content"></div>
|
<div class="row">
|
||||||
<div class="header-container">
|
<div class="col-12">
|
||||||
|
<div class="page-title-box page-title-box-alt">
|
||||||
<?php if ($parentPO == '') { ?>
|
<?php if ($parentPO == '') { ?>
|
||||||
<h2> Edit Service Purchase Order-<?php echo "$PONO" ?></h2>
|
<h4><?= "Edit Service Purchase Order - $PONO "; ?></h4>
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
<h2> Amended Service Purchase Order-<?php echo "$PONO" ?></h2>
|
<h4><?= "Amended Service Purchase Order - $PONO "; ?></h4>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<a href="<?php echo base_url() ?>purchaseorderListing" class="btn btn-cancel" id="back" value="Back">Back</a>
|
<a href="<?php echo base_url() ?>purchaseorderListing" class="btn btn-cancel" id="back" value="Back">Back</a>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- end page title -->
|
||||||
|
<!-- Form row -->
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-12">
|
||||||
|
<div class="card">
|
||||||
|
<div class="card-body">
|
||||||
|
|
||||||
|
|
||||||
|
<?php
|
||||||
|
$attributes = array('class' => 'form-label-left ServicePO ', 'name' => 'ServicePO', 'id' => 'ServicePO', 'enctype' => 'multipart/form-data');
|
||||||
|
echo form_open(base_url() . '/purchaseorder/addPO/', $attributes); ?>
|
||||||
|
|
||||||
|
<div>
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
@ -1976,7 +1989,6 @@ if (!empty($getlogpodtl)) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<div class="box-body" style="margin-top: -2%;">
|
<div class="box-body" style="margin-top: -2%;">
|
||||||
@ -2116,9 +2128,8 @@ if (!empty($getlogpodtl)) {
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
<div class="row">
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-12" style="padding: 0px;">
|
<div class="col-md-12" style="padding: 0px;">
|
||||||
|
|
||||||
<div class="col-md-2">
|
<div class="col-md-2">
|
||||||
@ -2456,15 +2467,20 @@ if (!empty($getlogpodtl)) {
|
|||||||
echo "Status not provided";
|
echo "Status not provided";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div> <!-- end card body-->
|
||||||
|
</div> <!-- end card -->
|
||||||
|
</div><!-- end col-->
|
||||||
|
</div>
|
||||||
|
</div> <!-- container -->
|
||||||
|
</div> <!-- content -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
<script type="text/html" id="ServiceList">
|
<script type="text/html" id="ServiceList">
|
||||||
<tr id="<%=index%>">
|
<tr id="<%=index%>">
|
||||||
<td align="left"><%=index%></td>
|
<td align="left"><%=index%></td>
|
||||||
|
|||||||
@ -422,6 +422,25 @@
|
|||||||
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<div class="content-page">
|
||||||
|
<div class="content">
|
||||||
|
<!-- Start Content-->
|
||||||
|
<div class="container-fluid">
|
||||||
|
<!-- start page title -->
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-12">
|
||||||
|
<div class="page-title-box page-title-box-alt">
|
||||||
|
<h4><?= "Purchase Order - $PONO "; ?></h4>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- end page title -->
|
||||||
|
<!-- Form row -->
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-12">
|
||||||
|
<div class="card">
|
||||||
|
<div class="card-body">
|
||||||
|
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
<div id="content"></div>
|
<div id="content"></div>
|
||||||
<?php
|
<?php
|
||||||
@ -2228,6 +2247,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div> <!-- end card body-->
|
||||||
|
</div> <!-- end card -->
|
||||||
|
</div><!-- end col-->
|
||||||
|
</div>
|
||||||
|
</div> <!-- container -->
|
||||||
|
</div> <!-- content -->
|
||||||
|
</div>
|
||||||
<script src="<?php echo base_url(); ?>public/assets/js/CreatePOValidation.js" type="text/javascript"></script>
|
<script src="<?php echo base_url(); ?>public/assets/js/CreatePOValidation.js" type="text/javascript"></script>
|
||||||
<script type="text/html" id="CapitalList">
|
<script type="text/html" id="CapitalList">
|
||||||
<tr id="<%=index%>">
|
<tr id="<%=index%>">
|
||||||
|
|||||||
@ -442,6 +442,30 @@
|
|||||||
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<div class="content-page">
|
||||||
|
<div class="content">
|
||||||
|
<!-- Start Content-->
|
||||||
|
<div class="container-fluid">
|
||||||
|
<!-- start page title -->
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-12">
|
||||||
|
<div class="page-title-box page-title-box-alt">
|
||||||
|
<?php if ($parentPO == '') { ?>
|
||||||
|
<h4><?= "Edit Capital Purchase Order - $PONO "; ?></h4>
|
||||||
|
<?php } else { ?>
|
||||||
|
<h4><?= "Amended Capital Purchase Order - $PONO "; ?></h4>
|
||||||
|
<?php } ?>
|
||||||
|
<a href="<?php echo base_url() ?>purchaseorderListing" class="btn btn-cancel" id="back" value="Back">Back</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- end page title -->
|
||||||
|
<!-- Form row -->
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-12">
|
||||||
|
<div class="card">
|
||||||
|
<div class="card-body">
|
||||||
|
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
<div id="content"></div>
|
<div id="content"></div>
|
||||||
<?php
|
<?php
|
||||||
@ -3795,6 +3819,15 @@
|
|||||||
|
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div> <!-- end card body-->
|
||||||
|
</div> <!-- end card -->
|
||||||
|
</div><!-- end col-->
|
||||||
|
</div>
|
||||||
|
</div> <!-- container -->
|
||||||
|
</div> <!-- content -->
|
||||||
|
</div>
|
||||||
<script src="<?php echo base_url(); ?>public/assets/js/CreatePOValidation.js" type="text/javascript"></script>
|
<script src="<?php echo base_url(); ?>public/assets/js/CreatePOValidation.js" type="text/javascript"></script>
|
||||||
<script type="text/html" id="CapitalList">
|
<script type="text/html" id="CapitalList">
|
||||||
<tr id="<%=index%>">
|
<tr id="<%=index%>">
|
||||||
|
|||||||
@ -311,6 +311,24 @@ if (!empty($RequistionDetails)) {
|
|||||||
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<div class="content-page">
|
||||||
|
<div class="content">
|
||||||
|
<!-- Start Content-->
|
||||||
|
<div class="container-fluid">
|
||||||
|
<!-- start page title -->
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-12">
|
||||||
|
<div class="page-title-box page-title-box-alt">
|
||||||
|
<h4><?= "Purchase Order - $PONO "; ?></h4>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- end page title -->
|
||||||
|
<!-- Form row -->
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-12">
|
||||||
|
<div class="card">
|
||||||
|
<div class="card-body">
|
||||||
|
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
|
|
||||||
@ -1416,7 +1434,7 @@ if (!empty($RequistionDetails)) {
|
|||||||
|
|
||||||
|
|
||||||
<!-- <input type="hidden" name="<?php echo 'QuantityKG' . $index ?>" id="<?php echo 'QuantityKG' . $index ?>" value="<?php echo $record->QuantityKG; ?>" />
|
<!-- <input type="hidden" name="<?php echo 'QuantityKG' . $index ?>" id="<?php echo 'QuantityKG' . $index ?>" value="<?php echo $record->QuantityKG; ?>" />
|
||||||
<input type="hidden" name="<?php echo 'beforeQuantityKG' . $index ?>" id="<?php echo 'beforeQuantityKG' . $index ?>" value="<?php echo $record->QuantityKG; ?>" /> -->
|
<input type="hidden" name="<?php echo 'beforeQuantityKG' . $index ?>" id="<?php echo 'beforeQuantityKG' . $index ?>" value="<?php echo $record->QuantityKG; ?>" /> -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -1474,7 +1492,7 @@ if (!empty($RequistionDetails)) {
|
|||||||
|
|
||||||
|
|
||||||
<!-- <input type="hidden" name="<?php echo 'Grossdutypayable' . $index ?>" id="<?php echo 'Grossdutypayable' . $index ?>" value="<?php echo $record->Grossdutypayable; ?>" />
|
<!-- <input type="hidden" name="<?php echo 'Grossdutypayable' . $index ?>" id="<?php echo 'Grossdutypayable' . $index ?>" value="<?php echo $record->Grossdutypayable; ?>" />
|
||||||
<input type="hidden" name="<?php echo 'beforeGrossdutypayable' . $index ?>" id="<?php echo 'beforeGrossdutypayable' . $index ?>" value="<?php echo $record->Grossdutypayable; ?>" /> -->
|
<input type="hidden" name="<?php echo 'beforeGrossdutypayable' . $index ?>" id="<?php echo 'beforeGrossdutypayable' . $index ?>" value="<?php echo $record->Grossdutypayable; ?>" /> -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -1837,6 +1855,13 @@ if (!empty($RequistionDetails)) {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div> <!-- end card body-->
|
||||||
|
</div> <!-- end card -->
|
||||||
|
</div><!-- end col-->
|
||||||
|
</div>
|
||||||
|
</div> <!-- container -->
|
||||||
|
</div> <!-- content -->
|
||||||
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
|||||||
@ -935,22 +935,29 @@ if (!empty($INRSYMBOL)) {
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<div class="content-wrapper">
|
|
||||||
|
<div class="content-page">
|
||||||
|
<div class="content">
|
||||||
|
<!-- Start Content-->
|
||||||
|
<div class="container-fluid">
|
||||||
|
<!-- start page title -->
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-12">
|
||||||
|
<div class="page-title-box page-title-box-alt">
|
||||||
|
<h4><?= "Amendment Revenue Purchase Order - $PONO "; ?></h4>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- end page title -->
|
||||||
|
<!-- Form row -->
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-12">
|
||||||
|
<div class="card">
|
||||||
|
<div class="card-body">
|
||||||
<?php
|
<?php
|
||||||
$attributes = array('class' => 'form-label-left CreatePO ', 'name' => 'CreatePO', 'id' => 'CreatePO');
|
$attributes = array('class' => 'form-label-left CreatePO ', 'name' => 'CreatePO', 'id' => 'CreatePO');
|
||||||
|
echo form_open(base_url() . '/purchaseorder/addPO/', $attributes);
|
||||||
echo form_open(base_url() . '/purchaseorder/addPO/', $attributes); ?>
|
?>
|
||||||
|
|
||||||
<section class="content">
|
|
||||||
<div class="box">
|
|
||||||
<div>
|
|
||||||
<center><b>
|
|
||||||
</b></center>
|
|
||||||
</div>
|
|
||||||
<div class="header-container">
|
|
||||||
<h2>Amendment Revenue Purchase Order- <?php echo $PONO; ?></h2>
|
|
||||||
<!-- <a href="<?php echo base_url() ?>amendmentpurchaseorder" class="btn btn-cancel" id="back" value="Back">Back</a> -->
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -2063,10 +2070,15 @@ if (!empty($INRSYMBOL)) {
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
|
</div> <!-- end card body-->
|
||||||
|
</div> <!-- end card -->
|
||||||
|
</div><!-- end col-->
|
||||||
|
</div>
|
||||||
|
</div> <!-- container -->
|
||||||
|
</div> <!-- content -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/html" id="RevenueList">
|
<script type="text/html" id="RevenueList">
|
||||||
<tr id="<%=index%>">
|
<tr id="<%=index%>">
|
||||||
<td align="left"><%=index%></td>
|
<td align="left"><%=index%></td>
|
||||||
|
|||||||
@ -1875,23 +1875,36 @@ if (!empty($getlogpodtl)) {
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<div class="content-wrapper">
|
<div class="content-page">
|
||||||
<?php
|
<div class="content">
|
||||||
$attributes = array('class' => 'form-label-left CreatePO ', 'name' => 'CreatePO', 'id' => 'CreatePO');
|
<!-- Start Content-->
|
||||||
|
<div class="container-fluid">
|
||||||
echo form_open(base_url() . '/purchaseorder/addPO/', $attributes); ?>
|
<!-- start page title -->
|
||||||
|
<div class="row">
|
||||||
<section class="content">
|
<div class="col-12">
|
||||||
<div class="box">
|
<div class="page-title-box page-title-box-alt">
|
||||||
<div id="content"></div>
|
|
||||||
<div class="header-container">
|
|
||||||
<?php if ($parentPO == '') { ?>
|
<?php if ($parentPO == '') { ?>
|
||||||
<h2> Edit Revenue Purchase Order - <?php echo $PONO; ?></h2>
|
<h4><?= "Edit Revenue Purchase Order - $PONO "; ?></h4>
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
<h2> Amended Revenue Purchase Order - <?php echo $PONO; ?></h2>
|
<h4><?= "Amended Revenue Purchase Order - $PONO "; ?></h4>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<a href="<?php echo base_url() ?>purchaseorderListing" class="btn btn-cancel" id="back" value="Back">Back</a>
|
<a href="<?php echo base_url() ?>purchaseorderListing" class="btn btn-cancel" id="back" value="Back">Back</a>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- end page title -->
|
||||||
|
<!-- Form row -->
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-12">
|
||||||
|
<div class="card">
|
||||||
|
<div class="card-body">
|
||||||
|
|
||||||
|
<?php
|
||||||
|
$attributes = array('class' => 'form-label-left CreatePO ', 'name' => 'CreatePO', 'id' => 'CreatePO');
|
||||||
|
echo form_open(base_url() . '/purchaseorder/addPO/', $attributes);
|
||||||
|
?>
|
||||||
|
|
||||||
|
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -3971,9 +3984,14 @@ if (!empty($getlogpodtl)) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div> <!-- end card body-->
|
||||||
|
</div> <!-- end card -->
|
||||||
|
</div><!-- end col-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> <!-- container -->
|
||||||
</section>
|
</div> <!-- content -->
|
||||||
</div>
|
</div>
|
||||||
<script type="text/html" id="RevenueList">
|
<script type="text/html" id="RevenueList">
|
||||||
<tr id="<%=index%>">
|
<tr id="<%=index%>">
|
||||||
|
|||||||
@ -682,21 +682,30 @@ foreach ($PaymentTerms as $TER) {
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<div class="content-wrapper">
|
<div class="content-page">
|
||||||
<?php
|
<div class="content">
|
||||||
$attributes = array('class' => 'form-label-left ServicePO ', 'name' => 'ServicePO', 'id' => 'ServicePO', 'enctype' => 'multipart/form-data');
|
<!-- Start Content-->
|
||||||
|
<div class="container-fluid">
|
||||||
echo form_open(base_url() . '/purchaseorder/addPO/', $attributes); ?>
|
<!-- start page title -->
|
||||||
|
<div class="row">
|
||||||
<section class="content">
|
<div class="col-12">
|
||||||
<div class="box">
|
<div class="page-title-box page-title-box-alt">
|
||||||
<div id="content"></div>
|
<h4><?= "Amended Service Purchase Order- $PONO "; ?></h4>
|
||||||
<div class="header-container">
|
|
||||||
|
|
||||||
<h2> Amended Service Purchase Order-<?php echo "$PONO" ?></h2>
|
|
||||||
|
|
||||||
<a href="<?php echo base_url() ?>amendmentpurchaseorder" class="btn btn-cancel" id="back" value="Back">Back</a>
|
<a href="<?php echo base_url() ?>amendmentpurchaseorder" class="btn btn-cancel" id="back" value="Back">Back</a>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- end page title -->
|
||||||
|
<!-- Form row -->
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-12">
|
||||||
|
<div class="card">
|
||||||
|
<div class="card-body">
|
||||||
|
|
||||||
|
<?php
|
||||||
|
$attributes = array('class' => 'form-label-left ServicePO ', 'name' => 'ServicePO', 'id' => 'ServicePO', 'enctype' => 'multipart/form-data');
|
||||||
|
echo form_open(base_url() . '/purchaseorder/addPO/', $attributes); ?>
|
||||||
|
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
@ -1569,10 +1578,16 @@ foreach ($PaymentTerms as $TER) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div> <!-- end card body-->
|
||||||
|
</div> <!-- end card -->
|
||||||
|
</div><!-- end col-->
|
||||||
</div>
|
</div>
|
||||||
|
</div> <!-- container -->
|
||||||
|
</div> <!-- content -->
|
||||||
</div>
|
</div>
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
<script type="text/html" id="ServiceList">
|
<script type="text/html" id="ServiceList">
|
||||||
<tr id="<%=index%>">
|
<tr id="<%=index%>">
|
||||||
<td align="left"><%=index%></td>
|
<td align="left"><%=index%></td>
|
||||||
|
|||||||
@ -372,11 +372,33 @@ if (!empty($getlogpodtl)) {
|
|||||||
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<div class="content-page">
|
||||||
|
<div class="content">
|
||||||
|
<!-- Start Content-->
|
||||||
|
<div class="container-fluid">
|
||||||
|
<!-- start page title -->
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-12">
|
||||||
|
<div class="page-title-box page-title-box-alt">
|
||||||
|
<?php if ($parentPO == '') { ?>
|
||||||
|
<h4><?= "Edit Import Purchase Order - $PONO "; ?></h4>
|
||||||
|
<?php } else { ?>
|
||||||
|
<h4><?= "Amended Import Purchase Order - $PONO "; ?></h4>
|
||||||
|
<?php } ?>
|
||||||
|
<a href="<?php echo base_url() ?>purchaseorderListing" class="btn btn-cancel" id="back" value="Back">Back</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- end page title -->
|
||||||
|
<!-- Form row -->
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-12">
|
||||||
|
<div class="card">
|
||||||
|
<div class="card-body">
|
||||||
|
|
||||||
<div class="content-wrapper">
|
<div class="content-wrapper">
|
||||||
|
|
||||||
<section class="content">
|
<section class="content">
|
||||||
<div id="content"></div>
|
|
||||||
<?php
|
<?php
|
||||||
$attributes = array('class' => 'form-label-left ImportPO ', 'name' => 'ImportPO', 'id' => 'ImportPO', 'enctype' => 'multipart/form-data');
|
$attributes = array('class' => 'form-label-left ImportPO ', 'name' => 'ImportPO', 'id' => 'ImportPO', 'enctype' => 'multipart/form-data');
|
||||||
|
|
||||||
@ -387,17 +409,8 @@ if (!empty($getlogpodtl)) {
|
|||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<div class="header-container">
|
|
||||||
<?php if ($parentPO == '') { ?>
|
|
||||||
<h2> Edit Import Purchase Order-<?php echo "$PONO" ?></h2>
|
|
||||||
<?php } else { ?>
|
|
||||||
<h2> Amended Import Purchase Order-<?php echo "$PONO" ?></h2>
|
|
||||||
<?php } ?>
|
|
||||||
<a href="<?php echo base_url() ?>purchaseorderListing" class="btn btn-cancel" id="back" value="Back">Back</a>
|
|
||||||
</div>
|
|
||||||
<!--<div class="col-md-1"><br/>
|
|
||||||
<a class="btn btn-success" href="<?php echo base_url(); ?>purchaseorder/CreateimportPOPrint" target="_blank">Print</a>
|
|
||||||
</div> -->
|
|
||||||
</div>
|
</div>
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -762,7 +775,7 @@ if (!empty($getlogpodtl)) {
|
|||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
<label>Req No<span class="badge mandatory" style="color:red;text-align:right;background-color: #fff
|
<label>Req No<span class="badge mandatory" style="color:red;text-align:right;background-color: #fff
|
||||||
;">*</span></label>
|
;">*</span></label>
|
||||||
<div>
|
<div>
|
||||||
<?php
|
<?php
|
||||||
$options = array("0" => 'Req No');
|
$options = array("0" => 'Req No');
|
||||||
@ -3055,6 +3068,15 @@ if (!empty($getlogpodtl)) {
|
|||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div> <!-- end card body-->
|
||||||
|
</div> <!-- end card -->
|
||||||
|
</div><!-- end col-->
|
||||||
|
</div>
|
||||||
|
</div> <!-- container -->
|
||||||
|
</div> <!-- content -->
|
||||||
|
</div>
|
||||||
|
|
||||||
<script type="text/html" id="ImportList">
|
<script type="text/html" id="ImportList">
|
||||||
<tr id="<%=index%>">
|
<tr id="<%=index%>">
|
||||||
<td align="left"><%=index%></td>
|
<td align="left"><%=index%></td>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user