If you're as pro-transparency as I am, you could enable the web display for your timesheet by connecting Apache (or your webserver of choice) with the wsgi script in the root of this project.
The provided wsgi and apache templates ar set up with the assumption that
you've created a virtual environment named timebook_web and have stored
that virtual environment in the standard place.
You will need to install the additional requirement Flask (which itself
has several dependencies), but a simple:
$ pip install Flask
should suffice.
The application will find your timesheet (by searching home folders for the most recently updated timesheet database), and gather your name from the system if possible.