Joosep,<br><br>I would think the DB changes ARE necessary. If you don't define the field with 3 decimal positions, then it would always round up or down and you'd gain/lose a lot of time. We didn't like the option of hours or minutes, so I removed the top-down choice. Since we offered hours in the form of .125 days, we felt that should be sufficient. We didn't know of ANYONE in our organization that would project time estimates in hours or minutes. Most projects involve many, many man-days.<br>
<br>Anyway, that was our thinking.<br><br>Kenn<br><br><div class="gmail_quote">On Thu, May 5, 2011 at 7:06 AM, Joosep <span dir="ltr"><<a href="mailto:joosepm@gmail.com">joosepm@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Thanks for the reply Kenneth,<br><br>Is the database modification also necessary in order it to work, or should it work with just the modifications in the file <font style="color: rgb(0, 0, 0);" color="black" face="Verdana,Arial,Helvetica" size="2"><font face="Verdana,Arial,Helvetica" size="2">local/html/Elements/SelectTimeUnits ?</font></font><br>

<br>Implementing the code from that thread so far only seem to give the possibility to select days from the dropdown menu when using for example "time estimated" field in the ticket basics, but seem to lack the math. At least in RT 3.8.10. When inserting some value in hours, RT automatically converts the inserted value into minutes(for example inserting 2 hours results after save 120 minutes). When inserting for example 5 hours, after the save, it results in 5 minutes.<br>

I'm not very familiar with perl, but it seems that these rows should be responsible for the math:<br><font style="color: rgb(0, 0, 0);" color="black" face="Verdana,Arial,Helvetica" size="2"><font face="Verdana,Arial,Helvetica" size="2">> % my $selected = 'minutes'; <br>

> % $selected = 'hours' if $minutes > 60; <br>> % $selected = 'days'  if $minutes > 480; </font></font><br style="color: rgb(0, 0, 0);"><br>But they don't seem to do it. Maybe the math has moved since then or i'm doing something wrong.<br>

I would be grateful for any pointers and hints where to look.<br><br>Thanks in advance<br><font color="#888888">Joosep</font><div><div></div><div class="h5"><br><br><div class="gmail_quote">On Wed, May 4, 2011 at 7:38 PM, Kenneth Crocker <span dir="ltr"><<a href="mailto:kfcrocker@lbl.gov" target="_blank">kfcrocker@lbl.gov</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Joosep,<br><br>I did that. However, I wanted to maintain the concept of 'hours', so I changed the DataBase to contain all time fields with 3 decimal positions (.125 = 1 hour). I changed all the displays, etc. to show that.<br>


<br>Kenn<br>LBNL<div><div></div><div><br><br><div class="gmail_quote">On Tue, May 3, 2011 at 11:21 PM, Joosep <span dir="ltr"><<a href="mailto:joosepm@gmail.com" target="_blank">joosepm@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi list!<br><br>RT version is 3.8.10 running on postgres 8.3.14 and debian 5.0.<br><br>I'm trying to set RT to use unit "days" in time fields in addition to minutes and hours.<br>I found similar thread in list archives:<br>



<a href="http://www.gossamer-threads.com/lists/rt/users/82265" target="_blank">http://www.gossamer-threads.com/lists/rt/users/82265</a><br><br>RT version in that thread was 3.8.2. It seems that things are changed a little since then.<br>



I have found, that some of necessary code is  in the file share/html/Elements/SelectTimeUnits.<br>I have now unit "days" in the right place, but there is no relation between days and hours/minutes. I.e RT doesn't know how much minutes/hours 1 day is.<br>



Any idea where i can find that logic?<br>If anybody knows better way to do it, i would be greatful to hear it.<br><br>Thanks in advance,<br><font color="#888888">Joosep<br>
</font></blockquote></div><br>
</div></div></blockquote></div><br>
</div></div></blockquote></div><br>