%PDF- %PDF-
Direktori : /var/www/crm/custom/modules/Accounts/metadata/ |
Current File : /var/www/crm/custom/modules/Accounts/metadata/detailviewdefs.php |
<?php // created: 2021-06-28 10:29:17 $viewdefs = array ( 'Accounts' => array ( 'DetailView' => array ( 'templateMeta' => array ( 'form' => array ( 'buttons' => array ( 0 => 'EDIT', 1 => 'DUPLICATE', 2 => 'DELETE', 3 => 'FIND_DUPLICATES', ), ), 'maxColumns' => '2', 'widths' => array ( 0 => array ( 'label' => '10', 'field' => '30', ), 1 => array ( 'label' => '10', 'field' => '30', ), ), 'includes' => array ( 0 => array ( 'file' => 'modules/Accounts/Account.js', ), ), 'useTabs' => false, 'tabDefs' => array ( 'LBL_ACCOUNT_INFORMATION' => array ( 'newTab' => false, 'panelDefault' => 'expanded', ), 'LBL_PANEL_ADVANCED' => array ( 'newTab' => false, 'panelDefault' => 'expanded', ), 'LBL_PANEL_ASSIGNMENT' => array ( 'newTab' => false, 'panelDefault' => 'expanded', ), ), 'syncDetailEditViews' => true, ), 'panels' => array ( 'lbl_account_information' => array ( 0 => array ( 0 => array ( 'name' => 'name', 'comment' => 'Name of the Company', 'label' => 'LBL_NAME', 'displayParams' => array ( ), ), ), 1 => array ( 0 => array ( 'name' => 'riferimento_c', 'label' => 'LBL_RIFERIMENTO', ), 1 => array ( 'name' => 'phone_office', 'comment' => 'The office phone number', 'label' => 'LBL_PHONE_OFFICE', ), ), 2 => array ( 0 => array ( 'name' => 'website', 'type' => 'link', 'label' => 'LBL_WEBSITE', 'displayParams' => array ( 'link_target' => '_blank', ), ), 1 => array ( 'name' => 'phone_fax', 'comment' => 'The fax phone number of this company', 'label' => 'LBL_FAX', ), ), 3 => array ( 0 => array ( 'name' => 'billing_address_street', 'label' => 'LBL_BILLING_ADDRESS', 'type' => 'address', 'displayParams' => array ( 'key' => 'billing', ), ), 1 => array ( 'name' => 'shipping_address_street', 'label' => 'LBL_SHIPPING_ADDRESS', 'type' => 'address', 'displayParams' => array ( 'key' => 'shipping', ), ), ), 4 => array ( 0 => array ( 'name' => 'email1', 'studio' => 'false', 'label' => 'LBL_EMAIL', ), 1 => array ( 'name' => 'partita_iva_c', 'label' => 'LBL_PARTITA_IVA', ), ), 5 => array ( 0 => array ( 'name' => 'description', 'comment' => 'Full text of the note', 'label' => 'LBL_DESCRIPTION', ), 1 => array ( 'name' => 'stato_c', 'studio' => 'visible', 'label' => 'LBL_STATO', ), ), ), 'LBL_PANEL_ADVANCED' => array ( 0 => array ( 0 => array ( 'name' => 'account_type', 'comment' => 'The Company is of this type', 'label' => 'LBL_TYPE', ), 1 => array ( 'name' => 'categoria_c', 'studio' => 'visible', 'label' => 'LBL_CATEGORIA', ), ), 1 => array ( 0 => array ( 'name' => 'annual_revenue', 'comment' => 'Annual revenue for this company', 'label' => 'LBL_ANNUAL_REVENUE', ), 1 => array ( 'name' => 'employees', 'comment' => 'Number of employees, varchar to accomodate for both number (100) or range (50-100)', 'label' => 'LBL_EMPLOYEES', ), ), 2 => array ( 0 => array ( 'name' => 'parent_name', 'label' => 'LBL_MEMBER_OF', ), 1 => array ( 'name' => 'ownership', 'comment' => '', 'label' => 'LBL_OWNERSHIP', ), ), 3 => array ( 0 => array ( 'name' => 'rating', 'comment' => 'An arbitrary rating for this company for use in comparisons with others', 'label' => 'LBL_RATING', ), ), ), 'LBL_PANEL_ASSIGNMENT' => array ( 0 => array ( 0 => array ( 'name' => 'assigned_user_name', 'label' => 'LBL_ASSIGNED_TO', ), ), ), ), ), ), );