Displaying 5 results from an estimated 5 matches for "timelog".
Did you mean:
timehog
2006 Apr 28
5
Newbie: using date-picker
Finally found a nice date chooser script
(http://projects.exactlyoneturtle.com/date_picker), but am a little
confused how to implement it.
So I put this where I need the date picker:
<a id="_name_link" href="#"
onclick="DatePicker.toggleDatePicker(''name'')"
class="demo_link">[ choose date ]</a>
<div
2006 Apr 30
4
Adding values from a db the rails way?
I have a log table which has a column recording the number of hours
worked on a task. So there''ll be multiple lines for a particular task.
I want to retrieve the total number of hours worked on a task, so that I
can include the information when one views the task details.
I can write a sql query to do this easily enough, like "SELECT
SUM(hours) AS total FROM tasklog WHERE
2001 Aug 25
0
problems with rsync version 2.4.6 protocol version 24 on solaris 2.8
...t $2}'`/ # get's source data path
TODIR=`grep ^$FILESYSTEM $CONF_FILE | awk '{print $3}'`/ # get's destination data path
#NOTIFY_LIST="sysopsprod@lightbridge.com" # who to notify when done
NOTIFY_LIST="plamadeleine@lightbridge.com,pel_pager@lightbridge.com"
TIMELOG=$WORKPATH/times.log # log file of start and stop times
OUTLOG=$WORKPATH/$FILESYSTEM.log # log file of work done
ARCHIVELOG=$WORKPATH/logs/${FILESYSTEM}_`date +"%H%M_%m%d%Y"`.log # where/how to archive log files
EXCLUDE=$WORKPATH/sync_${FILESYSTEM}.exclude # file of directories to...
2009 Sep 30
17
Apache2.2 + what to get Rails
Me: not experienced with Rails or Ruby,
Problem: Ubuntu 9.04 server in my shop ...couldn''t get Apache2.2 +
Passenger + Rails to work for Redmine. (No answer at Redmine list and
I don''t think its their problem anyway). Also couldn''t get Apache2.2
and just Rails to work, though some people said it would. Webrick
works.
Goal: run Redmine on a server that also runs PHP
2005 Oct 15
14
OT: Anyone Using a Time Logger?
I have multiple projects and it''s important for me to track time by client
and by project. There''s a Windows application that allows me to do this, but
I''m looking for a cross-platform solution.
I looked at ConsultComm but it wouldn''t install on my Mac. Rather than
rewriting what seems like a commonly-required app, I wondered if anyone else
had something they