timeclock icon indicating copy to clipboard operation
timeclock copied to clipboard

An updated version of PHP Timeclock

Results 25 timeclock issues
Sort by recently updated
recently updated
newest added

A DB column added to the user and set each user's home timezone independently of the server. You could then use the `date_default_timezone_set()` function with the returned user timezone. Relying...

bug

My server in located in another state, if I want to use the old setting that allows you to use Client timezone, The settings do not sync over to Timeclock...

question

I am trying to create my table on my Yahoo web host and when I try and run ``` CREATE TABLE audit ( modified_by_ip VARCHAR(39) NOT NULL DEFAULT '', modified_by_user...

using sysedit.php does work. however, using it results in config lines being removed because of the method used for gathering the values from the config.inc.php file. sysedit.php is not aware...

The `info` table name doesn't describe its function. Should be renamed to `punches`.

enhancement