%PDF- %PDF-
| Direktori : /var/www/crm/custom/modules/FOR_Personale/metadata/ |
| Current File : /var/www/crm/custom/modules/FOR_Personale/metadata/listviewdefs.php |
<?php
$module_name = 'FOR_Personale';
$listViewDefs [$module_name] =
array (
'NAME' =>
array (
'type' => 'name',
'link' => true,
'label' => 'LBL_NAME',
'width' => '10%',
'default' => true,
),
'NASCITA' =>
array (
'type' => 'date',
'label' => 'LBL_NASCITA',
'width' => '10%',
'default' => true,
),
'CF' =>
array (
'type' => 'varchar',
'label' => 'LBL_CF',
'width' => '10%',
'default' => true,
),
'CI' =>
array (
'type' => 'varchar',
'label' => 'LBL_CI',
'width' => '10%',
'default' => true,
),
'ASSUNZIONE' =>
array (
'type' => 'date',
'label' => 'LBL_ASSUNZIONE',
'width' => '10%',
'default' => true,
),
'FOR_PERSONALE_ACCOUNTS_NAME' =>
array (
'type' => 'relate',
'link' => true,
'label' => 'LBL_FOR_PERSONALE_ACCOUNTS_FROM_ACCOUNTS_TITLE',
'id' => 'FOR_PERSONALE_ACCOUNTSACCOUNTS_IDA',
'width' => '10%',
'default' => true,
),
'ASSIGNED_USER_NAME' =>
array (
'width' => '9%',
'label' => 'LBL_ASSIGNED_TO_NAME',
'module' => 'Employees',
'id' => 'ASSIGNED_USER_ID',
'default' => false,
),
);
?>