import amend total order value, store remark,comment issues,service po pdf advance amount
This commit is contained in:
parent
9d1a5e571e
commit
6d6eb0ca2d
@ -1132,6 +1132,8 @@ function UpdateAmendServicePurchaseOrder()
|
||||
$SpcialInstruction = $this->input->post('txtSpcialInstruction');
|
||||
// $TotalOrder = $this->input->post('txtTotalorderValue');
|
||||
$TotalOrder = $this->input->post('txttot');
|
||||
$AmendTotal=$this->input->post('txttotamend');
|
||||
$MAD.="Amended Total Order Value: :" . $AmendTotal ."<br>";
|
||||
//$beforeTotalOrder=$this->input->post()
|
||||
//echo "Total Order:".$TotalOrder;
|
||||
$POStatus = $this->input->post('txtStatus');
|
||||
|
||||
@ -277,6 +277,7 @@ function saveToDatabase(ReqId,Index,option,com)
|
||||
|
||||
|
||||
var newcomments=document.getElementById('newcomments'+Index+'').innerHTML;
|
||||
|
||||
var id=ReqId;
|
||||
var Status= '';
|
||||
if (option == -1 )
|
||||
|
||||
@ -1645,7 +1645,7 @@ if(!empty($RequistionDetails))
|
||||
|
||||
|
||||
|
||||
|
||||
<input type="hidden" name="txttotamend" id="txttotamed" value=<?php echo $totorder;?>>
|
||||
<div class="col-md-4">
|
||||
<label>Total Order Value <?php echo "($Value)"?></label> <?php
|
||||
$data = array('name' => 'txtToatlOrder','value' => set_value('txtToatlOrder',$totorder),'id'=>'txtToatlOrder', 'class' => 'form-control' ,'required' => 'true','readonly' => 'true','style'=>'text-align:right;');
|
||||
|
||||
@ -148,7 +148,7 @@
|
||||
|
||||
</td>
|
||||
<td colspan="3" style="text-align: center;"><?php echo $SuplierName?><br /><?php echo $SuplierAddress ?> </td>
|
||||
<td colspan="1">DISPATCH INSTRUCTION / SCHEDULE BY: <?php echo $DeliveryDate.$DeliverySchedule;?><br /><br /></td>
|
||||
<td colspan="1">DISPATCH INSTRUCTION / SCHEDULE BY: <?php echo $Import_DispatchDetails.$DeliverySchedule;?><br /><br /></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@ -87,7 +87,7 @@
|
||||
$PaymentOtherDescription=$PO->PaymentOtherDescription;
|
||||
}
|
||||
|
||||
|
||||
$advance=$PO->AdvanceAmount;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -59,7 +59,7 @@ span.highlight {
|
||||
<th>Pending Item Count</th>
|
||||
<th>Status</th>
|
||||
<th>Requested Date</th>
|
||||
<th>Remarks</th>
|
||||
|
||||
<th>Action</th>
|
||||
|
||||
</tr>
|
||||
@ -89,7 +89,7 @@ span.highlight {
|
||||
<td><?php echo $record->StatusName ?></td>
|
||||
<td align="right"><?php $dt = new DateTime($record->ReqDate);
|
||||
$ReqDate = $dt->format('d-m-Y'); echo $ReqDate ?>
|
||||
</td><td><?php echo $record->Remarks ?></td>
|
||||
|
||||
|
||||
<td> <a data-toggle="tooltip" href="<?php echo base_url().'EditStoreRequisition?StoreReqNo='.$record->StoreReqNo; ?>"><i class="fa fa-pencil" data-toggle="tooltip" title="<?php echo $record->StoreReqNo; ?> - Click here to view addstorerequisitionslip"></i> </a> <a data-toggle="tooltip" onclick="DeleteRow('<?php echo $record->StoreReqNo; ?>' )" ><span class="glyphicon glyphicon-trash" title="<?php echo $record->StoreReqNo; ?> - Click here to Delete Requisition details"></span></a> </td>
|
||||
</tr>
|
||||
|
||||
@ -194,7 +194,7 @@ span.highlight {
|
||||
<th>Requested By</th>
|
||||
<th>Requested Date</th>
|
||||
<th>Status</th>
|
||||
<th>Requester Comments</th>
|
||||
<th>Approver Comments</th>
|
||||
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user