%PDF- %PDF-
| Direktori : /var/www/crm/modules/ACCCO_Acconti/metadata/ |
| Current File : /var/www/crm/modules/ACCCO_Acconti/metadata/listviewdefs.php |
<?php
$module_name = 'ACCCO_Acconti';
$listViewDefs [$module_name] =
array (
'NAME' =>
array (
'width' => '32%',
'label' => 'LBL_NAME',
'default' => true,
'link' => true,
),
'ACCCO_ACCONTI_PROJECT_NAME' =>
array (
'type' => 'relate',
'link' => true,
'label' => 'LBL_ACCCO_ACCONTI_PROJECT_FROM_PROJECT_TITLE',
'id' => 'ACCCO_ACCONTI_PROJECTPROJECT_IDA',
'width' => '10%',
'default' => true,
),
'DATA' =>
array (
'type' => 'date',
'label' => 'LBL_DATA',
'width' => '10%',
'default' => true,
),
'IMPORTO' =>
array (
'type' => 'currency',
'label' => 'LBL_IMPORTO',
'currency_format' => true,
'width' => '10%',
'default' => true,
),
'PAGATO' =>
array (
'type' => 'enum',
'default' => true,
'studio' => 'visible',
'label' => 'LBL_PAGATO',
'width' => '10%',
),
'DESCRIPTION' =>
array (
'type' => 'text',
'label' => 'LBL_DESCRIPTION',
'sortable' => false,
'width' => '10%',
'default' => false,
),
'ASSIGNED_USER_NAME' =>
array (
'width' => '9%',
'label' => 'LBL_ASSIGNED_TO_NAME',
'module' => 'Employees',
'id' => 'ASSIGNED_USER_ID',
'default' => false,
),
);
?>