timeclock
timeclock copied to clipboard
An updated version of PHP Timeclock
As a workaround, I changed the regex seperators to % symbols like this: elseif (preg_match('%' . "^([0-9]{1,2})[-,/,.]([0-9]{1,2})[-,/,.](%28[0-9]{2}%29|%28[0-9]{4}%29)$" . '%i', $post_date, $date_regs)) Now the error I am getting is about $tso...
1. Fix all mysql calls to mysqli calls 2. fix all non-initialized variables (mostly in punchclock) causing warnings. 3. Replace broken phpweather (noaa discontinued the service) with saratoga-weather, which just...
Hello, Great saas soft used by a local radio in France. (http://www.radiocampustours.com) I am actually searching a clue in order to define the first day of the week as Monday...
The phpweather.php downloads its metar data from http://weather.noaa.gov/pub/data/observations/metar/stations/$station.TXT where $station is the 4 character ICAO code for a location. ## This service is discontinued as explained at http://www.nws.noaa.gov/om/notification/scn16-16wngccb.htm In fact,...
getting notice at the home page. please help [phpweather.zip](https://github.com/andrew867/timeclock/files/377303/phpweather.zip)
**first error is** Notice: Use of undefined constant print_header - assumed 'print_header' in C:\xampp\htdocs\time2\punchclock\lib.timecard.php on line 164 Notice: Use of undefined constant print_row - assumed 'print_row' in C:\xampp\htdocs\time2\punchclock\lib.timecard.php on line...
first error is Notice: Use of undefined constant print_header - assumed 'print_header' in C:\xampp\htdocs\time2\punchclock\lib.timecard.php on line 164 Notice: Use of undefined constant print_row - assumed 'print_row' in C:\xampp\htdocs\time2\punchclock\lib.timecard.php on line...
I have a potentially serious blocking bug, and that is that reports ignore the local timezone and are always in GMT. Dealing with date/time functions in php is not one...
Currently punches are stored in `info` in the local timezone instead of GMT. Timeclock should be changed to store all punches in GMT and add another column that specifies the...
It is currently possible to punch "in" or "out" multiple times in a row. An employee could punch in when they arrive and when leaving accidentally press "in" instead of...