Faster SugarCRM Development with PHPStorm

Posted on Sun 30 April 2017 in Tech

Javascript development with SugarCRM can be a bit of a pain, however combining PHPStorm's filewatcher tool with a cut down repair script can speed things up to a more tolerable level.

What this setup does is watch for any javascript changes in our custom/ folder(because you're not making core …


Continue reading

Pomot — command line pomotodo client

Posted on Thu 20 April 2017 in Tech

For anyone interested, I've created a simple pomotodo client for interacting with pomotodo.com easily.

You can find it here, feel free to use github issues for any issues or feature requests you can think of.


Command line calendars with Khal and fastmail

Posted on Tue 04 April 2017 in Tech

Recently I've been on a bit of a command line kick and I started using khal to render my calendar agenda locally.

All of the codebases used are python based so before I start I've created a virtualenv so as not to pollute my OS.

mkvirtualenv khal workon khal

Vdirsyncer …


Continue reading

SugarCRM 7 — Conditional Read Only Fields

Posted on Sat 06 February 2016 in Tech

SugarCRM has a few ways to set fields as read-only, but it leaves a lot to be desired. One of the missing features that you might need to implement is having a module flagged as read-only on the record view based on a field on the module or the result …


Continue reading