array(
'width' => '5',
'label' => 'LBL_STATUS',
'default' => true,
'sortable' => false,
),
'FORMATTED_NUMBER' => array(
'width' => '12',
'label' => 'LBL_NUMBER',
'sortable' => true,
'link' => true,
//'customCode' => '{$FORMATTED_NUMBER}',
'default' => true,
),
'NAME' => array(
'width' => '20',
'label' => 'LBL_NAME',
'default' => true,
'sortable' => false),
'TOTAL' => array(
'width' => '10',
'label' => 'LBL_TOTAL',
'default' => true,
),
'MODIFIED_BY_NAME' => array(
'width' => '10',
'label' => 'LBL_MODIFIED_USER',
'module' => 'Users',
'id' => 'USERS_ID',
'default' => false,
'sortable' => false,
'related_fields' => array('modified_user_id'),
),
'REGISTER_DATE' => array(
'width' => '15',
'label' => 'LBL_REGISTER_DATE',
'default' => true,
'sortable' => true,
),
'CONVERT' => array(
'width' => '2',
'label' => ' ',
'link' => true,
'default' => true,
'sortable' => false,
'customCode' => '
'
),
'PDF_URL' => array(
'width' => '2',
'label' => ' ',
'link' => true,
'default' => true,
'sortable' => false,
'customCode' => '
'
),
'DUPLICATE' => array(
'width' => '2',
'label' => ' ',
'default' => true,
'customCode' => '
',
'sortable' => false,
),
);
?>