Click here to Skip to main content
15,897,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I develop the Rfid swiping machine project in that i have a problem that is i want to calculate the total working hours of each and Every Employee of based on first swipIn and last swipeOut .

pls help me....


Thanks & Regards

Venkat
Posted
Comments
[no name] 11-Jul-13 6:32am    
The table Structor is like Below

Date,EmpName,EmpId,EMpRFID,SwipeIn,SwipeOut,Hours

i implements the Every time Swipe in and Swipeout Time and also hours of in between SwipeIn and Swipe out .
but i want first SwipeIn and Last SwipeOut for calculate total working hours in a day.


pls help me...
ArunRajendra 12-Jul-13 2:54am    
Is your SwipeIn,SwipeOut just time or datetime?

Try my previous post. The table structure might be different in you case. Can refine the answer if you post the table structure.

Calculation of Time in Sql Server 2008[^]
 
Share this answer
 
Comments
[no name] 12-Jul-13 2:46am    
Thanks for response ....

he table Structor is like Below

Date,EmpName,EmpId,EMpRFID,SwipeIn,SwipeOut,Hours

i implements the Every time Swipe in and Swipeout Time and also hours of in between SwipeIn and Swipe out .
but i want first SwipeIn and Last SwipeOut for calculate total working hours in a day.


pls help me...
The table Structor is like Below

Date,EmpName,EmpId,EMpRFID,SwipeIn,SwipeOut,Hours

i implements the Every time Swipe in and Swipeout Time and also hours of in between SwipeIn and Swipe out .
but i want first SwipeIn and Last SwipeOut for calculate total working hours in a day.


pls help me...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900