Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vanbess/plugin-sb-simple-time-tracker

A simple WordPress time tracker plugin which creates an admin page for tracking time spent on activities/jobs.
https://github.com/vanbess/plugin-sb-simple-time-tracker

wordpress wordpress-development wordpress-plugin

Last synced: 3 days ago
JSON representation

A simple WordPress time tracker plugin which creates an admin page for tracking time spent on activities/jobs.

Awesome Lists containing this project

README

        

# Job/Activity Time Tracker for WordPress

This is a WordPress plugin that allows you to track the time you spend on your projects and tasks, or whatever you're attempting to keep track of. Nuttin fancy, just a simple tool to help you keep track of time.

Tracking data is saved to the database via AJAX calls, using a custom post type 'jobs' (hidden from public view).

Other than that, nothing much to say... I just built this little tool to help me keep track of time spent, main reason being that I couldn't really find a tool that was simple and fitted my needs.

Oh, and it also auto converts time spent to invoiceable units, so you can easily see how much you should bill your clients.

Functionality will probably be added in the future, but for now, this is it.

Should be a good jumping off point if you're looking to build something similar.