Skip to content

ruchida/X2Engine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

README

INSTRUCTIONS FOR UPDATE PLEASE READ

There's no concrete updater right now, so what you need to do to update is to go into Admin and export your data. Then upload all of the new files to your server and run the install again.  Finally, go into Admin on the new setup and import the data back into the system.

Beta 0.9.1 Changelog

-More compact Contact/Action views with the option to use the old view
-Changelog for all records, viewable by Admin
-User activity reports
-Login screen style defaults to Admin preferences
-Fixed advanced search issues & menu text color CSS
-Lots and lots of little bug fixes


Welcome to X2Contacts v0.9.1 Beta!  X2Contacts is a next-generation, open source social sales application for small and medium sized businesses. 
X2Contacts was designed to streamline contact and sales actions into one compact blog-style user interface. Add to this contact and colleague social feeds and sales representatives become smarter and more effective resulting in increased sales and higher customer satisfaction.
X2Contacts is unique in the crowded Customer Relationship Management (CRM) field with its compact, blog-style user interface. Interactive and collaborative tools which users are already familiar with from social networking sites such as; tagging, pictures, docs, web pages, group chat, discussions boards and rich mobile and iPad apps are combined within a compact and fast contact sales management application. Reps are able to make more sales contacts while leveraging the combined social intelligence of peers enabling them to add more value to their customer interactions resulting in higher close rates. 

1) INSTALLATION
	To install X2Contacts, please extract and upload the X2Engine folder to your web root.  Navigate to the location in your browser and you will be redirected to the installer.  Fill out the form, click install, and that's it!  You are now ready to use X2Contacts.
	
	If you selected to install Dummy Data, you should have about 150 contacts and 120 actions installed, along with around 30 accounts to play around with.
	
2)  LANGUAGES
	Languages are very primitive at this point, we used Google Translate and copy/paste.  If you have any corrections/suggestions/language packs, please feel free to post them on www.x2community.com  
	We greatly appreciate any support with internationalization!
	
3) TIPS AND TRICKS
	X2Contacts is designed to be intuitive, but we have included a few tips and tricks to get you started!
	-To change the background color, menu color, language or any other setting, click on the Profile (username) button in the top right and select 'Settings.'
	-The admin's settings can be found from the admin page, as well as a variety of other tools to help you manage the application.
	-There is an accounts module which is disabled by default and can be turned on by selecting the "Manage Menu Items" link from the admin page.
	-Contacts are ordered by most recently updated by default, but this can be changed by clicking on one of the other attributes to sort them differently.
	-There is an Email Dropbox which can be set up to run on your server.  To do so, you must create an email alias called "dropbox@[your_server].com" and have it forward to the email.php script in the X2Engine root folder.
		Additionally, you need to go in to the email.php file and edit the following line:
			require_once("/home/x3engine/public_html/x2jake/protected/config/emailConfig.php");
		To the filepath to emailConfig.php on your server.
		This dropbox will add any conversations you have with a contact to the comments for that contact if you CC the address. Additionally, if it doesn't recognize the the person you're talking to, it will automatically add them to the database!
		*Note, this functionality has not been tested thoroughly but we believe it to be working pretty well.
	-It is not recommended to use the Import Data function on the admin tab UNLESS you are importing data that was exported from a prior version.  The template is very finnicky and bug prone, so if you do it without using properly exported data, we take no responsibility for errors.
	
4) KNOWN ISSUES
	-If you re-arrange Top Menu items while in a different language, the top bar will always display the menu items in that language, regardless of user. We are aware of this bug, and it will be fixed for the next release.
		There is also a temporary work-around.  If you go to "Rename a Module" from the Admin tab and rename each module back to the English version (Contacts, Actions, Sales, Docs, Accounts), they will translate properly per user again.

	-The .htaccess file may cause issues on some servers.  If you get a 500 Internal Server Error when you try to load the installer, delete the .htaccess file, the application will work without it.

About

An open source social sales management CRM application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.3%
  • JavaScript 3.6%
  • Shell 0.1%