%PDF- %PDF-
| Direktori : /var/www/crm/custom/history/modules/Accounts/subpanels/project/ |
| Current File : /var/www/crm/custom/history/modules/Accounts/subpanels/project/restored.php_1448656461 |
<?php
// created: 2015-11-27 20:34:16
$layout_defs = array (
'name' =>
array (
'vname' => 'LBL_LIST_NAME',
'widget_class' => 'SubPanelDetailViewLink',
'width' => '35%',
'default' => true,
),
'description' =>
array (
'type' => 'text',
'vname' => 'LBL_DESCRIPTION',
'sortable' => false,
'width' => '10%',
'default' => true,
),
'assigned_user_name' =>
array (
'vname' => 'LBL_LIST_ASSIGNED_USER_ID',
'widget_class' => 'SubPanelDetailViewLink',
'module' => 'Users',
'target_record_key' => 'assigned_user_id',
'target_module' => 'Users',
'width' => '15%',
'sortable' => false,
'default' => true,
),
'estimated_start_date' =>
array (
'vname' => 'LBL_DATE_START',
'width' => '25%',
'sortable' => true,
'default' => true,
),
'estimated_end_date' =>
array (
'vname' => 'LBL_DATE_END',
'width' => '25%',
'sortable' => true,
'default' => true,
),
'settore_c' =>
array (
'type' => 'enum',
'default' => true,
'studio' => 'visible',
'vname' => 'LBL_SETTORE',
'width' => '10%',
),
'importo_c' =>
array (
'type' => 'currency',
'default' => true,
'vname' => 'LBL_IMPORTO',
'currency_format' => true,
'width' => '10%',
),
'status' =>
array (
'type' => 'enum',
'default' => true,
'vname' => 'LBL_STATUS',
'width' => '10%',
),
'edit_button' =>
array (
'vname' => 'LBL_EDIT_BUTTON',
'widget_class' => 'SubPanelEditButton',
'module' => 'Project',
'width' => '3%',
'default' => true,
),
'remove_button' =>
array (
'vname' => 'LBL_REMOVE',
'widget_class' => 'SubPanelRemoveButton',
'module' => 'Project',
'width' => '3%',
'default' => true,
),
);