Deliveryperformance
This commit is contained in:
parent
e4e4cddfcd
commit
088f8212bd
@ -1106,7 +1106,7 @@ class report extends BaseController
|
||||
|
||||
|
||||
public function per()
|
||||
{
|
||||
{
|
||||
|
||||
$this->global['pageTitle'] = 'Siddharth : Reports';
|
||||
|
||||
|
||||
@ -219,7 +219,7 @@ return $query->result();
|
||||
// //return $this->db->get('T_MaterialMaster');
|
||||
// }
|
||||
$temp[] = '' ;
|
||||
echo $materialcategory;
|
||||
// echo $materialcategory;
|
||||
$this->db->distinct();
|
||||
$this->db->select('ConfigValue');
|
||||
$this->db->from('T_ConfigDetails');
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
float: right;
|
||||
text-align: right;
|
||||
}
|
||||
div.dt-buttons {
|
||||
div.dt-buttons {
|
||||
position: relative;
|
||||
float: right;
|
||||
|
||||
@ -187,7 +187,7 @@
|
||||
<td style="text-align:right;"><?php
|
||||
$OrderedQuantity= round($rel->qty);
|
||||
$DispatchQuantity= round($rel->qty);
|
||||
$Rating =$DispatchQuantity / $OrderedQuantity *100;
|
||||
$Rating =empty($DispatchQuantity)?"":$DispatchQuantity / empty($OrderedQuantity)?"":$OrderedQuantity *100;
|
||||
|
||||
|
||||
echo number_format($Rating, 2, '.', ' ') ; ?></td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user