%PDF- %PDF-
| Direktori : /var/www/crm/modules/TSI_Scadenziario/metadata/ |
| Current File : /var/www/crm/modules/TSI_Scadenziario/metadata/searchdefs.php |
<?php
$module_name = 'TSI_Scadenziario';
$searchdefs [$module_name] =
array (
'layout' =>
array (
'basic_search' =>
array (
'name' =>
array (
'name' => 'name',
'default' => true,
'width' => '10%',
),
'data_scadenza' =>
array (
'type' => 'date',
'label' => 'LBL_DATA_SCADENZA',
'width' => '10%',
'default' => true,
'name' => 'data_scadenza',
),
'tsi_scadenziario_accounts_name' =>
array (
'type' => 'relate',
'link' => true,
'label' => 'LBL_TSI_SCADENZIARIO_ACCOUNTS_FROM_ACCOUNTS_TITLE',
'id' => 'TSI_SCADENZIARIO_ACCOUNTSACCOUNTS_IDA',
'width' => '10%',
'default' => true,
'name' => 'tsi_scadenziario_accounts_name',
),
'tsi_scadenziario_tsi_prescrizionilegali_name' =>
array (
'type' => 'relate',
'link' => true,
'label' => 'LBL_TSI_SCADENZIARIO_TSI_PRESCRIZIONILEGALI_FROM_TSI_PRESCRIZIONILEGALI_TITLE',
'id' => 'TSI_SCADEN82BBILEGALI_IDA',
'width' => '10%',
'default' => true,
'name' => 'tsi_scadenziario_tsi_prescrizionilegali_name',
),
'current_user_only' =>
array (
'name' => 'current_user_only',
'label' => 'LBL_CURRENT_USER_FILTER',
'type' => 'bool',
'default' => true,
'width' => '10%',
),
),
'advanced_search' =>
array (
0 => 'name',
1 =>
array (
'name' => 'assigned_user_id',
'label' => 'LBL_ASSIGNED_TO',
'type' => 'enum',
'function' =>
array (
'name' => 'get_user_array',
'params' =>
array (
0 => false,
),
),
),
),
),
'templateMeta' =>
array (
'maxColumns' => '3',
'maxColumnsBasic' => '4',
'widths' =>
array (
'label' => '10',
'field' => '30',
),
),
);
?>