Results 1 to 3 of 3

Thread: Business app, time recording

  1. #1
    Join Date
    Mar 2007
    Beans
    89
    Distro
    Ubuntu

    Business app, time recording

    Hi All, does anyone know of an application that will record how long a user spent within predefined folders or within a file opened within that specified folder.

    I work from home and am looking to find a way to record how long I spend on a client.

  2. #2
    Join Date
    Nov 2008
    Beans
    Hidden!

    Re: Business app, time recording

    worklog...its in the software center

  3. #3
    Join Date
    Mar 2007
    Beans
    89
    Distro
    Ubuntu

    Re: Business app, time recording

    thanks Jerry, nice program although a bit sparse on instructions (being a CLI only with no GUI, spent 5 minutes looking for it in Applications menu, hey ho)

    1. Create a file with the following contents, save the file in your home dir (or a sub folder), call it what you like, I called it 'worklog'

    Code:
    # Worklog project file
    # note that projects appear in Worklog in REVERSE order
    # Format as follows:
    # letter:Title
    # Letter is a key that you press to start/stop a timer for the given project in title
    m:Client One
    c:Client 2
    t:Making a tea
    2. Create a launcher on the panel. Type is 'Application in terminal'. The command should be:

    Code:
    worklog /home/username/time/worklog
    Or wherever you saved the text file created above

    3. Once the program runs it is fairly self explanatory

    4. It will create various log files on a per project basis, these are saved in the same directory that the worklog file lives in
    Last edited by essexboyracer; June 27th, 2011 at 06:19 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •