* PostgreSQL interactions:

We currently can only cope with "american" style dates

System requires PostgreSQL IP access to the database for some reason;
either support domain sockets or else deal more gracefully for the
case when they are turned off

Tons and tons of fields are 'text' fields bug should be varchar !
Really nasty.


* Log Hours:

Admins get choice to approve their hours or not when they log them.  Currently
even if they set the choice to yes, it is still unapproved.


* AddNewJob:

Supervisor should be set to remote_user

Consistent defaults across multiple additions

Close data should not be a required field


* ViewEditClient:

Should interact with client list in left frame


* Remote (elisp logging)

Will be revamped to use a perl script (with http basic auth) to
download jobs and clients; this will use a CGI on the server side,
rather than static files.
