Employee Number won't increment

General support regarding TimeTrex, such as
configuring policies/taxes or processing payroll.
Locked
jockboy6
Posts: 9
Joined: Fri Mar 30, 2007 9:45 am

Employee Number won't increment

Post by jockboy6 »

My Employee Number won't increment while adding a new user. If I manually change it, it works fine. It keeps saying that the next available is 10 when it is actually 14.

I did a

Code: Select all

SELECT * FROM `users_id_seq` 
and it returns a 14 as the id.

Any Ideas?

Mike
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

What version of TimeTrex are you running?
lstoumbos
Posts: 80
Joined: Wed Jan 10, 2007 7:41 am

Post by lstoumbos »

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.
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

Try TimeTrex v1.6.0-beta2, it should fix the problem as well. Beta2 is pretty close to what the final v1.6.0 will be.
Locked