';
echo '| '.date("M",strtotime($val))."'".date("y",strtotime($val)).' |
'.number_format($projPoQty,0).' |
'.number_format($confPoQty,0).' |
'.number_format($totQty,0).' |
'.number_format($exFactoryQty,0).' |
'.number_format($perc,2).' | ';
echo '
';
$totProjQty+=$projPoQty;
$totConfQty+=$confPoQty;
$totExFactoryQty+=$exFactoryQty;
$grandTotQty+=$totQty;
$i++;
}
?>