Ho il piacere di presentare il video dell’amico Alessandro Cecconi. Panoramica introduttiva sui software di gestione delle relazioni con la clientela e su SugarCRM, la piattaforma open source commerciale più diffusa al mondo.
Con tag SugarCRM …
Bug #62075 – Export to CSV for fields of type TEXT is not working properly
When you export data to CSV, fields of type “text” that contain, for example, the characters “new line” create problems at the import stage on the Excel worksheet. Below is the patch file to apply to include/export_utils.php. You could follow the bug by http://www.sugarcrm.com/support/bugs.html#issue_62075
SugarCRM: Customize Web To Lead Capture via Ext Framework
In alcuni casi potrebbe essere necessario eseguire delle personalizzazioni del processo di cattura per il potenziale cliente. Questo processo di cattura è scatenato tramite un determinato entryPoint che prende il nome di WebToLeadCapture. Il metodo che consiglierei per apportare delle modifiche al processo standard di cattura, è sicuramente quello di realizzare un proprio entryPoint e registrarlo … Continua a leggere »
Report SugarCRM con Open Office?
Un post veloce, veloce per stuzzicare il vostro appetito. Chi ha detto che per fare i report su SugarCRM serve assolutamente l’installazione di un qualche modulo o “disturbare” la versione commerciale? La soluzione è più semplice del previsto, ancora più semplice da quando SugarCRM ha pubblicato lo schema relazionale del proprio data base. Con strumenti … Continua a leggere »
Alloy UI Autocomplete: Get data from SugarCRM
1.Introduction In the previous article Alloy UI AutoComplete Ajax Example we have seen how the specific Java Portlet Specification 2.0 (JSR 286) with the introduction of the ResourceURL concept is very simple access to resources “any type”, in fact, has been exploited this new opportunity for access at local resources of Liferay (such as Roles, Journal, etc…) then … Continua a leggere »
Alloy UI Autocomplete: Get data from SugarCRM
1. Introduzione Nel precedente articolo Alloy UI AutoComplete Ajax Example abbiamo visto come le specifiche Java Portlet Specification 2.0 (JSR 286) con l’introduzione della ResourceURL vengono incontro all’esigenza di dover accedere in modo semplice a risorse di “qualunque tipo”, infatti, è stata sfruttata questa nuova opportunità per accedere a risorse locali Liferay poi mostrate sulla vista tramite il componente Alloy UI … Continua a leggere »
How to install and configure J-SugarCRM Authentication Plugin
About two years ago, I developed a plugin that adds an additional driver of a Joomla user authentication. The plugin allows access to the Joomla portal for users of SugarCRM. The installation and configuration of this plugin is very simple, but I have received several comments with requests for help on the process of installation and … Continua a leggere »
SugarCRM inside of Liferay
Certainly the title of the article may seem a little odd, but I have not found better title. I could give a title like “Integration between CRM ….” but then I was not very convinced! The protagonists of this short article are: SugarCRM implementing a Customer Relationship Management (or CRM) and Liferay instead implements a … Continua a leggere »
Un CRM dentro un CMS
Certamente il titolo dell’articolo può sembrare un po’ bizzarro ma non ho trovato titolo migliore. Avrei potuto dare un titolo del tipo “Integrazione tra CRM….” che a mio avviso per il tipo di soluzione descritta nel corso di quest’articolo, non si configura una vera integrazione. Inizierei specificando meglio i soggetti del titolo attribuendogli un nome. … Continua a leggere »
SUSE Studio: Test drive di SugarCRM + PostgreSQL
Nei precedenti articoli pubblicati su questo blog, ho introdotto il progetto di supporto a PostgreSQL per il CRM Open Source SugarCRM (edizione Community Edition). Per consentire la verifica veloce della “bontà” del supporto, ho ritenuto utile costruire una macchina virtuale ad hoc pronta all’uso, insomma, da Start and Go. L’ultima versione della macchina virtuale (realizzata … Continua a leggere »
Released new version of SugarCRM PostgreSQL Virtual Appliance
I just released a new version of the Virtual Appliance. The update includes version 6.5 of SugarCRM CE aligned with the repository https://github.com/amusarra/sugarcrm_dev_PostgreSQL. For more information on this Virtual Appliance see the URL http://susestudio.com/a/2Vav5p/sugarcrm-ce-6-5-postgresql Related Resources: Like PostgreSQL and want to use it with SugarCRM? Check out a new community project! -Post written by John Mertic … Continua a leggere »
Wiki Page SugarCRM Dev PostgreSQL Driver
Il repository GitHub SugarCRM Dev PostgreSQL Driver che ospita i sorgenti del progetto, contiene anche la sezione Wiki con una pagina dedicata al driver per PostgreSQL. All’interno della pagina una breve descrizione del progetto più una sezione Quick Launch che descrive come poter iniziare a testare in maniera veloce il supporto a PostgreSQL. Dallo stesso repository è … Continua a leggere »
SugarCRM + PostgreSQL available OpenShift
A few days ago, John Mertic has published a blog post of SugarCRM, the release of the driver PostgreSQL for SugarCRM Community Edition . The complete source tree is available on my GitHub repository at https://github.com/amusarra/sugarcrm_dev_PostgreSQL . Simultaneously with the source release, I released the Virtual Appliance (SugarCRM CE 6.4 PostgreSQL) to facilitate those who wish to do some testing on the … Continua a leggere »
SugarCRM + PostgreSQL disponibile su OpenShift
Nei giorni scorsi John Mertic ha pubblicato con un post sul blog di SugarCRM, il rilascio del driver PostgreSQL per SugarCRM Community Edition. Il source tree di SugarCRM CE completo dei driver è disponibile sul mio repository GitHub all’indirizzo https://github.com/amusarra/sugarcrm_dev_PostgreSQL. Contestualmente al rilascio dei sorgenti, ho rilasciato la Virtual Appliance (SugarCRM CE 6.4 PostgreSQL) per facilitare coloro che volessero … Continua a leggere »
SugarCRM Virtual Appliance + PostgreSQL
Some time ago I worked heavily on SugarCRM Community Edition 5.5 in order to add support to the database PostgreSQL .The implementation process was quite complex because of the many “if $ dbType …” scattered left and right for the source code. With the introduction of version 6.4 of SugarCRM, I was able to appreciate the work done on the level of … Continua a leggere »
Virtual Appliance SugarCRM + PostgreSQL
Qualche tempo fa ho lavorato pesantemente su SugarCRM 5.5 Community Edition con lo scopo di aggiungere il supporto al data base PostgreSQL. L’operazione d’implementazione è stata abbastanza complessa a causa dei tanti “if $dbType …” dispersi a destra e sinistra per il codice sorgente. Con l’introduzione della versione 6.4 di SugarCRM, ho avuto modo di … Continua a leggere »
Unit Testing in SugarCRM
Perhaps not everyone knows that SugarCRM uses a Unit Test framework. The Unit Test framework is PHPUnit. I have developed several tests of SugarCRM Unit who facilitated the search for functional problems. Council to read the document “Unit Testing SugarCRM” written by John Mertic illustrating how best to use the Unit Test I wish you a … Continua a leggere »
Aggiornamento My Application on PHPFog
Spesso i post che pubblico hanno a che fare con applicazioni quali Joomla, SugarCRM, Liferay, etc.. Desidero informarvi che su PHPFog (Rock-solid Cloud Platform for PHP) ho aggiornato l’applicazione di SugarCRM, in particolare: Ho installato una nuova istanza di SugarCRM Community Edition 6.4.1 URL: http://shirus-crm1.phpfogapp.com/ User: admin Password: Admin123 Ho aggiornato la precedente istanza di SugarCRM Community … Continua a leggere »
Maven Project for SugarCRM Java Web Services Client
Nel corso di un precedente articolo abbiamo visto come creare un client Java per i Web Services di SugarCRM utilizzando il framework Apache CXF (versione 2.5.x), inoltre l’intero progetto creato appositamente per la stesura dell’articolo, è disponibile all’interno del repository GitHub raggiungibile all’indirizzo: https://github.com/amusarra/SugarCRMCE64v4SOAPLibrary. In questo periodo sono in fase di migrazione del sistema di … Continua a leggere »
SugarCRM Web Services: Build a Apache CXF Client
SugarCRM[1] espone all’esterno il core delle proprie funzionalità pubblicandole come Web Services, quindi niente di più semplice che creare un client Java, C#, C++, PHP e chi più ne ha più ne metta per interagire con essi; non sempre però la questione è così semplice !!! Chi lavora pesantemente con la tecnologia dei Web Services è cosciente … Continua a leggere »