Material History
input->post('item_name')){
$it=$this->input->post('item_name');
echo $it;
echo ' '.' ';
}
if($this->input->post('from_date') && $this->input->post('to_date')){
$frm = $this->input->post('from_date');
$t = $this->input->post('to_date');
echo $frm.'-to-'.$t;
}
?>
| Stock ID | Supplier Name | Material Name | UpdatedON | Transaction Type | Ref Type | Ref NO | Quantity | Item Value |
|---|---|---|---|---|---|---|---|---|
| StockId;?> | SupplierName;?> | MaterialName;?> | updatedOn;?> | Transaction_type;?> | Ref_Type;?> | Ref_No;?> | Quantity;?> | ItemValue;?> |