Description

A fully configurable time sheet system which allows for employee time tracking, workflows, time sheet approvals, invoicing and payroll processes.

The system is pretty straight forward to configure. It supports a basic workflow of employees submitting timesheets to their supervisor, who then approves or denies the time sheet. Once approved the time sheets go over to the accounts receivable queue (we call it the Invoicing Queue) so that the customer can be invoiced. From there if needed it goes to the payroll queue so that expenses can be paid back to the employee. There’s even a setting for making all invoices that someone submits go to the invoicing queue in case you have hourly employees that you need to handle.

When clients are entered into the system, there is security setup on the clients so that only employees who are working with those clients can see them in their drop down. This makes the drop down smaller for employees and keeps any third party contractors that are working for you from seeing your entire client list.

The system is configured to allow for retainer projects that get billed automatically and it drops in reminder time sheets to the invoicing queue so that those invoices are invoiced at the beginning of each month. Reminders are also sent to employees automatically if they have overdue time sheets or if they are working on retainers and they need to get their time sheets in at the end of the month.

Screenshots

  • Employee time sheet entry form with recurrening timesheets enabled (but non-billable time disabled)
  • List of employees time sheets
  • Adding a new client to the system
  • Employees granted access to a client
  • New Project settings
  • Supervisor time sheet approval screen
  • Invoicing time sheet recording screen
  • Adding users to Approval, Invoicing and Payroll workflow
  • Admin menu header showing various queues with pending invoices
  • Available options on the per employee “My Settings” menu.
  • Global settings (Application tab)
  • Global settings (Display Settings tab)
  • Global settings (Retainer tab)
  • Global settings (Email settings tab)
  • Global settings (Payroll tab)

Installation

This section describes how to install the plugin and get it working.

e.g.

  1. Upload the contents of the zip file to the /wp-content/plugins/time-sheets directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Configure the settings through the settings page.
  4. Begin documenting customers, projects and employee access through the various settings pages.

FAQ

Can I add more workflows?

No, not at this time.

Is the Payroll workflow mandatory?

No, if you don’t configure any expense types, and you don’t configure any employees to force their time sheets to payroll then the payroll queue will not be shown.

Is the Invoicing workflow mandatory?

Depends how you look at things. If you don’t approve anyone for the invoicing queue, but then configure the system for parallel queues for Invoicing and Payroll then the payroll queue will still work but the invoicing queue won’t be used.

Is the Approval Queue mandatory?

Yes, there’s no way to get invoices into the invoicing and/or payroll queues without someone approving them.

Why is there a fraction shown after the approval and invoicing queues?

The first number shown is the number of non-retainer time sheets which are pending. The second number is then number of time sheets on projects which are marked as retainer projects. The approval may have a third number up there. That is the number of time sheets which are under embargo. The payroll queue doesn’t have a different between retainer and non-retainer time sheets so there’s just a single number showing that queue.

Is there a way to turn off all the retainer settings as we don’t need them?

Not at this time. If we get some requests to make that an option we’ll look into it.

Can I change the headings on the expenses section?

No you can’t. If you would like this feature added contact us and we’ll add it to our backlog.

When do retainer reminders get sent out?

They are sent out on the last day of the month. (This is based on the time settings of your web server.)

When do reminders for late time sheets get sent out?

They are sent out on Monday mornings. (This is based on the time settings of your web server.)

What is a work week defined as?

You can configure it to start on whatever day you’d like. By default it’ll configure itself for the week starting on Monday, but you can change it. It wouldn’t be recommneded to change it after starting to use it, as the old timesheets won’t be updated.

How do employees start getting reminders about retainer time sheets being do?

As soon as they create a time sheet for a retainer project, they’ll start getting the reminders.

How do employees stop getting reminders about retainer time sheets being do?

If they stop submitting time sheets for 60 days or more, then they will no longer receive the retainer reminders.

If there’s multiple emails of the same time which need to be sent, will they be sent one at a time?

No, the emails are combined before they are sent out. This helps minimize the number of emails so the employees don’t get a flood of emails. If the same email subject is queued for an employee within 5 minutes the employee won’t get the email until another 5 minutes has passed.

Can time sheets which have been sent to the invoicing queue be rejected?

Yes. If an employee has the approval queue and the invoicing queue then they will be able to reject time sheets from the invoicing queue.

Can time sheets which have been sent to the payroll queue be rejected?

Yes they can. Depending on how you have your queue workflows being done this could cause odd things to happen to the timesheet. So be careful.

How many clients does the system support?

As many as you need. Your limits are the numbers of rows supported in the database, and the amount of disk space which the database server has.

How many employees does the system support?

As many users as WordPress supports in the system. Your limits are the numbers of rows supported in the database, and the amount of disk space which the database server has.

Where are the settings located?

The settings are located under the Time Sheets parent menu. This includes the Global settings which are only available to people with the “manage_settings” WordPress settings (admins for example) as well as the “My Settings” page which is available for all users.

Is there are specific system requirements?

No. We run this for our business on a database with a single CPU core and a web server with a single CPU core (two machines) and the performance is exactly as expected (your mileage may vary). If you see performance problems please let us know.

I have multiple web servers, but I only want to run the email jobs on one, can I?

Yes you can. Add the code “define( ‘TIMESHEETS_SKIP_CRON’, false );” to your wp-config.php. This will stop that web server from processing the email messages and just about anything else that’s scheduled through cron. Just make sure that you do not put this setting on every web server otherwise all the cron tasks won’t run.

Reviews

August 19, 2022 5 replies
This fits my needs perfectly but it doesn’t display correctly on mobile. On PC’s it works great. Since users can’t submit timesheets on mobile device screens I’m unable to use it.
October 30, 2020
There is nothing fancy about this plugin or its interface. And that’s just fine – because it works. I needed a simple timesheet solution for my business that I could access via my business website and this one fits the bill. Someone mentioned that you cannot add clients or projects. That was my first impression also until I read the documentation that is located in the admin menu. It states that you have to assign permissions for someone to Manage clients, projects, etc. Once I followed the instructions, it works just fine. This will get a lot of use from me.
June 25, 2017
The Add New Client and Add New Project hyperlinks are not showing that should allow me to use the plugin. This plugin is useless as is. Not sure if there is a conflict with other plugins that have similar functions or not.
March 23, 2017
Awesome functionalities, with a bit of polish it can be great.
Read all 4 reviews

Contributors & Developers

“Time Sheets” is open source software. The following people have contributed to this plugin.

Contributors

“Time Sheets” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “Time Sheets” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

2.1.3

  • Corrected call to $options[‘show_email_notice’] in cron by adding an isset() around it
  • Adjusted step interval for expense fields as the HTML didn’t like decimals without the step value

2.1.2

  • Changing numeric fields to numeric data type so the user can’t enter text
  • Calling the archive function from the email_retainers_due function instead of manually archiving
  • Allows for updating of templates
  • Adjusting the order of operations when saving a timesheet / template
  • Updated the save message to account for saving a template vs timesheet
  • Updated FAQ

2.1.1

  • Correct and made consistant the logic around the notes and expeses fields in settings
  • Made display notes description more specific
  • Added a check all option to the invoicing queue

2.1.0

  • Blocking all cron jobs if the TIMESHEETS_SKIP_CRON setting is set, removing that check from the acutal functions being called by cron
  • Adjusted how the email sending function if checking to see if email sending is disabled or not
  • Corrected the alias in a select count(*) when inserting retainer timesheets so the alias wasn’t a MySQL reserved word
  • Corrected the output for debugging when running retainer inserts
  • Adding an option to disable cacheing for database queries
  • Better escaping if the TIMESHEETS_SKIP_CRON parameter is set in the wp-config.php for the site to disable cron jobs for the timesheets system (only really used in multi-site configurations so that cron jobs can’t be fired some a secondary site)
  • Added employee title to the Invoicing queue invoice list and viewing a timesheet
  • Added null checking to Common.clean_from_db
  • Corrected logic around resetting dates for templates whent he show all my templates box is checked, or the my dashboard page is loaded fresh
  • Added template intervals for Monthly, Quarterly, and Annualy

2.0.1

  • Enables the ability to require unique project names per client
  • Changing the database version

2.0.0

  • Added ability to have retainere projects have a maximum amount instead of a maximum number of hours (for money based retainers, with different rates for different job titles)
  • Adjustments to the savings and rejecting of timesheets to support the above money based retainers
  • Addresses issue where queued project changes are not being marked as processed correctly
  • Turned off ability to set a retainer and either be embargoed or flat rate billing
  • Corrected several output messages which were missing “P” HTML tags
  • Corrected email_enabled check in function email_on_submission
  • Moved archiving of records to a seperate function in order to simplfy code
  • Corrected incorrect column names when checking if a timesheet needs to be sent to the payroll queue
  • Corrrcted request ID inserting when requesting access to a client
  • Corrected issues where invoice were being put into the payroll queue when they shouldn’t have been
  • Added link after adding project to edit project
  • Changed logic so that templates are fired on the day they are due, not the next day

1.34.5

  • Rev database version number
  • Fixing logic when firing the cron to run templates

1.34.4

  • Added Monday this week as a default time sheet start date option to the my settings page
  • Configred template creation cron job to not be created if the templates feature is disabled
  • Add “Show All My Templates” option to the My Dashboard page, when templates are template viewer won’t take the date search into account
  • Added a dashboard widget which can be displayed by users
  • Adjusting nonce code when creating a new timesheet
  • Cleaned up parameter checking when editing a project

1.34.3

  • Fixing issue viewing templates from the My Dashboard page
  • Fixing issue with the start date on the next usage of the templates being incorrect.

1.34.2

  • Fixing the custom function checking code
  • Fixing the start_date value on new time sheets when created from a template
  • Fixed bug where new timesheets wouldn’t be displayed after saving

1.34.1

  • Fixed a bug where new time sheet templates were showing the timesheet with that number after saving instead of the template.

1.34

  • Fixed display of the invoice list sort order on My Settings page
  • Added the ability to queue chaanges to projects
  • Removed cron for client based change queue
  • Added the ability to create recurring timesheets which will be created automatically
  • Fixing several cron jobs that weren’t running correctly

1.33.7.2

  • No actual changes, just forcing the changes to go out as the manage-projects.php file isn’t being updated, again

1.33.7.1

  • No actual changes, just forcing the changes to go out

1.33.7

  • Corrected issue with the Retainer Interval drop down on new and edited projects

1.33.6

  • Fixed bug with missing $ when referencing a variable
  • Fixed bus with incorrect variable name

1.33.5

  • Fixed bugs with the retainers cron job

1.33.4

  • Added javascript to the New Project page for the retainter checkbox

1.33.3

  • Fixing issue with the notes for project not being copied from the client level to the project level correctly

1.33.2

  • Correcting retainer type dropdown menus on Invoicing queue
  • Removing second per client notes from queues (as that field as been removed)
  • Adjusted first retainer report on queue menus to account for retainer types being set per project, not per client
  • Adjusted second (was the third) report on the queue menus to better account for retainer types (when viewing only retainers on the invoicing menu)

1.33.1

  • Fixed the spelling of quarterly

1.33.0

  • Prepping for dynamic retainers to be available in the system
  • Moved retainer schedule from client to project level
  • Updated cron to handle retainer schedule move
  • Removed menu “Recurring Billing” menu option from client / project screens
  • Changing the parameter order of the parameters in various emails as Office 365 link protection converts &times into × which causes the email links to break
  • Fixed alignment issues when creating or editing a project
  • Fixed a pair of variables being used without checking to see if they are valid messages when viewing a blank timesheet
  • Correct the method of getting the admin URL, and corrected some links to use non-relative links so they work correctly when timesheets are displayed on front end pages

1.32.0

  • Putting the client name in the emails for access request completion
  • Fixing misc unknown varaible warnings when loading timesheets when the settings haven’t been set
  • Changed groups to users in the display for the “Display Settings” within the global settings
  • Removed the unused uploads folder setting field
  • Moved the bulk actions button and remove the label to the dropdown menu on the “My Dashboard” page
  • Added select all checkbox on the “My Dashboard” page

1.31.0.1

  • Fixing collation issue

1.31.0

  • Added the ability to mark multiple timesheets as “week complete” from the “My Dashboard” screen (this caused some code duplication which will be cleaned up later)
  • Added setting to allow users to request access to clients which they don’t have access to
  • Added setting to allow access to client requests to be auto approved

1.30.2.1

  • Made the list of clients / projects on the My Dashboard menu dynamic based on pending time sheets

1.30.2

  • Disabled the Save Timesheet button after clicking it to prevent duplicate entries
  • Made the list of clients / projects on the invoicing / approval menu dynamic so that they only show clients and projects for the timesheets which are in the approval / invoicing queue (and which have been marked as week complete)
  • Made the list of clients / projects on the invoicing / approval menu dynamic based on viewing retainers or not

1.30.1

  • Changed action reason for rejected time sheet from UPDATED and REJECTED
  • Prevented time sheets which were already invoiced from being rejected or having comments added to them
  • Updated emails on timesheet completion to account for admin page being moved

1.30.0

  • Fixed warnings when viewing already created project
  • Fixed warnings when changing permissions on a client
  • Fixed warnings when updating recurring billing settings for a client
  • Fixed warnings when creating a new project
  • Fixed wanrings when creating or updating a timesheet
  • Fixed dates on the My Dashboard page not showing correctly
  • Fixed warning on the closed timesheet search
  • Added non-billable hours and a grand total to the My Dashboard page
  • Added max project hours to be viewable on the time sheet
  • Enabled auditing for when time sheets are updated
  • Highlighting over time hours when a time sheet is closed and viewed
  • Setting email link when completing ticket to https, if https is being used

1.29.4

  • Fixed warnings when loading the page when logged in, but not in wp-admin

1.29.3

  • Fixed lack of escaping for the email address field for when a project goes over on hours

1.29.2

  • Fixed a bug in the setup.php file with object collation

1.29.1

  • Fixed a bug in the setup.php file with the database object versioning

1.29.0

  • Adjusted error message when rejecting time sheet from the invoicing menu
  • Fixed a bug when rejecting time sheet from the invoicing menu
  • Fixed a bug when spliting a time sheet
  • Added Edit Project to the top drop down menu
  • Made Edit Client, Add Project and Edit Project take the current Client when a timesheet has been saved, or when on the Manage Client page
  • Allow for queueing of future changes to the monthly billing page
  • Add regular_interval column to timesheet_recurring_invoices_monthly_archive table
  • Fixed the date picker on the time sheet entry and My Dashboard screens
  • Display invoice ID on the time sheet when there is an invoice ID

1.28.0

  • Made the comments on the approval queues wider
  • Fixed a bug in the settings.php

1.27.0

  • Added the number of hours used to the warning about being over hours.
  • Aligned two halfs of the approval and invoicing menuts
  • Enabled invoicing menu to select the retainer type as wanted
  • Fixed a couple of undefined index errors

1.26.0

  • Sends reminder email to the time sheet owner 3 days after a timesheet has been rejected (and every 3 days after that), if the time sheet hasn’t been resubmitted
  • Sends reminder email to the time sheet rejector 7 days after a timesheet has been rejected (and every 7 days after that), if the time sheet hasn’t been resubmitted
  • Put a couple of line feeds at the bottom of all emails so that email warning messages inserted by corporate email systems look cleaner

1.25.2.1

  • Made the emails on comments include a hyperlink for the ticket number being sent out
  • Had to use a different variable in the URL field do to some weirness in email with the old URL parameter, updated show_timesheet to account for this

1.25.2

  • Only create automatic time sheets for projects which are active
  • Changed the comment email to include the name of the person who entered the command and the name of the person who entered the timesheet

1.25.1

  • Removed test text from the time sheet screen

1.25.0

  • Added non-billable hours to payroll timesheet list
  • Fixed duplicate primary key error when rejecting timesheets from the invoicing menu
  • Added option to enter comment and not send email
  • Changed a blank value for sales person id to a value of None in the invoining report

1.24.0

  • Fixed the URL for the project properties screen to view time sheets
  • Removed users from the menus when their WordPress role is set to “No role for this site”

1.23.7.2

  • Fixed archiving errors for the approval/invoicing/payroll queue

1.23.7.1

  • Removed some line feeds at the end of the files

1.23.7

  • Added Non-Billage time to timesheet with the ability to enable or disable these new fields as needed

1.23.6

  • Added archiving for sent emails
  • Added truncating for email queue archive (to keep hard drive space usage in check)

1.23.5

  • Configured to send email on every comment or rejection
  • Fixed archive errors when rejecting a timesheet
  • Added invoice nunber to payrol queue
  • Introduces setting to allow multiple retainers per client
  • Added invoiced date to the search options on the closed timesheets screen
  • Changed the closed timesheets screen

1.23.4

  • Fixed database error when approving timesheets in parallel queue mode, when writing timesheet to the archive (error would only show up when two inserts were happening within the same milisecond, so it depended on the web servers speed)
  • Added sales person and technical sales person to closed timesheet search
  • Added sales person and technical sales person when viewing the timesheet

1.23.3

  • Fixed a big where all time sheets showed a warning that there was already a timesheet for that project for that week
  • Did the checks for duplicate projects for a week for a user on updates as well as new timesheets

1.23.2

  • Fixed the bug where new time sheets were being saved twice
  • The popup calendar’s aren’t working if WordPress 5.6. Something about the javascript that’s being used doesn’t work with the changes that WordPress made to the admin portal. Everything else works as expected so marking this as compatible with 5.6.

1.23.1

  • Forced rollback to 1.22.2 due to a bug where new timesheets were saved twice

1.23.0

  • Fixed technical consultant field in the invoicing menu
  • Removed a SQL Statement that was showing
  • Added a tertiary sort order for the index menu
  • Deletes any auto-close entries that are queued when a project is update, if the project is setup to not auto-close
  • Fixed the setting “Override Site Wide Date Format” always showing an error that is wasn’t set
  • Updated the info, warnings and errors to use the admin notices messages instead of the update-nag message type
  • Added the ability to prevent having multiple time sheets for a single week for a single project for a single user (this check is only done when submitting new time sheets)
  • Added a setting to switch between a warning and an error for duplicate time sheet for a project/week/user
  • Fixed the showing off a prior timesheet when submitting a new time sheet and that time sheet has an error (the entire new time sheet process needs to be restarted now)
  • Removed a rouge > from the top of the client and project list on the Approval/Invoicing/Payroll queues

1.22.2

  • Changing the way the archive tables are created

1.22.1

  • Changed the archive setup code to only one once, not every time.

1.22.0

  • Made products with no hours and that are inactive show up in the notes field on the approving and invoicing queues
  • Removed the setting of the varibles used as global variables
  • Fixed close timesheet search from throwing a permissions error when used by someone who doesn’t have approver and invoicer rights
  • Notes on the settings page which settings are missing which causes a message to be shown on the admin page
  • Added auditing capture for all user actions and screens so that a history of all changes that can be initiated by the user are captured into _archive tables. This tables may grow large over time and may need to be maintained.

1.21.3

  • Fixed a bug where the invoicing queue was appearing in the admin menu for all users
  • Matched logic on approval queue and the payroll queue to match the invoicing queue

1.21.2

  • Fixed a bug where the invoicing queue wasn’t appearing on the admin menu

1.21.1

  • Fixed a bug where the invoicing menu wasn’t appearing

1.21.0

  • Changed the way checking to see if settings need to be updated after an upgrade is handled
  • Removed the duplicate queries, using global variables for them
  • Only send retainers entered emails when retainers are entered, not each cycle
  • Update the math used to check is a project is over hours, so that retainer projects alert correctly instead of every time

1.20.1

  • Allow admin to set if users can reject time sheets

1.20.0

  • Changed where timsheet rejection and auditing comments are saved
  • Allow person who creates the time sheet to be able to reject the time sheet if the time sheet has not been approved.
  • Fixed Javascript errors when viewing My Dashboard when not an admin

1.19.0

  • Made the project notes on a timeread editable (making changes here will NOT update the project notes) so that you can copy from the notes if needed

1.18.0

  • Changed the way nonce was being done as it wasn’t working on embedded pages
  • Made the fields on a new time sheet not remember the values from previous entries
  • Made the width of the text boxes on the My Dashboard, Approval and Invoicing menu wider

1.17.0

  • Fixed an “Undefined index” warning when creating a new timesheet, after clicking to save the timesheet
  • Made the overtime fields hideable, if they are 0 hours and the setting to hide them is enabled
  • Made the OT settings dependant on each other in the UI
  • Added the total hours and total expenses to the invoicing list
  • Changing to new Date format help URL

1.16.1

  • Fixed a bug causing quarterly recurring invoices to be run each day of the first month of the quarter
  • Added some debugging information to the recurrnet job function (output won’t ever be seen)

1.16.0

  • Fixing a LOT of “Undefined index” warnings from PHP
  • Changed Monthly retainers to recurring invoices
  • Added ability to have Weekly, Monthly, or Quarterly recurring invoices (insteaded of just Monthly)
  • Changed the cron for monthly invoices (might need to disabled and reinable the plugin because of this)

1.15.0

  • Switching get_current_user_id for wp_get_current_user in the code base
  • Switched a few called to the variable $user_id to $user_id->ID
  • Fixing a couple of “Undefined index” warnings from PHP

1.14.11

  • Made the top record approval button always visable instead of it being dynamic
  • Added Last Billed Day to Approval and Invoicing menus

1.14.10.1

  • Removed extra text from the approval screen

1.14.10

  • Added a total number of hours to the My Time Sheet Dashboard
  • Added a total number of hours and expenses to the Approval menu
  • Made the top record approval button always visable instead of it being dynamic
  • Adding currency to all expense fields other than mileage
  • Adding distance metric to show either Miles or Kilometers on the time sheet
  • Added currency and distance metric to settings screen
  • Added check to the startup to throw an error on the admin screen in the currency or distance metric isn’t recorded
  • Added currency values to the payroll queue screen
  • Added distance metric to the payroll queue screen

1.14.9.1

  • Fixing drop down menu URL

1.14.9

  • Using the client ID that was last edited for the next project, edit project, etc.
  • Changing the URL from ./admin.php?entry_timesheet to ./admin.php?show_timesheet
  • Changing saving of a timesheet to be done before the content of the admin page is loaded so that the counters in the admin bar are correct when any user saves a timesheet
  • Changes the saving and time sheet entry functions based on the new method of saving
  • There’s a few extra functions that need to be cleaned up later

1.14.8

  • Fixed a missing “TR” tag on the approval queue page
  • Added the number of hours used, and the expense total to the approval queue page

1.14.7.1

  • Fixed the embargo check box on the time sheet entry page

1.14.7

  • Made Auto Close a project the default when creating a new project
  • Changed the way the options are processed for a new project
  • When a time sheet is rejected the hours used are removed from the project
  • Recalulicate hours used for each project (depending on how many partial hours were entered on each time sheet this could show a large difference)

1.14.6.1

  • Fixed bug where time sheets weren’t updated correctly.

1.14.6

  • Added the the ability to have overtime listed as a seperate line item on each timesheet
  • Made the abilitly to have overtime an option setting for the system
  • Added in an option to have a multiplier for Overtime for counting hours purposes for a project (1 hour of OT counts against a project as 1.5 hours of time for example). The multiplier can be adjusted as needed
  • Changed the datatype for total hours used on a project from BIGINT to NUMERIC(12,2) to account for the modifier
  • Project properties now shows the hours used with a decimal
  • Recalulicate hours used for each project based on the new data type (depending on how many partial hours were entered on each time sheet this could show a large difference)

1.14.5

  • Added emails when a comment is added for a closed time sheet
  • Changed the way you can stop multipe servers from doing backround jobs by adding “define( ‘TIMESHEETS_SKIP_CRON’, false );” to the wp-config.php file.

1.14.4

  • Fixing cron checks

1.14.3

  • Force the monthly notices to be inserted once (only used if the site is hosted on multiple servers)

1.14.2

  • Fixed a bug when timesheets which are rejected when being invoiced weren’t being removed from the queue even though they were rejected

1.14.1

  • Fixed a bug where retainers would be closed automatically
  • Automatically marked all retainers as active projects again

1.14.0

  • Added a Taxi/Rideshare expence column to the timesheet and database

1.13.0

  • Corrected the top button on the approval screen
  • Added in the ability for projects to be closed automatically when all the hours on the project are used
  • Open projects that were auto-closed if a time sheet is rejected
  • Enabled a setting to set new project to be auto-closed
  • Fixed monthly job which resets the hours available on retainer projects

1.12.1

  • Fixed a bug where having notes visable on closed timesheets would prevent the project for the closed timesheet from being shown.

1.12.0

  • Added tracking notes to be added to completed time sheets
  • Added the ability to reject a timesheet when ading note which sends the comment to the person who entered the timesheet
  • Added a setting to the display tab to allow hiding or showing of notes on completed time sheets as needed
  • Rejecting a completed time sheet requires a reason

1.11.0

  • Made the Global Settings page tab driven, allowing the settings page to be smaller and more focused

1.10.1

  • Fixed the closed invoices search screen to show and hide the client and project columns correctly

1.10.0

  • Fixed declaration of variables in the main file
  • Make new project active by default
  • Added customer permissions to the “Add Customer” screen as well as the edit customer screen

1.9.1

  • Removed client and project columns from “Closed Timesheets” screen if there’s only one active project in the system
  • Removed client search option on the “Closed Timesheets” screen if there’s only one active project in the system
  • Added a “My Settings” option to show partial notes on the time sheet on the “Closed Timesheets” screen, and updated that screen to account for this checkbox

1.9.0

  • Fixed ability to embed search and new timesheets in a page and have them show up correctly, under other content
  • Fixed having no ClientId when hiding the client and project drop down menu.
  • Fixed the Timesheet_Search shortcode

1.8.0

  • Fixed an query being used by the closed timesheets screen
  • Fixed an issued where the ability to hide the client and project when there’s only one available wasn’t working

1.7.10

  • Added the ability to search and view closed time sheets.
  • Changed our URL from dcac.co to dcac.com.

1.7.9

  • Added feature to alert when a project is close to runnning out of hours (you define close).
  • Added settings fields to support when a project is running out of hours.
  • Changed alert when project is running out of hours to only queue email on timesheet viewing (when the timesheet is open).

1.7.8.1

  • Fixed a bug where the enbarged timesheets were shown on the approval page by default.

1.7.8

  • Changed approval screen to show either embargoed timesheets or non-embargoed time sheets

1.7.7

  • Allow Monthly edit screen to have line breaks
  • Make project notes on the timesheet bigger.

1.7.6

  • Changed the way that the message on startup to thrown if a needed setting is missed
  • Added Technical Sales Person to Client and Project

1.7.5

  • Fixed bug where new timesheets when saves and closed aren’t showing propertly
    allowing them to be double saved.

1.7.4

  • Updating My Time Sheet Dashboard quantity shown in real time as the timesheets are saved

1.7.3

  • Projects are deactivated when a timesheet is marked as a closed project
  • Added a New Time Sheet link under the My Time Sheet Dashboard link
  • Added client management under the My Time Sheet Dashboard link
  • Removed New Time Sheet from the New menu unless the My Time Sheet Dashboard link is not shown

1.7.2

  • Fixed bug to approve imbargoed time sheets

1.7.1

  • Fixed updated code

1.7.0

  • Added Sales Person dropdown to Client and Project
  • Added Sales Person to invoicing queue
  • Added Sales Person priority to settings page
  • Added check for sales person setting to main screen

1.6.18

  • Removed test from the entry form.
  • Fixed monthy retainer emails and resetting of clients.

1.6.17

  • Fixes the approvals menu so embargoes time sheets can be updated correctly.

1.6.16

  • In the approval menu, clicking approve, reject or hold will set all time sheets to that settings.

1.6.15

  • Fixed review screen so it works from all approval menus.

1.6.14

  • Week Complete field on My Dashboard is now centered.

1.6.13

  • Fixed permissions on dashboard so regular users couldn’t see other people time sheets.
  • Fixed dashboard so search worked properly.
  • Change “Setup Approval Teams” so it doesn’t show debug information when adding a team member.

1.6.12

  • Fixed permissions on Manage Clients screen so the Manage Clients permissions actually work.
  • Added PO Number to new project screen.

1.6.11.1

  • No code change, but some updated gaphics to push down and a new readme.

1.6.11

  • Added po number as a project field and display it on the invoicing screen.

1.6.10

  • Added Hours to My Dashboard and to Payroll Queue.

1.6.9

  • Fixing My Settings so it works for people who are only Invoing Queue users.

1.6.8.1

  • Fixing 1.6.8 so it actually works.

1.6.8

  • Allow invocing users to decide to put the “Record Invoicing” button at the top of the list all the time.

1.6.7

  • Documentation!!!!!!!
  • Make monthly retainers not show up in the payroll queue at the top of the month.
  • Removed comments from time_sheets_cron.email_retainers_due in a vauge attempt to make it work correctly each month.

1.6.6

  • Changed size of currency fields to support larger amounts.

1.6.5

  • Fixed bug where timesheet queues weren’t being loaded in parallel correctly, and timesheets could be sent to the payroll queue twice.

1.6.4

  • Fixed bug where the submit button wasn’t visible on new time sheets
  • Fixed bug where all timesheets were being sent to payroll queue

1.6.3

  • Changed label in the admin bar to My Time Sheet Dashboard
  • Removed Submit button if viewing another users time sheet
  • Added logic to prevent updating another users time sheet

1.6.2

  • Fixed bug where the Project drop down doesn’t work in the time sheet screen.

1.6.1

  • Fixed bugs in query of My Dashboard where it was showing all employees at initial load instead of just that persons.
  • Changed text in My Dashboard if not matches are found.

1.6

  • Display project name when project is over hours
  • Rename Old Timesheets to My Dashboard
  • Add additional filters to My Dashboard (all employees, my time sheets, specific team member, all team members, filter by client and project)
  • Display employees client notes and project names on My …
VIP777 login Philippines Ok2bet PRIZEPH online casino Mnl168 legit PHMAYA casino Login Register Jilimacao review Jl777 slot login 90jili 38 1xBet promo code Jili22 NEW com register Agila Club casino Ubet95 WINJILI ph login WINJILI login register Super jili168 login Panalo meaning VIP JILI login registration AGG777 login app 777 10 jili casino Jili168 register Philippines APALDO Casino link Weekph 50JILI APP Jilievo xyz PH365 casino app 18JL login password Galaxy88casino com login superph.com casino 49jili login register 58jili JOYJILI apk Jili365 asia ORION88 LOGIN We1win withdrawal FF777 casino login Register Jiligo88 philippines 7777pub login register Mwgooddomain login SLOTSGO login Philippines Jili188 App Login Jili slot 777 Jili88ph net Login JILIMACAO link Download Gcash jili login GG777 download Plot777 app download VIPPH register Peso63 jili 365.vip login Ttjl casino link download Super Jili 4 FC178 casino - 777 slot games JILIMACAO Philippines S888 register voslot LOVE jili777 DOWNLOAD FK777 Jili188 app CG777 app 188 jili register 5JILI login App Download Pkjili login Phdream Svip slot Abcjili6 App Fk777 vip download Jili888 register 49jili VIPPH register Phmacao co super Taya777 link Pogo88 real money Top777 app VIP777 slot login PHMACAO 777 login APALDO Casino link Phjili login Yaman88 promo code ME777 slot One sabong 888 login password PHMAYA casino Login Register tg777 customer service 24/7 Pogibet slot Taya777 org login register 1xBet live Acegame888 OKBet registration JILIASIA Promotion Nice88 voucher code AgilaClub Gaming Mnl168 link Ubet95 free 50 PHMAYA casino login JLBET 08 Pb777 download 59superph Nice88 bet sign up bonus Jiliyes SG777 download apk bet88.ph login JILIPARK casino login Register Philippines PHMAYA APK CC6 casino login register mobile PHMACAO com download MWPLAY app JILIPARK Download Jili999 register link download Mnl646 login Labet8888 download 30jili jilievo.com login Jollibee777 open now LOVEJILI 11 18JL casino login register Philippines JILIKO register Philippines login Jililuck 22 WJPESO casino PHMAYA casino login Jili777 login register Philippines Ttjl casino link download W888 login Register Galaxy88casino com login OKBet legit tg777 customer service 24/7 Register ROYAL888 Plot777 login Philippines BigWin Casino real money PHLOVE 18JL PH 18JL casino login register Philippines SG777 Pro Taya777 pilipinong sariling casino Jiligames app MNL168 free bonus YesJili Casino Login 100 Jili casino no deposit bonus FC178 casino free 100 Mwcbet Download Jili888 login Gcash jili download JILIMACAO 123 Royal888 vip 107 Nice888 casino login Register FB777 link VIPPH app download PHJOIN 25 Ubet95 legit phcash.vip log in Rrrbet Jilino1 games member deposit category S888 live login FF777 download FC777 VIP APK ME777 slot Peso 63 online casino OKGames app Joyjili customer service superph.com casino FB777 Pro Rbet456 PH cash online casino Okbet Legit login taruhan77 11 VIPPH 777Taya win app Gogo jili 777 Plot777 login register Bet99 app download Jili8989 NN777 VIP JP7 fuel Wjevo777 download Jilibet donnalyn login Register Bossjili ph download 58jili login registration YE7 login register FC777 new link login 63win register Crown89 JILI no 1 app Jili365 asia JLBET Casino 77PH fun Jili777 download APK Jili8 com log in CC6 casino login register mobile ph365.com promotion phjoin.com login register 77PH VIP Login download Phdream live chat Jlslot2 Me777 download Xojili legit PLDT 777 casino login Super Jili Ace Phdream 44 login Win888 casino JP7 Bp17 casino login TTJL Casino register FB777 slot casino Jili games online real money phjoin.com login register BET99 careers ORION88 LOGIN Plot777 login Philippines Labet8888 login JILI Official Pogibet app download PH777 casino register LOVEJILI app Phvip casino VIP jili casino login PHMACAO app 777pnl legit YE7 casino online Okbet download CC6 bet app 63win club Osm Jili GCash LOVEJILI 11 Www jililive com log in Jili58 casino SuperAce88 JiliLuck Login Acegame 999 777pnl promo code MWPLAY good domain login Philippines Pogo88 app Bet casino login Superph98 18jl app download BET999 App EZJILI gg 50JILI VIP login registration Jilino1 new site pogibet.com casino Jili Games try out Gogojili legit 1xBet Aviator WINJILI ph login Jili168 register How to play Jili in GCash 777pnl PHDream register login JILISM slot casino apk FB777 c0m login EZJILI Telegram MWCASH88 APP download Jili88 vip03 APaldo download 1xBet 58JL Casino 58jl login register Jili scatter gcash OKJL slot jili22.net register login 10phginto APaldo 888 app download 1xBet live FC178 Voucher Code 58jl Jili888 ph Login 365 Jili casino login no deposit bonus JP7 VIP login PHBET Login registration 58jili login registration VVJL online Casino Club app download Jili77 login register Jili88 ph com download KKJILI casino WJ peso app Slot VIP777 BigWin69 app Download Nice88 bet Suhagame philippines Jiliapp Login register Qqjili5 Gogo jili helens ABJILI Casino OKJL download 1xBet login mobile Pogibet 888 777 game Okgames casino login Acegame888 Bet86 promotion Winph99 com m home login JP7 VIP login 20phginto VIPPH register KKJILI casino OKJILI casino Plot777 app download NN777 register bossphl Li789 login Jiligo88 app Mwcbet Download Betjilivip Https www BETSO88 ph 30jili Https www BETSO88 ph Jilievo Club Jili888 register Jili777 download APK JILI77 app download New member register free 100 in GCash 2024 Royal888casino net vip JOLIBET withdrawal MW play casino Jili365 login FB777 Pro Gold JILI Bet99 registration 55BMW red envelope Bet199 login philippines JILI188 casino login register download Phjoin legit or not Bigwin 777 Bigwin pro Apaldo PH pinasgame JILIPARK Login registration JiliApp ph04 Ph143 Jili168 login app Philippines MW Play online casino APK 77tbet register 8k8t Bigwin casino YE7 Download App Ph365 download apk Acejili Ph888 login S888 juan login 63win withdrawal Okbet cc labet 8888.com login password Mwbet188 com login register Philippines MNL168 net login registration kkjili.com download Jili888 Login registration Abc Jili com Download JILIPARK casino login Register Download AbcJili customer service live777. casino Jilievo casino jilievo APP live casino slots jilievo vip Jolibet legit PH888 login Register 888php register 55BMW win Mwbet188 com login register Philippines AbcJili customer service Jili88 ph com app 200Jili App MAXJILI casino ROYAL888 deposit mi777 Jili games free 100 ACEGAME Login Register Jilibet donnalyn login Voslot register Jilino1 live casino 18jl login app apk JILI Vip777 login Phtaya login Super Ace casino login Bigwin 777 Ubet95 free 190 superph.com casino Jili22 NEW com register SG777 win Wjpeso Logo 1xBet login mobile Jili88 casino login register Philippines sign up Okbet cc Agg777 slot login Phv888 login P88jili download jiliapp.com- 777 club Fish game online real money One sabong 888 login password QQJili Taya365 slot mnl168.net login Taya365 download Yes Jili Casino PHMACAO APK free download 365 casino login Bigwin 29 JILISM slot casino apk Wow88 jili777.com ph 888php login 49jili VIP Jilino1 legit SG777 slot Fish game online real money Voslot free 100 18jl login app apk OKJL app Jili22 NEW com register Nice88 free 120 register no deposit bonus Sugal777 app download 288jili PHJOIN VIP com Register Jl77 Casino login KKjili com login Lovejili philippines Pogo88 casino SLOTSGO VIP login password Jili22 net register login password Winph 8 we1win 100 Jili slot 777pnl promo code Sg77701 Bet88 download for Android PH365 casino Royal Club login Jili88 casino login register MWPLAY login register Jilibay Promotion 7SJILI com Register FC777 casino link download Royal meaning in relationship OKBET88 AbcJili customer service 777ph VIP BOSS JILI login Register 200Jili App KKJILI casino login register maxjili Mwcbet legit JILIASIA 50 login Milyon88 com casino login 8k8app17 Royal slot Login Phmacao rest 338 SLOTSGO Ph888 login PHGINTO com login YY777 app Phdream register Jili22 net register login password Lucky Win888 Jiligames API Agila club VIP 77PH VIP Login download Acegame888 register PHMAYA Download Jili88 online casino 7XM Lovejili philippines 63win register Jilimax VOSLOT 777 login 18JL Casino Login Register JILIASIA 50 login 50JILI VIP login registration 7XM com PH Nice888 casino login Register 58jl Jili168 casino login register download Timeph philippines 90jilievo Jili88 casino login register OKBet legit JILI slot game download Bet99 promo code 58jili app 55BMW com PH login password KKjili casino login bet999 How to play Jili in GCash BigWin69 app Download OKJL Milyon88 com casino login phdream 888php register Ph888 PH777 registration bonus JLBET Asia LOVEJILI download Royal Casino login 646 ph login Labet8888 review JLBET Casino Jili888 ph Login Wjpeso Wins JILIMACAO 666 Jiliplay login register JILIAPP com login Download JiliLuck download WIN888 PH JL777 app Voslot777 legit Pkjili login 20jili casino Jolibet login registration Phjoin legit or not Milyon88 com casino register JILI apps download 88jili login register Jili 365 Login register download 11phginto Jili777 vip login Ta777 casino online Swertegames Taya365 download 777PNL online Casino login Mi777 join panalo 123 JILI slot 18jili link Panalo lyrics Jiliplay login philippines yaman88 Bet88 login Jili888 Login registration FF777 TV Ok2bet app Pogibet casino philippines Www jilino1 club WOW JILI secret code AB JILI Jili168 online casino BET99 careers Go88 slot login JILI Vip777 login CG777 Casino link OKBet GCash www.50 jili.com login WINJILI download Lucky bet99 Acegame888 77ph com Login password ACEGAME Login Register ACEGAME casino Swerte88 login password Wj slots casino APALDO Casino Phjoin slot JLBET com JLBET ph Taya777 org login 49jili slot Svip slot Jili77 download APK 200jiliclub Bet199 philippines Jili888 Login registration 88jili withdrawal phjoin.com login register Swerte88 login registration Voslot777 legit Superph11 AAA JILI app download Www jililive com log in VIP777 Casino login download Jili77 download APK Jilibet donnalyn login Register JILICC sign up Pogibet app download www.mwplay888.com download apk Jili68 Jililuck App Download APK Yy777 apk mod Jili77 vipph.com login labet8888.com app Phdream live chat Ph646 login register mobile 7777pub download Jolibet Fortune Tree 90JILI app 18JL login Philippines JLSLOT login password 50JILI fun m.nn777 login 88jili withdrawal PH Cash Casino APK 888PHP Casino LINK Boss jili app download Jili999 login register FB777 download APK Free 100 promotion JILIPARK Download VIP PH casino JILIHOT ALLIN88 login 8K8 com login PHMAYA casino login 58jili withdrawal Ubet95 free 100 no deposit bonus KKJILI online casino M GG777 100jili APP JILI888 slot download PHBET88 Jili Games demo 1xBet OKJL Casino Login Nice888 casino login Register Betso88 App download APK VIP777 app Gcash jili register 1xBet registration 58jili withdrawal Jili63 Suhagame23 218 SLOTSGO AGG777 login Philippines Bay888 login JILIVIP 83444 PHCASH com casino login Jilievo 666 Jili 365 VIP register PHMAYA link PH cash VIP login register Yaman88 casino JP7 VIP We1Win download free rbet.win apk Jili168 casino login register download Milyon88 com casino register 18JL login app 88jili withdrawal AAA Casino jilibet.com register Winjili55 UG777 login app PH777 download Jili365 bet login app Osm Jili GCash 77tbet philippines GI Casino login philippines 88jili login FC178 casino free 100 SG777 Com Login registration Nice88 free 100 Oxjili Royal777 Top777 login FB777 live 200jili login Gogojili legit Yes Jili com login phcash.vip casino Sugal777 app download 58JL app Login Panalo login JILI games APK Lucky99 Slot login Jili scatter gcash 7XM APP download FB JILI casino login download PHMACAO app ROYAL888 Link Alternatif ACEPH Casino - Link 55bmw.com casino Timeph app Osm Jili GCash M GG777 Ubet95 login Jiligo88 CG777 Casino Philippines Tayabet login Boss jili app download YY777 app download Nice88 free 120 register no deposit bonus Bossjili7 XOJILI login 68 PHCASH login ezjili.com download apk Jili 365 VIP APK Milyon88 pro Jili88 casino login register download Jili online casino AgilaPlay Jili scatter gcash 7777pub login CC6 app bonus JK4 online PHJOIN casino Joyjili login register 22phmaya 5JILI Casino login register Betso88 VIP Winph 8 Phmacao rest JILI Slot game download free s888.live legit APALDO Casino link Plot 777 casino login register Philippines Ph646wincom Jili168 login app Philippines KKJILI casino Apaldo PH Phdream live chat Slot VIP777 PH888BET 22 phginto 50JILI APP MWPLAY login register Slotph We1Win apk VIP777 slot login Nice88 PRIZEPH online casino Jilipark App 7XM app for Android Jili58 Jili168 free 100 APALDO 888 CASINO login APaldo download Jiliasia8 com slot game phcash.vip casino OKJL Casino Login YY777 live Jili888 register Winjiliph QQ jili casino login registration Abcjili5 NN777 register Phvip casino Taya 365 casino login OKBet app Osm Jili GCash Nice88 free 100 5JILI Casino login register Bet88 app download 5 55bmw vip Jlph11 JILI slot casino login Nice88 bet sign up bonus JILI Slot game download for Android Abc Jili com Download FF777 TV Peso 63 online casino MILYON88 register free 100 7777pub JILIASIA 50 login CC6 online casino latest version Royal Club apk 1xBet login registration CG777 Casino Philippines 1xBet app Mwcbet net login Password LOVEJILI 21 FBJILI Now use Joyjili Promo code JILI188 casino login register download PHMACAO SuperPH login AGG777 login app Peso 63 online casino filiplay Sugal777 app download Galaxy88casino com login EZJILI Telegram JiliApp ph04 Jilino1 com you can now claim your free 88 PHP download 63win Coupon Code PHDream 8 login register Philippines MNL168 website CC6 online casino register login 3jl app download apk Jlph7 TA777 com Login Register password 5jili11 FF777 casino login Register KKJILI casino login register 10 JILI slot game 3JL login app Jili100 APP Winjili55 Milyon88 info Jilino1 VIP login YE7 bet sign up bonus Apaldo games Wj casino app AbcJili win.ph log in Jili22 VIP 204 SG777 Jl77 Casino login YY777 app download Jilimacao Okjl space Wjevo777 download Ubet95 free 100 no deposit bonus PHMAYA APK Xojili legit 77PH bet login Taya365 pilipinong sariling casino LOVEJILI AAAJILI Casino link Jollibee777 How to play mwplay888 18jl app download jilievo.com login password VIP PH casino mnl168.net login JiliLuck download Win2max casino 777PNL download app Ubet Casino Philippines Win888 Login Jili88 casino login register Philippines sign up Bet99 APK 18JL casino Login register Download Naga888 login JLPH login PHMACAO APK free download How to register Milyon88 Royal888ph com login JiliCC entertainment WINJILI customer service PHBET88 Jili888 Login Philippines SG777 slot FBJILI Jili365 bet login app Ubet95 free 100 no deposit bonus Taya 365 casino login LOVEJILI Jili777 free 150 YE7 casino login register download QQJili 58jili login Download S888 sabong Gi77 casino Login taya777 customer service philippines number 24/7 WINJILI customer service Https www wjevo com promocenter promotioncode Nice99 casino login Phdream 44 login Mi777app 777PNL online Casino login phjl.com casino JILILUCK promo code Pogibet 888 login BigWin Casino legit Jolibet app download Jilli pogibet.com casino JP7 VIP login Ug7772 Phjoy JILIMACAO 123 PH143 online casino jili365.bet download PH cash VIP login register Abc Jili Register Mwgooddomain login 58JL Casino link 365 Jili casino login no deposit bonus JILIEVO Casino 777 60win OKGames casino 49jili VIP kkjili.com app JILIPARK casino login Register Philippines Agila Club casino OKGames GCash OKBet casino online S888 juan login Yaman88 log in Winph99 com m home login Jili88 casino login register Winjiliph CG777 Casino LOGIN Register Ubet Casino Philippines Agilaclub review Is 49jili legit ph646 JLBET link JiliCC entertainment Jilicity withdrawal Ta777 casino online Jili777 login register Philippines JP7 coupon code Milyon88 one Ug7772 Jilibet casino 77PH VIP Login download Jili live login 68 PHCASH 7XM APP download Boss jili login MWCASH88 APP download Jilicity login Acegame888 real money LIKE777 JILILUCK app JiliBay Telegram Bet199 login philippines Ph646wincom PHJOIN login OKGames register JILIASIA withdrawal Panalo login 88jili Login Philippines Wjevo777 download phjl.com casino Fcc777 login Labet8888 login JILI8998 casino login PHJL Login password Jilibay Voucher Code 28k8 Casino P88jili download 49jili apps download Fk777city we1win CG777 Casino login no deposit bonus MW play casino FF777 casino login Register Philippines download JILIAPP com login Download Bet199 PHGINTO com login Bet88 bonus Sw888 withdrawal Vvjl666 Jiliapp 777 Login QQ jili login Jilicity download Jili188 login Philippines Timeph philippines Casino Club app download Nice88 bet login registration Bay888 login PH Cash casino download Jiliko777 Nice88 PH 777pnl Jiliplay login register JILI VIP casino cg777 mwcbets.com login Fbjili2 JILIAPP download 7xm login 77jl.com login JILI Slot game download for Android MWPLAY app superph.com casino Nice88 free 120 WJ peso app Jili58 register 3jl app download apk Betso88 link OKGames login free JILIASIA 888 login 58jl login register Jilibet888 68 PHCASH login Jili88ph net register 55BMW Casino app download APK Abc Jili com Download FB777 register login Philippines Jilievo org m home JiliLuck download jlbet.com login register Jp7 casino login 18JL Casino Login Register YE7 casino APK prizeph Boss jili login Royal logo FC178 casino - 777 slot games Taya777 pilipinong sariling casino Ph888 MWPLAY app @Plot777_casino CG777 login BOSS JILI login Register JILI PH646 login Vvjlstore Mi777 casino login Download Okgames redeem code 50JILI VIP login registration Bet88 login AGG777 login Philippines JILIMACAO Yesjili com legit P88jili com login OKBET88 Gold JILI VIP PH casino VIP PH log in bet88.ph legit kkjili.com app JiliLuck Login JILI Vip777 login 63win withdrawal bet999.ph login m.nn777 login 58JL 8k8app17