A Harvest client for Ubuntu Linux.
Python
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.idea/libraries
bin
data
libs
.gitignore
.gitmodules
CHANGES
CONTRIBUTING.md
LICENSE
README
README.md
TESTED.txt
VERSION
application.py
requirements.txt

README.md

Build status

#TimeTracker 1.3.3.7 Basic

This Software is still beta, please use at your own risk.

##About

Track time with your harvestapp.com account while working on projects.

Currently there are two different ways to handle time tracking with TimeTracker.
Basic and Advanced. They are different in that, Basic uses no working parts and Advanced utilizes harvest api to run the timer.

###Basic Interface Basic Interface

  • Harvest timer never runs. No moving parts. The interval you set in preferences is incremented to the desired entry on submit.
  • Notes are appended to the current running entry project task
  • Uses #TimerStarted, #TimerStopped, #SwitchTo markers and updated_at field

###Advanced Interface Advanced Interface

  • Harvest meter is running. Don't Forget To Stop The Timer
  • Start, Stop, Modify entries of projects and tasks
  • Notification Message on Interval
  • Clear lingering timers from previous days that may be still running(7 days back by default)

##Prerequisites

* [pygtk](http://www.pygtk.org/) for GUI
* [pytz](http://pypi.python.org/pypi/pytz) for timezone stuff(may remove dependency soon)
* [dateutil](http://pypi.python.org/pypi/python-dateutil)
* [requests](http://pypi.python.org/pypi/requests) for Harvest API Client

##Install

###Windows

###Linux

###Mac

Details

Engage