[hermes] Can times be shared with other users?

Jason M. Felice jfelice at cronosys.com
Sun Aug 8 08:29:38 PDT 2004


On Sun, Aug 08, 2004 at 11:35:44AM +0200, Tarjei Huse wrote:
> I'll chime inn here: 
> 
> Project Managers need to be able to review how much time (== money) has
> been spent on a project. Accounting needs to be able to get time from
> multiple employees for invocing etc.

OK.  It's not useful for that right now because we _can't_ bill time to
projects and other things, which I guess is why I was confused.

Note, a little trick that I use is that when I work on a ticket, I put
something in the comment in the form of "(#123)" or sometimes,
"(#123, #45)" or sometimes "(closes: #25)".  There is no method to get
at it from the interface right now, but it allows me to do the following
from an SQL prompt:

  SELECT SUM(timeslice_hours) FROM hermes_timeslices WHERE
      timeslice_description LIKE '%#123%';

The idea is to be able to go back and add links to tickets when this is
supported.

> Also, are you planning to make it possible to book time to bugs,
> projects and events?

That is a goal of mine, although it isn't a priority at the moment so
it's more of a wishlist.

Hmm, I'm kind of screwing around today.  Maybe I'll find some sort of way
to do this.

> 
> Tarjei

-- 
 Jason M. Felice
 Cronosys, LLC <http://www.cronosys.com/>
 216.221.4600 x302


More information about the hermes mailing list