diff --git a/get_settings.php b/get_settings.php index d4978ed0..b05d5268 100644 --- a/get_settings.php +++ b/get_settings.php @@ -212,6 +212,32 @@ $ticket_status_array = array ( 'Closed' ); +$industry_select_array = array( + "Accounting", + "Agriculture", + "Automotive", + "Construction", + "Education", + "Entertainent", + "Finance", + "Government", + "Healthcare", + "Hospititality", + "Information Technology", + "Insurance", + "Pharmacy", + "Law", + "Manufacturing", + "Marketing & Advertising", + "Military", + "Non-Profit", + "Real Estate", + "Retail", + "Services", + "Transportation", + "Other" // An 'Other' option for industries not listed +); + $start_page_select_array = array ( 'dashboard.php'=>'Personal Dashboard', 'dashboard_financial.php'=>'Administrative Dashboard', @@ -219,4 +245,5 @@ $start_page_select_array = array ( 'clients.php'=> 'Client Management', 'tickets.php'=> 'Support Tickets', 'invoices.php' => 'Invoices' -); \ No newline at end of file +); +