Esempio n. 1
0
 function __construct()
 {
     parent::__construct();
     $this->nameLabelMap = array_merge($this->nameLabelMap, array("id" => "SALESORDERID", "salesOrderOwner" => "Sales Order Owner", "soNumber" => "SO Number", "subject" => "Subject", "potentialName" => "Potential Name", "customerNo" => "Customer No", "purchaseOrder" => "Purchase Order", "quoteName" => "Quote Name", "contactName" => "Contact Name", "dueDate" => "Due Date", "carrier" => "Carrier", "pending" => "Pending", "status" => "Status", "salesCommission" => "Sales Commission", "exciseDuty" => "Excise Duty", "accountName" => "Account Name", "accountId" => "ACCOUNTID", "assignedTo" => "Assigned To", "billingStreet" => "Billing Street", "billingCity" => "Billing City", "billingState" => "Billing State", "billingCode" => "Billing Zip", "billingCountry" => "Billing Country", "shippingStreet" => "Shipping Street", "shippingCity" => "Shipping City", "shippingState" => "Shipping State", "shippingCode" => "Shipping Zip", "shippingCountry" => "Shipping Country", "adjustment" => "Adjustment", "grandTotal" => "Grand Total", "subTotal" => "Sub Total", "tax" => "Tax", "discount" => "Discount", "termsAndConditions" => "Terms & Conditions", "description" => "Description"));
 }
Esempio n. 2
0
 function __construct()
 {
     parent::__construct();
     $this->nameLabelMap = array_merge($this->nameLabelMap, array("id" => "CONTACTID", "contactOwner" => "Contact Owner", "salutation" => "Salutation", "firstName" => "First Name", "lastName" => "Last Name", "accountId" => "ACCOUNTID", "accountName" => "Account Name", "vendorName" => "Vendor Name", "campaignSource" => "Campaign Source", "leadSource" => "Lead Source", "title" => "Title", "department" => "Department", "birthDate" => "Date of Birth", "reportsTo" => "Reports To", "emailOptOut" => "Email Opt-out", "skypeId" => "Skype ID", "assignedTo" => "Assigned To", "phone" => "Phone", "mobile" => "Mobile", "homePhone" => "Home Phone", "otherPhone" => "Other Phone", "fax" => "Fax", "email" => "Email", "assistant" => "Assistant", "asstPhone" => "Asst Phone", "mailingStreet" => "Mailing Street", "mailingCity" => "Mailing City", "mailingState" => "Mailing State", "mailingCode" => "Mailing Zip", "mailingCountry" => "Mailing Country", "otherStreet" => "Other Street", "otherCity" => "Other City", "otherState" => "Other State", "otherCode" => "Other Zip", "otherCountry" => "Other Country", "description" => "Description"));
 }
Esempio n. 3
0
 function __construct()
 {
     parent::__construct();
     $this->nameLabelMap = array_merge($this->nameLabelMap, array("id" => "ACCOUNTID", "accountName" => "Account Name", "accountOwner" => "Account Owner", "website" => "Website", "tickerSymbol" => "Ticker Symbol", "parentAccount" => "Parent Account", "employees" => "Employees", "ownership" => "Ownership", "industry" => "Industry", "accountType" => "Account Type", "accountNumber" => "Account Number", "accountSite" => "Account Site", "phone" => "Phone", "fax" => "Fax", "email" => "Email", "rating" => "Rating", "sicCode" => "SIC Code", "annualRevenue" => "Annual Revenue", "billingStreet" => "Billing Street", "billingCity" => "Billing City", "billingState" => "Billing State", "billingCode" => "Billing Code", "billingCountry" => "Billing Country", "shippingStreet" => "Shipping Street", "shippingCity" => "Shipping City", "shippingState" => "Shipping State", "shippingCode" => "Shipping Code", "shippingCountry" => "Shipping Country", "description" => "Description"));
 }
Esempio n. 4
0
 function __construct()
 {
     parent::__construct();
     $this->nameLabelMap = array_merge($this->nameLabelMap, array("id" => "LEADID", "leadOwner" => "Lead Owner", "salutation" => "Salutation", "firstName" => "First Name", "title" => "Title", "lastName" => "Last Name", "company" => "Company", "leadSource" => "Lead Source", "industry" => "Industry", "annualRevenue" => "Annual Revenue", "phone" => "Phone", "mobile" => "Mobile", "fax" => "Fax", "email" => "Email", "skypeId" => "Skype ID", "website" => "Web site", "leadStatus" => "Lead Status", "rating" => "Rating", "employees" => "No of Employees", "emailOptOut" => "Email Opt-out", "campaignSource" => "Campaign Source", "street" => "Street", "city" => "City", "state" => "State", "zipCode" => "ZIP Code", "country" => "Country", "description" => "Description"));
 }