%PDF- %PDF-
| Direktori : /var/www/crm/custom/modules/Opportunities/metadata/subpanels/ |
| Current File : /var/www/crm/custom/modules/Opportunities/metadata/subpanels/Account_subpanel_opportunities.php |
<?php
// created: 2013-09-30 08:46:55
$subpanel_layout['list_fields'] = array (
'name' =>
array (
'name' => 'name',
'vname' => 'LBL_LIST_OPPORTUNITY_NAME',
'widget_class' => 'SubPanelDetailViewLink',
'width' => '5%',
'default' => true,
),
'description' =>
array (
'type' => 'text',
'vname' => 'LBL_DESCRIPTION',
'sortable' => false,
'width' => '25%',
'default' => true,
),
'amount_usdollar' =>
array (
'vname' => 'LBL_LIST_AMOUNT_USDOLLAR',
'width' => '15%',
'default' => true,
),
'importo_finale_c' =>
array (
'type' => 'currency',
'default' => true,
'vname' => 'LBL_IMPORTO_FINALE',
'currency_format' => true,
'width' => '10%',
),
'sales_stage' =>
array (
'name' => 'sales_stage',
'vname' => 'LBL_LIST_SALES_STAGE',
'width' => '15%',
'default' => true,
),
'date_closed' =>
array (
'name' => 'date_closed',
'vname' => 'LBL_LIST_DATE_CLOSED',
'width' => '15%',
'default' => true,
),
'edit_button' =>
array (
'vname' => 'LBL_EDIT_BUTTON',
'widget_class' => 'SubPanelEditButton',
'module' => 'Opportunities',
'width' => '4%',
'default' => true,
),
'currency_id' =>
array (
'usage' => 'query_only',
),
);