If I have a complex attendance project to track the employees attendance and leaving, and according to that they get overtime money through a workflow.
The schedule is something like that :
6 weeks clickable on the top and the dates of the month in the right hand side.
I save the overall calculation but sometimes some factors may change the number of hours and this make a difference between the live data and the saved data(the overtime which has paid to the employees).
And i find it's so difficult to explore the day which make this difference.
My Question is :
Is it wise to take a snapshot programmatically from this schedule UI for every employee just after confirming the overtime record and save it so that i could compare between the live snapshot and the saved version ? or there 's a better solution ?