list view

This commit is contained in:
venbatechnologies@gmail.com 2017-07-26 10:00:50 +05:30
parent 2ae3c9ea0c
commit 6439589d4c

View File

@ -43,11 +43,13 @@ if(empty($Status))
<th>Purchase Order Type</th>
<th>Cost Center Name</th>
<th>Cost Center Code</th>
<th>Created By</th>
<th>Department</th>
<th>Created Date</th>
<th>Available Budget Amount</th>
<th>Total Order Value</th>
<th>Created By</th>
<th>Created Date</th>
<th>Status</th>
<th>Action</th>
<th>Remarks</th>
@ -76,15 +78,17 @@ if(empty($Status))
<td><?php echo $record->ReqType ?> </td>
<td><?php echo $record->CostCenterName ?> </td>
<td><?php echo $record->CostCenterCode?></td>
<td><?php echo $record->DepartmentName?></td>
<td align="right"><?php echo $record->BudgetAmount ?> </td>
<td align="right"><?php echo $record->TotalOrderValue ?></td>
<td><?php echo $record->FirstName ?></td>
<td><?php echo $record->DepartmentName?></td>
<td align="right"><?php $Cdt = new DateTime($record->CreatedDate);
$CreatedDate = $Cdt->format('d-m-Y');
echo $CreatedDate;
?></td>
<td align="right"><?php echo $record->BudgetAmount ?> </td>
<td align="right"><?php echo $record->TotalOrderValue ?></td>
<td><?php echo $record->StatusName ?></td>
<td><?php if($record->StatusCode ==PO_CREATED or $record->StatusCode == PO_ONHOLD or $record->StatusCode == REQITEM_Emergency_PO_CREATED ){ ?>