Discussions
Duplicate hours on weekly time sheet.
The weekly time sheet lets you add hours to the same day on different entries. While I can see why this would be allowed, we want to restrict users to entering time for a given day to one entry.
My guess is we need a script here. I have a programming background, but have only used javascript in web development. Can anyone point me in the right direction?
My logic:
When a user hits save on a new weekly time sheet, the script will check to see if hours for any of the days have already been entered. If hours have been entered, it would not save the sheet and come up with a popup instructing the person to edit their previous entry to add the hours.