Need to show IP from where employee punch in/out

Discussion for TimeTrex open source community developers.
Post Reply
muthyam707
Posts: 4
Joined: Wed Jul 01, 2015 1:11 pm

Need to show IP from where employee punch in/out

Post by muthyam707 »

I want the IP public address of the employee to be shown in Punch table.

Please help me in modifying the code.

I tried in PunchControlFactory.class.php but it does not worked.
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Re: Need to show IP from where employee punch in/out

Post by shaunw »

Each punch is assigned to a Station, and the Stations already have the IP addresses. When editing a punch, you can click on the Station text at the bottom, and that will show you the IP address.
muthyam707
Posts: 4
Joined: Wed Jul 01, 2015 1:11 pm

Re: Need to show IP from where employee punch in/out

Post by muthyam707 »

I want the public address of the employee location(station) from which he/she punched in and wants to display in punch sheet.
muthyam707
Posts: 4
Joined: Wed Jul 01, 2015 1:11 pm

Re: Need to show IP from where employee punch in/out

Post by muthyam707 »

Can anyone help me in this regard.

I want updated code for Punch in/out showing employee IP address.
muthyam707
Posts: 4
Joined: Wed Jul 01, 2015 1:11 pm

Re: Need to show IP from where employee punch in/out

Post by muthyam707 »

thank you shaunw i got the IP address in station .

Appreciated........
Post Reply