%PDF- %PDF-
Direktori : /var/www/crm/custom/modules/Project/metadata/ |
Current File : /var/www/crm/custom/modules/Project/metadata/searchdefs.php |
<?php $searchdefs ['Project'] = array ( 'layout' => array ( 'basic_search' => array ( 'name' => array ( 'name' => 'name', 'default' => true, 'width' => '10%', ), 'account_name' => array ( 'type' => 'relate', 'link' => true, 'label' => 'LBL_ACCOUNT_NAME', 'id' => 'ACCOUNT_ID', 'width' => '10%', 'default' => true, 'name' => 'account_name', ), 'status' => array ( 'type' => 'enum', 'label' => 'LBL_STATUS', 'width' => '10%', 'default' => true, 'name' => 'status', ), 'settore_c' => array ( 'type' => 'enum', 'default' => true, 'studio' => 'visible', 'label' => 'LBL_SETTORE', 'width' => '10%', 'name' => 'settore_c', ), 'current_user_only' => array ( 'name' => 'current_user_only', 'label' => 'LBL_CURRENT_USER_FILTER', 'type' => 'bool', 'default' => true, 'width' => '10%', ), ), 'advanced_search' => array ( 'name' => array ( 'name' => 'name', 'default' => true, 'width' => '10%', ), 'description' => array ( 'type' => 'text', 'label' => 'LBL_DESCRIPTION', 'sortable' => false, 'width' => '10%', 'default' => true, 'name' => 'description', ), 'estimated_start_date' => array ( 'name' => 'estimated_start_date', 'default' => true, 'width' => '10%', ), 'estimated_end_date' => array ( 'name' => 'estimated_end_date', 'default' => true, 'width' => '10%', ), 'status' => array ( 'name' => 'status', 'default' => true, 'width' => '10%', ), 'priority' => array ( 'name' => 'priority', 'default' => true, 'width' => '10%', ), ), ), 'templateMeta' => array ( 'maxColumns' => '3', 'maxColumnsBasic' => '4', 'widths' => array ( 'label' => '10', 'field' => '30', ), ), ); ?>