ConcourseSuite Support

Support
Corporate
PUBLIC PROFILE

From time-to-time I'm asked what the differences are between the Open Source Community Edition and the Enterprise/Commercial Edition.

The fact is, Concursive has made few contributions to the Community Edition since about July 2007 due to focusing developer resources on a single platform release. Since then, we've repackaged the whole Java web application into a much simpler and standard directory structure, and we've broken compatibility with the many databases that we used to support – we only support PostgreSQL but continue to use JDBC best practices. The major technological improvements have been:

  1. We continue to update compatibility with new editions of Java, Tomcat and PostgreSQL.
  2. We've updated major libraries like JasperReports and Lucene. In the commercial edition Accounts and Contacts are indexed for very efficient and quick searches.
  3. We've implemented EHCache so that routinely read data comes from memory instead of the database. Cache includes Accounts, Contacts and lookup lists.
  4. We've implemented Apache Pluto and tailored it so that it is now embedded within the CRM in several areas like Dashboards, Custom Tabs and for customizing key content areas like Account details pages. In fact, whole modules can be built with portlets.
  5. We aligned the build and dependencies of the CRM and Connect products and Concursive Commons (LGPL) is used.

In the build process, for example, the latest Ant script has this usage for both products:

Continue Reading


ConcourseSuite CRM 7.0 (20140513) Update Available

Posted by Matt Rajkowski on May 14, 2014, 11:20 AM EDT
Default user photo

This update is recommended for all installations of ConcourseSuite, adding features and fixes.

Improvements:

  • The Accounts Quotes and Accounts Orders modules have been updated with the Quotes and Orders modules features
  • Search results for quotes and orders shows more information like customer start and end dates
  • Customer dates can be modified directly on the order page
  • For developers, Apache Commons Logging is now the preferred logging library; a number of modules have been updated with Commons Logging
  • Common Javascript libraries have been packed for use by all modules
  • Updated the Asterisk library

Fixes:

  • Using the "Submit" a quote feature would reset the customer date fields

The upgrade process for systems already using version 7.0 involves making sure there is a backup of the database and fileLibrary, then installing the 7.0 web application archive (.war) directly over the previous install. The application will upgrade all components.

List of downloads

View Full Post and Comments