public function orders_management()
{

$this->config->load('grocery_crud');
$this->config->set_item('grocery_crud_dialog_forms',true);
$this->config->set_item('grocery_crud_dialog_color','deep-purple darken-3');
$this->config->set_item('grocery_crud_dialog_text_color','white');

$crud = new grocery_CRUD();

$crud->set_relation('customerNumber','customers','{contactLastName} {contactFirstName}');
$crud->display_as('customerNumber','Customer');
$crud->set_table('orders');
$crud->set_subject('Order');

$crud->unset_add();
$crud->unset_delete();

$output = $crud->render();

$this->_example_output($output);
}
View Order
OrderDate:
2005-02-09 00:00:00
RequiredDate:
2005-02-21 00:00:00
ShippedDate:
2005-02-12 00:00:00
Status:
Shipped
Comments:
Cautious optimism. We have happy customers here, if we can keep them well stocked. I need all the information I can get on the planned shippments of Porches
Customer:
Karttunen Matti

Our Products


3D Hover Box Addon for WPBakery Page Builder (formerly Visual Composer)

Hexagon Grid Gallery Addon for WPBakery Page Builder (formerly Visual Composer)

Data Tables Addon for WPBakery Page Builder (formerly Visual Composer)