Search found 80 matches

by lstoumbos
Mon Jan 28, 2008 11:15 am
Forum: Help
Topic: Total time not showing up right
Replies: 1
Views: 3841

Total time not showing up right

The issue is that this person is not calculating overtime correctly. It is set for 40 hours a week in the policy. I am running Linux, PHP 5 and MySql (mysqlt): SET SESSION sql_mode='ansi' (mysqlt): SET SESSION time_zone='America/Detroit' (mysqlt): select session_id,user_id,ip_address,created_date,up...
by lstoumbos
Thu Apr 12, 2007 10:07 am
Forum: Help
Topic: clocking in and out
Replies: 3
Views: 4149

Here is a screen shot
Image

The continuous time is set to 2 hours. Also in the beginning shortly after I punched it it worked. when I went to punch out for lunch then it stopped and had the in option automatically.
by lstoumbos
Wed Apr 11, 2007 2:33 pm
Forum: Help
Topic: clocking in and out
Replies: 3
Views: 4149

clocking in and out

Currently TT will not automatically set the In/Out option on the punch like it used to. Is there a reason for this and if so, is there an easy way to change it?
by lstoumbos
Tue Apr 10, 2007 10:24 am
Forum: Help
Topic: Big error in showing punchs.
Replies: 5
Views: 5905

That was it.
Thank you again.
by lstoumbos
Tue Apr 10, 2007 9:24 am
Forum: Help
Topic: Big error in showing punchs.
Replies: 5
Views: 5905

I saved the debug buffer. It is also happening to every employee. Debug Buffer ============================================================================ Memory Usage: 2899936 ---------------------------------------------------------------------------- DEBUG [155]: [Function](): URI: /interface/ti...
by lstoumbos
Tue Apr 10, 2007 8:54 am
Forum: Help
Topic: Big error in showing punchs.
Replies: 5
Views: 5905

After looking at this a bit more closely it appears that the SQL query comes back with the punches for the week and then the TimeSheetFormatArrayByDate function takes care of formatting the array for being displayed on the timesheet. It appears as though the function is the problem of why the date i...
by lstoumbos
Tue Apr 10, 2007 8:24 am
Forum: Help
Topic: Big error in showing punchs.
Replies: 5
Views: 5905

Big error in showing punchs.

I am having difficulty with a punch appearing on the wrong date. Here is the offending query. select a.*, c.date_stamp as user_date_stamp, b.note as note from punch as a, punch_control as b, user_date as c, users as d where a.punch_control_id = b.id AND b.user_date_id = c.id AND c.user_id = d.id AND...
by lstoumbos
Mon Apr 02, 2007 1:42 pm
Forum: Help
Topic: Weird error message when changing "Policy Group" o
Replies: 7
Views: 7135

Thank you for all your help. I will do that.
by lstoumbos
Mon Apr 02, 2007 11:15 am
Forum: Help
Topic: Weird error message when changing "Policy Group" o
Replies: 7
Views: 7135

Seems like it takes a day or 2. Is it possible it could be a permission issue? drwxrwx--x 2 apache apache 4096 Apr 2 12:15 02 drwxrwx--x 2 apache apache 4096 Apr 2 13:22 03 drwxrwx--x 2 apache apache 4096 Apr 2 12:16 09 drwxrwx--x 2 apache apache 4096 Apr 2 12:18 13 drwxrwx--x 2 apache apache 4096 A...
by lstoumbos
Mon Apr 02, 2007 6:09 am
Forum: Help
Topic: Weird error message when changing "Policy Group" o
Replies: 7
Views: 7135

I still continue to get this. When I delete the tmp files it works fine for awhile then starts up again. Any insight? Should I set another cron job to remove the file automatically?
by lstoumbos
Mon Apr 02, 2007 6:05 am
Forum: Help
Topic: Employee Number won't increment
Replies: 3
Views: 4213

I had that problem and I had MySQL 5.0.24a, TimeTrex 1.5.1 and Linux 2.6.

Here is the thread.

http://forums.timetrex.com/viewtopic.php?t=149

This might help.
by lstoumbos
Wed Mar 28, 2007 6:07 am
Forum: Help
Topic: Weird error message when changing "Policy Group" o
Replies: 7
Views: 7135

Thank you again. I didn't change the pay period because we only have 1 and it has never been changed. So from the start its been right. Now for the cache being deleted that worked. As soon as I removed it, it would allow me to change the Policy Group for the employee.
by lstoumbos
Tue Mar 27, 2007 1:15 pm
Forum: Help
Topic: Weird error message when changing "Policy Group" o
Replies: 7
Views: 7135

Weird error message when changing "Policy Group" o

I have several employees setup in the TimeTrex and when I change the policy group I get an email saying the error below and get the wonderful maintenance screen after I hit submit. DEBUG [786] Array: <b>UserFactory::isUniqueEmployeeNumber()</b>: Unique Job Item: 59 <pre> string(2) "59" </p...
by lstoumbos
Mon Mar 19, 2007 2:26 pm
Forum: Help
Topic: Strange error message
Replies: 2
Views: 3654

no. Ever since I removed the other cron job its been fine. The only emails I got were today which was the beginning of a new pay period. Not sure if the duplicate rows just caused that error.
by lstoumbos
Mon Mar 19, 2007 11:09 am
Forum: Help
Topic: Strange error message
Replies: 2
Views: 3654

Strange error message

I received an error message in my email. DEBUG [153]: <b>[Function]()</b>: URI: /interface/punch/EditPunch.php<br> DEBUG [155]: <b>[Function]()</b>: Production: 1<br> DEBUG [486]: <b>Authentication::Check()</b>: Session Name: SessionID<br> DEBUG [492]: <b>Authentication::Check()</b>: Session ID: fa2...
by lstoumbos
Thu Mar 15, 2007 5:38 pm
Forum: Help
Topic: Added javascript functionality
Replies: 21
Views: 16560

Thanx for the help. I will look into it.
by lstoumbos
Thu Mar 15, 2007 9:03 am
Forum: Help
Topic: Added javascript functionality
Replies: 21
Views: 16560

But thats just it. I have changed the settings in timetrex.ini.php file. Thats why I am having trouble understanding why this might have been happening.
by lstoumbos
Thu Mar 15, 2007 6:17 am
Forum: Help
Topic: Added javascript functionality
Replies: 21
Views: 16560

I guess now I am wondering why TimeTrex cron jobs don't notice the different database. I have go through and completely changed the settings for the 2nd Timetrex installation I have and yet when I disabled the cron job that seemed to take care of the problem. The 2nd timetrex installation is in a co...
by lstoumbos
Wed Mar 14, 2007 12:19 pm
Forum: Help
Topic: Added javascript functionality
Replies: 21
Views: 16560

You might be right on that. I did have 2 cron jobs working. I created a separate virtual host in apache so that I could modify TimeTrex without disturbing the original. I created a separate database and cron job. I did disable the cron job yesterday as a test and it did keep me from getting any erro...
by lstoumbos
Wed Mar 14, 2007 6:53 am
Forum: Help
Topic: Added javascript functionality
Replies: 21
Views: 16560

I don't know if I could narrow it down but the error reports come in the morning. So my guess is that when everyone is punching in the morning. I am not sure how the user_date table is used so I can't give you much further detail. I have changed only 1 line in the source code and that was for gettin...
by lstoumbos
Tue Mar 13, 2007 12:04 pm
Forum: Help
Topic: Added javascript functionality
Replies: 21
Views: 16560

Do you want a mysqldump of the whole table? I could do that.
by lstoumbos
Tue Mar 13, 2007 10:22 am
Forum: Help
Topic: Added javascript functionality
Replies: 21
Views: 16560

I did the mysql query

Code: Select all

select count(*) as num , user_id, date_stamp from user_date where deletec='0' group by date_stamp, user_id having count(*) > 1;
and it returned the same results.
by lstoumbos
Tue Mar 13, 2007 7:44 am
Forum: Help
Topic: Added javascript functionality
Replies: 21
Views: 16560

Here is some more information. I ran a query to find duplicates and this is what I came up with. select count(*) as num , user_id, date_stamp from user_date group by date_stamp, user_id having count(*) > 1; "num","user_id","date_stamp" 2,2,"2007-03-03" 2,3,&qu...
by lstoumbos
Tue Mar 13, 2007 6:18 am
Forum: Help
Topic: Added javascript functionality
Replies: 21
Views: 16560

I am gonna try to get you as much information as I can. Here is the error log I recieved this morning and I am sure more will come. DEBUG [155]: <b>[Function]()</b>: Production: 1<br> DEBUG [56]: <b>[Function]()</b>: 0. User: jefferya<br> DEBUG [192]: <b>UserDateFactory::findOrInsertUserDate()</b>: ...
by lstoumbos
Mon Mar 12, 2007 6:19 am
Forum: Help
Topic: Added javascript functionality
Replies: 21
Views: 16560

Here is the status list. Its in Comma Delimited Format. "Name","Engine","Version","Row_format","Rows","Avg_row_length","Data_length","Max_data_length","Index_length","Data_free","Auto_increment&q...