Re: OT: Tracking billable time

[email protected] Wed, 24 Aug 2005 19:25:00 -0500
Newsgroups perl.jobs.discuss
Message-ID <[email protected]>
> Text files!  A file per client and
> a format not unlike:
>
> $date $hours $task

There's a simple perl script out there called 'punch' that does just this (albeit with timestamps).

The idea is like a stopwatch where you punch in and out for a project, with consolidated reporting.

Easy to implement, but there it is.

Matt