|
PONO ?> |
ReqType ?> |
PODate);
$PODate = $Pdt->format('d-m-Y');
echo $PODate
?> |
SupplierName ?> |
TotalOrderValue ?> |
StatusName ?> |
DeliveryOption == 1){
$option = "By Schedule" ; }
else if($record->DeliveryOption == 2){
$option = "By Dispatch Instruction" ;
}
echo $option ?> |
DeliveryOption == 0){ $Ddt = new DateTime($record->DeliveryDate);
$Deliverydt = $Ddt->format('d-m-Y');
echo $Deliverydt;
}
else if($record->DeliveryOption == 1){$Deliverydt = '';
echo $Deliverydt; }?> |
DeliverySchedule ?> |
StatusCode;
if($statusCode == PO_DRAFT)
{?>
|
|