SugarCRM components for Plone
Project description
Introduction
SugarCRM is an open-source software-solution vendor which produces the Sugar Customer Relationship Management (CRM) system.
This add-on provide components to use SugarCRM in Plone.
Status
Useable in production
tests
Integration tests are run with a trial URL If it is not available, please fill the demand for a new demo at http://www.sugarcrm.com/crm/ondemand_eval.html and export the URL into environnement:
export SUGARCRM_SOAP_URL=”NEW TRIAL URL”
you can exclude integration tests with sugarcrm by using use ./bin/test -t UnitTest
Components
pasplugin
A PAS plugin has been implemented. You can logged into Plone with sugarcrm credentials.
webservice
suds has been used to provide a simple api over soap’s sugarcrm.
>>> webservice = ISugarCRM(context) >>> results = webservice.search(query_string='JeanMichel')
source
z3c.formwidget.query.interfaces.IQuerySource for contacts and accounts are provided.
password
A utility is available to crypt password for using with webservice (sic)
portlet contact
With a condition on collective.portlet.contact installed, it provides a backend from your sugarCRM contact address book to the contact portlet
INSTALL
A generic setup is registred to setup the pas plugin and needed properties to configure access to the sugarcrm instance you want to use. A control panel is added to let you configure access to sugarcrm.
Credits
Companies
Authors
JeanMichel FRANCOIS aka toutpt <toutpt@gmail.com>
Contributors
Changelog
1.0b5 (2011-09-23)
fix a bug in enumerateUsers that break registration form. [toutpt]
1.0b4 (2011-08-24)
Fix Plone4.1 compatibility by including Products.CMFCore’s permissions.zcml file [toutpt]
Fix 404 internal exception on login on some configurations [toutpt]
1.0b3 (2011-07-26)
Install now activate the plugin on all provided interfaces. Install step reoder the sugarcrm properties pas plugin to be the first. In other case the plugin is not used by default [toutpt]
Add upgrade step [toutpt]
Fix issue with cache when the service return None [toutpt]
1.0b2 (2010-12-13)
PAS plugin: Implements IUserEnumerationPlugin and IPropertiesPlugin. Manage cache with Cacheable api. [toutpt]
Add activate options (webservice, pasplugin) in controlpanel. [toutpt]
1.0b1 (2010-10-07)
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for collective.sugarcrm-1.0b5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a349816219053fb84937a3411baf2cbcf215f22cbf20c0140d0087ca63926d0c |
|
MD5 | 822ce8b7a923928c872d805bd4a9d92c |
|
BLAKE2b-256 | cfc47188827e52d468b64e8b1027b990e85167ea3dd98f2af15baad55d3f7c87 |