import amend total order value, store remark,comment issues,service po pdf advance amount

This commit is contained in:
venbatechnologies@gmail.com 2017-08-31 16:24:29 +05:30
parent 9d1a5e571e
commit 6d6eb0ca2d
7 changed files with 9 additions and 6 deletions

View File

@ -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:&nbsp;&nbsp;:" . $AmendTotal ."<br>";
//$beforeTotalOrder=$this->input->post()
//echo "Total Order:".$TotalOrder;
$POStatus = $this->input->post('txtStatus');

View File

@ -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 )

View File

@ -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;');

View File

@ -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>

View File

@ -87,7 +87,7 @@
$PaymentOtherDescription=$PO->PaymentOtherDescription;
}
$advance=$PO->AdvanceAmount;
}
}

View File

@ -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>&nbsp;&nbsp;&nbsp;</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>

View File

@ -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>