[Vtigercrm-developers] GeoTools code is up!

Joe Bordes joe at tsolucio.com
Wed Feb 6 09:02:35 PST 2013


Hi Alan,

I just had a run through the cron job of this extension as you caught us 
updating our own commercial version and the cron was on our To Do list. 
It helped as a template to setup our own cron (thanks).

I just wanted to comment on your last line:

"run a cleanup, checking for deleted records and removing them from the 
location table"

I added this SQL command to do it in our cron:

$adb->query('delete vtiger_evvtmap from vtiger_evvtmap join 
vtiger_crmentity on crmid = evvtmapid where deleted = 1');

I suppose that will work in your cron also changing the database table name.

BTW: I had a general look around, looks good. Nice work.

Joe
TSolucio


On 04/02/13 13:49, Alan Lord wrote:
> Hi all,
>
> after what was a rather more complex and time-consuming re-write that I
> thought it was going to be, I am pleased to announce that you can now
> download the module for the forge and play with it and the code is also
> in the project's SVN (trunk).
>
> Please be aware that this is Beta grade (or even Alpha) code right now.
> It works for me but there are bugs, some I know about and probably many
> that I don't, and it hasn't had any other external testing (yet).
>
> http://forge.vtiger.com/projects/geotools/
>
> The re-write that has taken so long was the list view display...
>
> On the original video I made, the table of results shown was rather dumb
> and totally unrelated to the data in the rest of the vtiger CRM.
>
> Now, GeoTools embeds the very familiar ListView look and feel and *all*
> the associated search/filter functions.
>
> This provides and much richer experience and means you can filter and
> search the results in a far more detailed way.
>
> Have fun and I look forward to lots of feedback and code commits!
>
> Cheers
>
> Al
>
> --
> Libertus Solutions
> http://libertus.co.uk
>
> _______________________________________________
> http://www.vtiger.com/
>



More information about the vtigercrm-developers mailing list