Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vanbess/plugin-sb-simple-time-tracker
- Owner: vanbess
- Created: 2024-07-08T14:39:59.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T18:29:53.000Z (5 months ago)
- Last Synced: 2024-10-11T03:42:40.126Z (2 months 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.