Time Tracking
Posted: 2014-11-23 10:32
Hello Everyone and thanks for the great application. I wonder if anyone can help me with this special customization as I am trying to code php for first time and I've not programmed for years now.
I want some of my form fields to track process time based on a status filed:
- When the record is created, the status is "released" and a timer record that time
- When the employee start processing, he will change status to "InProcess" and that time recorded in another variable
- When he done, he change to "ready for QC" and timer recorded.
and so for QC process and until order is "Done". Also I am thinking to have "Hold" status to consider hold time
At the end and all what I am concerned with is to get these calculated fields :
Idle time= InProcess - Released
Process Time = Ready to QC - InProcess -(Hold start/Stop)
QC Idle .....
I hope I could explain this well and if you need more details please let me know.... your help is appreciated.
I also assume these should be added in the table-update function, please let me know if that is not the case.
Regards,
Firas
I want some of my form fields to track process time based on a status filed:
- When the record is created, the status is "released" and a timer record that time
- When the employee start processing, he will change status to "InProcess" and that time recorded in another variable
- When he done, he change to "ready for QC" and timer recorded.
and so for QC process and until order is "Done". Also I am thinking to have "Hold" status to consider hold time
At the end and all what I am concerned with is to get these calculated fields :
Idle time= InProcess - Released
Process Time = Ready to QC - InProcess -(Hold start/Stop)
QC Idle .....
I hope I could explain this well and if you need more details please let me know.... your help is appreciated.
I also assume these should be added in the table-update function, please let me know if that is not the case.
Regards,
Firas