You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
272 lines
10 KiB
272 lines
10 KiB
<?php
|
|
/*********************************************************************************
|
|
** The contents of this file are subject to the vtiger CRM Public License Version 1.0
|
|
* ("License"); You may not use this file except in compliance with the License
|
|
* The Original Code is: vtiger CRM Open Source
|
|
* The Initial Developer of the Original Code is vtiger.
|
|
* Portions created by vtiger are Copyright (C) vtiger.
|
|
* All Rights Reserved.
|
|
*
|
|
********************************************************************************/
|
|
|
|
global $combo_strings;
|
|
|
|
$combo_strings = Array(
|
|
'accounttype_dom' => Array(''=>''
|
|
, 'Analyst'=>'Analyst'
|
|
, 'Competitor'=>'Competitor'
|
|
, 'Customer'=>'Customer'
|
|
, 'Integrator'=>'Integrator'
|
|
, 'Investor'=>'Investor'
|
|
, 'Partner'=>'Partner'
|
|
, 'Press'=>'Press'
|
|
, 'Prospect'=>'Prospect'
|
|
, 'Reseller'=>'Reseller'
|
|
, 'Other'=>'Other'
|
|
),
|
|
'industry_dom' => Array(''=>''
|
|
, 'Apparel'=>'Apparel'
|
|
, 'Banking'=>'Banking'
|
|
, 'Biotechnology'=>'Biotechnology'
|
|
, 'Chemicals'=>'Chemicals'
|
|
, 'Communications'=>'Communications'
|
|
, 'Construction'=>'Construction'
|
|
, 'Consulting'=>'Consulting'
|
|
, 'Education'=>'Education'
|
|
, 'Electronics'=>'Electronics'
|
|
, 'Energy'=>'Energy'
|
|
, 'Engineering'=>'Engineering'
|
|
, 'Entertainment'=>'Entertainment'
|
|
, 'Environmental'=>'Environmental'
|
|
, 'Finance'=>'Finance'
|
|
, 'Food & Beverage'=>'Food & Beverage'
|
|
, 'Government'=>'Government'
|
|
, 'Healthcare'=>'Healthcare'
|
|
, 'Hospitality'=>'Hospitality'
|
|
, 'Insurance'=>'Insurance'
|
|
, 'Machinery'=>'Machinery'
|
|
, 'Manufacturing'=>'Manufacturing'
|
|
, 'Media'=>'Media'
|
|
, 'Not For Profit'=>'Not For Profit'
|
|
, 'Recreation'=>'Recreation'
|
|
, 'Retail'=>'Retail'
|
|
, 'Shipping'=>'Shipping'
|
|
, 'Technology'=>'Technology'
|
|
, 'Telecommunications'=>'Telecommunications'
|
|
, 'Transportation'=>'Transportation'
|
|
, 'Utilities'=>'Utilities'
|
|
, 'Other'=>'Other'
|
|
),
|
|
'leadsource_dom' => Array(''=>''
|
|
, 'Cold Call'=>'Cold Call'
|
|
, 'Existing Customer'=>'Existing Customer'
|
|
, 'Self Generated'=>'Self Generated'
|
|
, 'Employee'=>'Employee'
|
|
, 'Partner'=>'Partner'
|
|
, 'Public Relations'=>'Public Relations'
|
|
, 'Direct Mail'=>'Direct Mail'
|
|
, 'Conference'=>'Conference'
|
|
, 'Trade Show'=>'Trade Show'
|
|
, 'Web Site'=>'Web Site'
|
|
, 'Word of mouth'=>'Word of mouth'
|
|
, 'Other'=>'Other'
|
|
),
|
|
'leadstatus_dom' => Array(''=>''
|
|
, 'Attempted to Contact'=>'Attempted to Contact'
|
|
, 'Cold'=>'Cold'
|
|
, 'Contact in Future'=>'Contact in Future'
|
|
, 'Contacted'=>'Contacted'
|
|
, 'Hot'=>'Hot'
|
|
, 'Junk Lead'=>'Junk Lead'
|
|
, 'Lost Lead'=>'Lost Lead'
|
|
, 'Not Contacted'=>'Not Contacted'
|
|
, 'Pre Qualified'=>'Pre Qualified'
|
|
, 'Qualified'=>'Qualified'
|
|
, 'Warm'=>'Warm'
|
|
),
|
|
'rating_dom' => Array(''=>''
|
|
, 'Acquired'=>'Acquired'
|
|
, 'Active'=>'Active'
|
|
, 'Market Failed'=>'Market Failed'
|
|
, 'Project Cancelled'=>'Project Cancelled'
|
|
, 'Shutdown'=>'Shutdown'
|
|
),
|
|
'licencekeystatus_dom' => Array(''=>''
|
|
, 'Sent'=>'Sent'
|
|
, 'Not Sent'=>'Not Sent'
|
|
),
|
|
'opportunity_type_dom' => Array(''=>''
|
|
, 'Existing Business'=>'Existing Business'
|
|
, 'New Business'=>'New Business'
|
|
),
|
|
'sales_stage_dom' => Array('Prospecting'=>'Prospecting'
|
|
, 'Qualification'=>'Qualification'
|
|
, 'Needs Analysis'=>'Needs Analysis'
|
|
, 'Value Proposition'=>'Value Proposition'
|
|
, 'Id. Decision Makers'=>'Id. Decision Makers'
|
|
, 'Perception Analysis'=>'Perception Analysis'
|
|
, 'Proposal/Price Quote'=>'Proposal/Price Quote'
|
|
, 'Negotiation/Review'=>'Negotiation/Review'
|
|
, 'Closed Won'=>'Closed Won'
|
|
, 'Closed Lost'=>'Closed Lost'
|
|
),
|
|
'salutationtype_dom' => Array(''=>''
|
|
, 'Mr.'=>'Mr.'
|
|
, 'Ms.'=>'Ms.'
|
|
, 'Mrs.'=>'Mrs.'
|
|
, 'Dr.'=>'Dr.'
|
|
, 'Prof.'=>'Prof.'
|
|
),
|
|
'eventstatus_dom' => Array('Planned'=>'Planned'
|
|
, 'Held'=>'Held'
|
|
, 'Not Held'=>'Not Held'
|
|
),
|
|
'taskstatus_dom' => Array('Not Started'=>'Not Started'
|
|
, 'In Progress'=>'In Progress'
|
|
, 'Completed'=>'Completed'
|
|
, 'Pending Input'=>'Pending Input'
|
|
, 'Deferred'=>'Deferred'
|
|
, 'Planned'=>'Planned'
|
|
),
|
|
'taskpriority_dom' => Array('High'=>'High'
|
|
,'Medium'=>'Medium'
|
|
,'Low'=>'Low'
|
|
),
|
|
'duration_minutes_dom' => Array('00'=>'00'
|
|
, '15'=>'15'
|
|
, '30'=>'30'
|
|
, '45'=>'45'
|
|
),
|
|
'productcategory_dom' => Array(''=>''
|
|
, 'Hardware'=>'Hardware'
|
|
, 'Software'=>'Software'
|
|
, 'CRM Applications'=>'CRM Applications'
|
|
),
|
|
'manufacturer_dom' => Array(''=>''
|
|
, 'AltvetPet Inc.'=>'AltvetPet Inc.'
|
|
, 'LexPon Inc.'=>'LexPon Inc.'
|
|
, 'MetBeat Corp'=>'MetBeat Corp'
|
|
),
|
|
'ticketcategories_dom' => Array('Big Problem'=>'Big Problem'
|
|
,'Small Problem'=>'Small Problem'
|
|
,'Other Problem'=>'Other Problem'
|
|
),
|
|
'ticketpriorities_dom' => Array('Low'=>'Low'
|
|
,'Normal'=>'Normal'
|
|
,'High'=>'High'
|
|
,'Urgent'=>'Urgent'
|
|
),
|
|
'ticketseverities_dom' => Array('Minor'=>'Minor'
|
|
,'Major'=>'Major'
|
|
,'Feature'=>'Feature'
|
|
,'Critical'=>'Critical'
|
|
),
|
|
|
|
'ticketstatus_dom' => Array('Open'=>'Open'
|
|
,'In Progress'=>'In Progress'
|
|
,'Wait For Response'=>'Wait For Response'
|
|
,'Closed'=>'Closed'
|
|
),
|
|
|
|
'activitytype_dom' => Array('Call'=>'Call'
|
|
, 'Meeting'=>'Meeting'
|
|
),
|
|
|
|
'faqcategories_dom' => Array('General'=>'General'
|
|
),
|
|
|
|
'faqstatus_dom' => Array('Draft'=>'Draft'
|
|
,'Reviewed'=>'Reviewed'
|
|
,'Published'=>'Published'
|
|
,'Obsolete'=>'Obsolete'
|
|
),
|
|
|
|
|
|
'currency_dom' => Array('Rupees'=>'Rupees',
|
|
'Dollar'=>'Dollar',
|
|
'Euro'=>'Euro'
|
|
),
|
|
|
|
'rsscategory_dom' => Array('vtiger Discussions'=>'vtiger Discussions',
|
|
'vtiger Wiki'=>'vtiger Wiki'
|
|
),
|
|
|
|
'usageunit_dom' => Array('Box'=>'Box',
|
|
'Carton'=>'Carton',
|
|
'Caton'=>'Caton',
|
|
'Dozen'=>'Dazon',
|
|
'Each'=>'Each',
|
|
'Hours'=>'Hours',
|
|
'Impressions'=>'Impressions',
|
|
'Lb'=>'Lb',
|
|
'M'=>'M',
|
|
'Pack'=>'Pack',
|
|
'Pages'=>'Pages',
|
|
'Pieces'=>'Pieces',
|
|
'Quantity'=>'Quantity',
|
|
'Reams'=>'Reams',
|
|
'Sheet'=>'Sheet',
|
|
'Spiral Binder'=>'Spiral Binder',
|
|
'Sq Ft'=>'Sq Ft'
|
|
),
|
|
|
|
'glacct_dom' => Array('300-Sales-Software'=>'300-Sales-Software',
|
|
'301-Sales-Hardware'=>'301-Sales-Hardware',
|
|
'302-Rental-Income'=>'302-Rental-Income',
|
|
'303-Interest-Income'=>'303-Interest-Income',
|
|
'304-Sales-Software-Support'=>'304-Sales-Software-Support',
|
|
'305-Sales Other'=>'305-Sales Other',
|
|
'306-Internet Sales'=>'306-Internet Sales',
|
|
'307-Service-Hardware Labor'=>'307-Service-Hardware Labor',
|
|
'308-Sales-Books'=>'308-Sales-Books'
|
|
),
|
|
|
|
'quotestage_dom' => Array('Created'=>'Created',
|
|
'Delivered'=>'Delivered',
|
|
'Reviewed'=>'Reviewed',
|
|
'Accepted'=>'Accepted',
|
|
'Rejected'=>'Rejected'
|
|
),
|
|
|
|
'carrier_dom' => Array('FedEx'=>'FedEx',
|
|
'UPS'=>'UPS',
|
|
'USPS'=>'USPS',
|
|
'DHL'=>'DHL',
|
|
'BlueDart'=>'BlueDart'
|
|
),
|
|
|
|
'taxclass_dom' => Array('SalesTax'=>'SalesTax',
|
|
'Vat'=>'Vat'
|
|
),
|
|
|
|
'recurringtype_dom' => Array(''=>'',
|
|
'Daily'=>'Daily',
|
|
'Weekly'=>'Weekly',
|
|
'Monthly'=>'Monthly',
|
|
'Yearly'=>'Yearly'
|
|
),
|
|
|
|
'invoicestatus_dom' => Array('Created'=>'Created',
|
|
'Approved'=>'Approved',
|
|
'Sent'=>'Sent',
|
|
'Credit Invoice'=>'Credit Invoice',
|
|
'Paid'=>'Paid'
|
|
),
|
|
|
|
'postatus_dom' => Array('Created'=>'Created',
|
|
'Approved'=>'Approved',
|
|
'Delivered'=>'Delivered',
|
|
'Canceled'=>'Canceled'
|
|
),
|
|
|
|
'sostatus_dom' => Array('Created'=>'Created',
|
|
'Approved'=>'Approved',
|
|
'Delivered'=>'Delivered',
|
|
'Canceled'=>'Canceled'
|
|
),
|
|
|
|
);
|
|
|
|
?>
|
|
|
|
|
|
|