Delivery Performance
input->post('financialyear')){
$ab=$this->input->post('financialyear');
echo '('.$ab.')';
echo ' ';
}
if($this->input->post('month')){
$m=$this->input->post('month');
echo '('.$m.')';
echo ' ';
}
?>
| OrderedDate | DispatchDate | CustomerName | InvoiceNumber | OrderedQuantity | DispatchQuantity | Rating |
|---|---|---|---|---|---|---|
| invoice_date_created)); echo $itemdate; ?> | invoice_date_created)); echo $invoicedate; ?> | client_name);?> | invoice_number); ?> | qty); echo number_format(round($rel->qty)); ?> | qty); echo number_format(round($rel->qty)); ?> | qty); $DispatchQuantity= round($rel->qty); $Rating =@($DispatchQuantity / $OrderedQuantity )*100; echo number_format($Rating, 2, '.', ' ') ; ?> |   |   |   | Total |   |   |