CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • General Discussion (please no support requests here!) (Moderator: Michał Mach) »
  • Jobtrack vs Storm
Pages: [1]

Author Topic: Jobtrack vs Storm  (Read 7556 times)

Matt2000

  • I post frequently
  • ***
  • Posts: 288
  • Karma: 27
    • http://www.ninjitsuweb.com
Jobtrack vs Storm
May 14, 2009, 08:49:28 am
Storm is terrible from a code perspective, IMO.

I much prefer Drupal's jobtrack + CCK.
Drupal/CiviCRM micro-blogging http://twitter.com/matt2000

Ninjitsu Web Development http://www.NinjitsuWeb.com/

jalama

  • I post frequently
  • ***
  • Posts: 176
  • Karma: 22
    • Rooty Hollow LLC
  • CiviCRM version: 3.3.5
  • CMS version: Drupal 6 and 7
  • MySQL version: 5.1
  • PHP version: 5.2.5 and 5.3
Jobtrack vs Storm
June 01, 2009, 12:09:41 pm
okay so you peaked my interest.  I have never use jobtrack, why is it so much better?

It appears to only be a ticketing system, which doesn't meet the needs of the original post here.  From the description there is no time tracking, no invoices, etc...
http://www.rootyhollow.com

Matt2000

  • I post frequently
  • ***
  • Posts: 288
  • Karma: 27
    • http://www.ninjitsuweb.com
Jobtrack vs Storm
June 01, 2009, 12:29:02 pm
Jobtrack includes Views integration. That's key.

You can relatively easily add time tracking via CCK and Invoice generation via Views, specific to you needs, instead of being boxed in by the pre-defined capabilities of Storm, which seem to ignore the rest of the Drupal universe.
Drupal/CiviCRM micro-blogging http://twitter.com/matt2000

Ninjitsu Web Development http://www.NinjitsuWeb.com/

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Jobtrack vs Storm
June 01, 2009, 04:28:36 pm
Hi Matt,

That sounds interesting - don't suppose you want to post / blog more on how you have implemented that.
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

Matt2000

  • I post frequently
  • ***
  • Posts: 288
  • Karma: 27
    • http://www.ninjitsuweb.com
Jobtrack vs Storm
June 01, 2009, 04:45:24 pm
We're playing mechanic on a running engine right now, so I wouldn't consider it done, but the basic recipe, which does function, is:

1.) Install and enable Jobtrack, Views, CCK (Content, Text, Number, Option Widgets) and Date

2.) Jobtrack provides the basic ticket content type and key fields.

3.) Add additional fields via CCK, such as due date, estimate, rate, authorized hours, whatever you need.

4.) Time tracking via a Date To&Form fieldset, or upgrade Timer module for D6.

5.) Use Views UI to create a view that filters by Client and Date to generate invoice line items.

bonus.) Add other Views modules if you need totals on your views, or add Comment CCK if you need to be able to update CCK fields form comments, or whatever else you need from the Drupalsphere. (comment_cck has a been a bit buggy for us, though)

Note that none of this has anything to do with CiviCRM.

Although you could use the new CiviCRM CCK module to create a field to reference contacts from your ticket.

Views relationships would probably then let you pull in additional CiviCRM data in your view?
« Last Edit: June 01, 2009, 04:49:40 pm by Matt2000 »
Drupal/CiviCRM micro-blogging http://twitter.com/matt2000

Ninjitsu Web Development http://www.NinjitsuWeb.com/

jalama

  • I post frequently
  • ***
  • Posts: 176
  • Karma: 22
    • Rooty Hollow LLC
  • CiviCRM version: 3.3.5
  • CMS version: Drupal 6 and 7
  • MySQL version: 5.1
  • PHP version: 5.2.5 and 5.3
Jobtrack vs Storm
June 02, 2009, 07:39:40 am
I see your point but I am confused how Views & CCK integration is different, STORM is built on nodes so it also has Views/CCK integration out of the box.  I'm not really trying to defend storm necessarily as I don't really leverage what I use now for ticketing/time management enough to give a darn what platform I'm in.

I'll have to look at jobtrack, pulling in client record via CCK would be great I haven't messed with Civi's CCK stuff yet, though should work for both.
http://www.rootyhollow.com

Matt2000

  • I post frequently
  • ***
  • Posts: 288
  • Karma: 27
    • http://www.ninjitsuweb.com
Jobtrack vs Storm
June 02, 2009, 10:50:38 am
By my memory, the fields provided by Storm were not exposed to Views.... maybe this has changed since I tried it?
Drupal/CiviCRM micro-blogging http://twitter.com/matt2000

Ninjitsu Web Development http://www.NinjitsuWeb.com/

jalama

  • I post frequently
  • ***
  • Posts: 176
  • Karma: 22
    • Rooty Hollow LLC
  • CiviCRM version: 3.3.5
  • CMS version: Drupal 6 and 7
  • MySQL version: 5.1
  • PHP version: 5.2.5 and 5.3
Jobtrack vs Storm
June 03, 2009, 06:56:00 am
yes your right.

I guess I like storm because it's the whole package, including invoices time tracking , tickets, etc...

http://www.rootyhollow.com

Matt2000

  • I post frequently
  • ***
  • Posts: 288
  • Karma: 27
    • http://www.ninjitsuweb.com
Re: Jobtrack vs Storm
June 05, 2009, 01:04:59 pm
Just following up on my mention of comment_cck module being buggy for us: this issue is limited to date type fields (via date module). All the CCK core field types, etc, work just fine in combination with jobtrack & comment_cck. Date fields are OK on jobtrack too, just as long as they aren't comment_cck enabled.
Drupal/CiviCRM micro-blogging http://twitter.com/matt2000

Ninjitsu Web Development http://www.NinjitsuWeb.com/

jalama

  • I post frequently
  • ***
  • Posts: 176
  • Karma: 22
    • Rooty Hollow LLC
  • CiviCRM version: 3.3.5
  • CMS version: Drupal 6 and 7
  • MySQL version: 5.1
  • PHP version: 5.2.5 and 5.3
Re: Jobtrack vs Storm
June 08, 2009, 06:18:01 am
Also according to the issue queue the Dev version of Storm has Views support.

Good old Drupal never just one way to do anything, asloways have to have 3 or 4.  :)
http://www.rootyhollow.com

Matt2000

  • I post frequently
  • ***
  • Posts: 288
  • Karma: 27
    • http://www.ninjitsuweb.com
Re: Jobtrack vs Storm
June 08, 2009, 05:14:27 pm
Good ol' PHP /  Frameworks / Open Source ... you always get more than one way to do things so you can do exactly what you want...

 :)

If you try out the views support in Storm Dev, or do any storm/Civi integration, let me know how it goes...

Thanks!
Drupal/CiviCRM micro-blogging http://twitter.com/matt2000

Ninjitsu Web Development http://www.NinjitsuWeb.com/

domjoel

  • Guest
Re: Jobtrack vs Storm
July 13, 2009, 04:23:46 am
Thanks. I'm confused which of the two is better. Thanks.

jalama

  • I post frequently
  • ***
  • Posts: 176
  • Karma: 22
    • Rooty Hollow LLC
  • CiviCRM version: 3.3.5
  • CMS version: Drupal 6 and 7
  • MySQL version: 5.1
  • PHP version: 5.2.5 and 5.3
Re: Jobtrack vs Storm
July 27, 2009, 11:51:44 am
like everything with Drupal there are 200 ways to do it, just depends on which suits you needs :)
http://www.rootyhollow.com

Magnity

  • Guest
Re: Jobtrack vs Storm
August 11, 2009, 05:34:17 pm
Hi all,

Disclaimer: I maintain the Storm module on Drupal.org.

To follow up on the points raised:
- Views support: Storm has now got views support in the stable release. As development progresses we'll be improving this further - already there have been several bug fixes and additional options added for the views support.
- CCK: Storm will be going over to use CCK to store field values for Drupal 7, which will allow much more flexibility (and less of being 'boxed in').

I'm also hoping to modularise Storm a bit more so that its easier for people who don't want 'the whole package' to use particular parts of it. I think everyone recognises that although it is a good standalone package at the moment, it doesn't maximise its potential simply because of how contained it is!

For more info on what is happening with Storm - the best place to go is the project page (http://drupal.org/project/storm) and issues list (http://drupal.org/project/issues/storm).

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • General Discussion (please no support requests here!) (Moderator: Michał Mach) »
  • Jobtrack vs Storm

This forum was archived on 2017-11-26.