class views_stock_material{ public $id; public $style; public $style_table_width; public $style_left; public $results; public function __construct($context){ $this->id = $context['id']; $this->matid = $context['matid']; $this->style = $context['style']; } public function set(){ global $database; $this->results = common_stock::get_material_detail($this->matid); return $this; } public function details(){ extract($this->results); ?>
Order Number: | |
Supplier: | |
Item: | |
Order Quantity: | |
Number Received: | out of |
Cost: | |
Order Date: | |
Delivery Date: | |
Created By: | on |
Last Modfied By: | on |