Skip to content

Commit 2d43053

Browse files
authored
README.md
1 parent df1c9dc commit 2d43053

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

  • Client-Side Components/Client Scripts/Reinstate Error status
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Table: Time Worked [task_time_worked]
2+
Type: onsubmit
3+
4+
#Objective :
5+
Ensure that time entries (represented by the work_date field) are not submitted after 8:00 PM CST on two key dates:
6+
The 16th of the month and The last day of the month
7+
If a user tries to submit time for a current or past date after the cut-off time, the submission is blocked and a clear error message is displayed.
8+
9+
#Business Scenario
10+
Imagine a consulting firm where employees log billable hours against customer cases. There are internal controls in place that lock the timekeeping system after a certain cut-off time to ensure accurate payroll and billing.
11+
12+
The finance department requires that:
13+
On the 16th and last day of each month, submissions must be in before 8:00 PM CST.
14+
If employees miss the deadline, they can only log time for future dates (not today or the past).

0 commit comments

Comments
 (0)