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: 4 months ago
JSON representation
A simple WordPress time tracker plugin which creates an admin page for tracking time spent on activities/jobs.
- Host: GitHub
- URL: https://github.com/vanbess/plugin-sb-simple-time-tracker
- Owner: vanbess
- Created: 2024-07-08T14:39:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T18:29:53.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T07:53:11.273Z (about 1 year ago)
- Topics: wordpress, wordpress-development, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.