<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I can tell you I've built an invoicing system in java which isn't far
off from a time tracking system.  I can also tell you it's not as
simple as it seems.  You're going to have to add time, which is more
complicated than adding normal numbers since it's base 60 rather than
base 10 (except when you're dealing with days which roll over at 24). 
Things get a bit simpler when dealing with timestamps but you still
have to convert everything back and forth between human and system
readable formats - in both directions.  Then if you want to calculate
it by, say, an hourly rate you're going to have to convert 6:40 into
6.666666 etc and multiply that by the rate - watch out for floating
point exceptions (wait - how does php handle stuff like that again?)! 
oh, the fun begins.  It took me a long time to end up with a fairly bug
free system... just to give you an idea.  good luck<br>
.sander<br>
<br>
<br>
Chris McCreery wrote:
<blockquote
 cite="mid:8ce458940709201529p621baf03j2663caf2f5dacccd@mail.gmail.com"
 type="cite">Thanks Fred you wouldn't happen to know those custom lines
of code would you? :)<br>
  <br>
  <div><span class="gmail_quote">On 9/18/07, <b
 class="gmail_sendername">Fred Jones</b> &lt;<a moz-do-not-send="true"
 href="mailto:fredthejonester@gmail.com">
fredthejonester@gmail.com</a>&gt; wrote:</span>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Chris
McCreery wrote:<br>
&gt; Thanks bill what I'm trying to do is build a small time tracking
site.
    <br>
&gt; So users enter in their hours and then I want to build a
view(report)<br>
&gt; that totals the time for each taxonomy item. So would that work
for the<br>
&gt; views to use that module?<br>
    <br>
I am no expert, but I do believe this would require a bit of custom
    <br>
coding. Just a few lines however.<br>
    <br>
Fred<br>
--<br>
[ Drupal support list | <a moz-do-not-send="true"
 href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]<br>
  </blockquote>
  </div>
  <br>
  <br clear="all">
  <br>
-- <br>
Chris McCreery
</blockquote>
<br>
<div class="moz-signature">-- <br>
<hr align="center" noshade="noshade" size="1" width="100%">
<p
 style="text-align: center; font-family: verdana,arial,helvetica,sans-serif; color: rgb(51, 51, 51); font-size: 10px; text-transform: lowercase; font-style: normal; font-weight: normal;"><a
 href="mailto:sander@sander-martijn.com"
 style="text-decoration: none; color: rgb(0, 0, 255); font-family: verdana,arial,helvetica,sans-serif;">sander-martijn</a><br>
interface developer | architect<br>
<a href="mailto:sander@sander-martijn.com"
 style="text-decoration: none; color: rgb(0, 0, 255); font-family: verdana,arial,helvetica,sans-serif;">sander@sander-martijn.com</a><br>
<a href="http://www.sander-martijn.com"
 style="text-decoration: none; color: rgb(0, 0, 255); font-family: verdana,arial,helvetica,sans-serif;">www.sander-martijn.com</a>
</p>
<hr align="center" noshade="noshade" size="1" width="100%"></div>
</body>
</html>