You are not authorized to punch in or out from this station!

General support regarding TimeTrex, such as
configuring policies/taxes or processing payroll.
Locked
betolley
Posts: 22
Joined: Mon May 21, 2007 10:04 am

You are not authorized to punch in or out from this station!

Post by betolley »

I created a VB.net application witha web browser in it. If I go to Sign In I get "You are not authorized to punch in or out from this station!". It works fine with a regular browser. I need to control the interface with my vb app.
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

Please see section 2.4 of the Administrator Guide ( Help -> Administrator Guide), you need to allow employees to punch in/out of that station.
betolley
Posts: 22
Joined: Mon May 21, 2007 10:04 am

Bug

Post by betolley »

It was a bug in Visual Studio. Apparently when new windows are opened in the web browser control in vs2005 it does not keep the original windows session. I overwrode the newwindow event and redirected to the punch.php file. Fixed the problem.
Locked