Recently we finished a major refactor of the search mechanism. This provides a critical foundational piece on our way to building a reporting module. One of the special features of the new searching is the ability to search unlimited relationships. …
Continue Reading →
Zurmo doesn’t require any cache systems in order to work, although performance can be drastically improved if cache is used. Memcache PHP library is used to cache data with a memcached server. There is some confusion among programmers between the …
Continue Reading →
Starting with the Zurmo 0.6.80 release, the email archiving feature has been integrated in the system. The aim of this tutorial is to give you enough information so you can start to use or hack email archiving. The idea behind …
Continue Reading →
Invoice sample application demonstrates how to leverage Zurmo to create custom applications. This tutorial highlights steps taken to create the sample application and leverages the “http://zurmo.org/wiki/customizing-zurmo” article. Once you learn to navigate around the Zurmo code you will realize that Zurmo makes it really easy to add custom modules and …
Continue Reading →
Adding attachment functionality into your custom module is fairly easy thanks to the built in features in Zurmo. Follow the three step process outlined below: 1. Add a field in the module model In the module model in getDefaultMetadata function, …
Continue Reading →
This image shows the tables used in Zurmo and their relationships. Click on the image to enlarge and explore.
Continue Reading →
The goal of this article is to provide a best practice approach to customizing the Zurmo application. Oftentimes, there will be use cases that require custom code including new modules, logic, etc. I have set up a fork of Zurmo …
Continue Reading →