%PDF- %PDF-
| Direktori : /var/www/crm/modules/TSI_Scadenze_interne/metadata/ |
| Current File : /var/www/crm/modules/TSI_Scadenze_interne/metadata/listviewdefs.php |
<?php
$module_name = 'TSI_Scadenze_interne';
$listViewDefs [$module_name] =
array (
'NAME' =>
array (
'width' => '32%',
'label' => 'LBL_NAME',
'default' => true,
'link' => true,
),
'TIPOLOGIA' =>
array (
'type' => 'enum',
'default' => true,
'studio' => 'visible',
'label' => 'LBL_TIPOLOGIA',
'width' => '10%',
),
'SCADENZA' =>
array (
'type' => 'datetimecombo',
'label' => 'LBL_SCADENZA',
'width' => '10%',
'default' => true,
),
'IMPORTO' =>
array (
'type' => 'currency',
'label' => 'LBL_IMPORTO',
'currency_format' => true,
'width' => '10%',
'default' => true,
),
'PAGATA' =>
array (
'type' => 'bool',
'default' => true,
'label' => 'LBL_PAGATA',
'width' => '10%',
),
'ASSIGNED_USER_NAME' =>
array (
'width' => '9%',
'label' => 'LBL_ASSIGNED_TO_NAME',
'module' => 'Employees',
'id' => 'ASSIGNED_USER_ID',
'default' => true,
),
);
?>