array('form' => array('buttons'=>array('EDIT', 'DUPLICATE', 'DELETE', 'FIND_DUPLICATES')), 'maxColumns' => '2', 'widths' => array( array('label' => '10', 'field' => '30'), array('label' => '10', 'field' => '30') ), 'includes'=> array( array('file'=>'modules/Accounts/Account.js'), ), ), 'panels' => array ( 'lbl_account_information' => array ( array ( array ( 'name' => 'name', 'comment' => 'Name of the Company', 'label' => 'LBL_NAME', ), array ( 'name' => 'name', 'comment' => 'Name of the Company', 'label' => 'LBL_NAME', ), ), array ( array ( 'name' => 'website', 'type' => 'link', 'label' => 'LBL_WEBSITE', 'displayParams' => array ( 'link_target' => '_blank', ), ), array ( 'name' => 'phone_fax', 'comment' => 'The fax phone number of this company', 'label' => 'LBL_FAX', ), ), array ( array ( 'name' => 'billing_address_street', 'label' => 'LBL_BILLING_ADDRESS', 'type' => 'address', 'displayParams' => array ( 'key' => 'billing', ), ), array ( 'name' => 'shipping_address_street', 'label' => 'LBL_SHIPPING_ADDRESS', 'type' => 'address', 'displayParams' => array ( 'key' => 'shipping', ), ), ), array ( array ( 'name' => 'description', 'displayParams'=>array('rows'=>6, 'cols'=>80), 'comment' => 'Full text of the note', 'label' => 'LBL_DESCRIPTION', ), ), ), 'LBL_PANEL_ADVANCED' => array ( array ( array ( 'name' => 'account_type', 'comment' => 'The Company is of this type', 'label' => 'LBL_TYPE', ), array ( 'name' => 'industry', 'comment' => 'The company belongs in this industry', 'label' => 'LBL_INDUSTRY', ), ), array ( array ( 'name' => 'annual_revenue', 'comment' => 'Annual revenue for this company', 'label' => 'LBL_ANNUAL_REVENUE', ), array ( 'name' => 'employees', 'comment' => 'Number of employees, varchar to accomodate for both number (100) or range (50-100)', 'label' => 'LBL_EMPLOYEES', ), ), array ( array ( 'name' => 'sic_code', 'comment' => 'SIC code of the account', 'label' => 'LBL_SIC_CODE', ), array ( 'name' => 'ticker_symbol', 'comment' => 'The stock trading (ticker) symbol for the company', 'label' => 'LBL_TICKER_SYMBOL', ), ), array ( array ( 'name' => 'parent_name', 'label' => 'LBL_MEMBER_OF', ), array ( 'name' => 'ownership', 'comment' => '', 'label' => 'LBL_OWNERSHIP', ), ), array ( 'campaign_name', array ( 'name' => 'rating', 'comment' => 'An arbitrary rating for this company for use in comparisons with others', 'label' => 'LBL_RATING', ), ), ), 'LBL_PANEL_ASSIGNMENT' => array ( array ( array ( 'name' => 'assigned_user_name', 'label' => 'LBL_ASSIGNED_TO', ), array ( 'name' => 'date_modified', 'label' => 'LBL_DATE_MODIFIED', 'customCode' => '{$fields.date_modified.value} {$APP.LBL_BY} {$fields.modified_by_name.value}', ), ), array ( array ( 'name' => 'date_entered', 'customCode' => '{$fields.date_entered.value} {$APP.LBL_BY} {$fields.created_by_name.value}', ), ), ), ) ); ?>