Job Time Measuring

Hello, we have been on the system a while now however we are currently on kinetic cloud we want to try and measure in the best way how long a job takes from start to finish, currently our reporting is not feasible due to people clocking in and out of jobs which is not reflecting a completing reading of it

Usually we have 4 Ops per job, so we would want to measure each OP individually and then how long the complete job took, we can then break it down based on average time take per OP etc over a time period

Any thoughts on working solutions people are currently using ?

I’m not sure I’m 100% following… but I would start by querying the LaborDtl table, and summing the labor hours based on a given Job/Assembly/OpSeq. This would give you a total time for each operation (summing all employees who clocked time against that Job/Assembly/OpSeq).

You could then sum all LaborDtl entries on a given Job to get total time.