Report - Material Master - Receipt Value
input->post('financialyear')){
$ab=$this->input->post('financialyear');
echo '('.$ab.')';
echo ' ';
}
if($this->input->post('month')){
$m=$this->input->post('month');
echo '('.$m.')';
echo ' ';
}
?>
| Month | Material Code | Material Name | UOM | Average Rate ( ) |
|---|---|---|---|---|
| Month?> | MaterialCode?> | MaterialName?> | UOM?> | Average_Rate,2,'.',''); echo number_format($rel->Average_Rate,2,'.','')?> |