$_GET['method'], "order" => $_GET['order'], "avail_edit" => false, "avail_status" => false, "link_view" => "", "link_edit" => "", "show_search" => true, "show_pagination" => false, "sortable" => true ); $context['columns']["item"] = array("title" => "Item Code"); $context['columns']["materials"] = array("title" => "Material Description"); $context['columns']["total_available"] = array("title" => "Total Available"); $context['columns']["total_required"] = array("title" => "Total Required"); $context['columns']["total_used"] = array("title" => "Total Used"); $obj = new list_report_material_summary($context); $obj->get_data()->build_table_list(); ?>