You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 21, 2025. It is now read-only.
There is an issue with the date selection in the "Create Cashier For Teller" form. The form allows the end date to be set before the start date, which is not logically possible and should be prevented.
Steps to Reproduce
Navigate to the "Create Cashier For Teller" form.
Select a start date.
In the end date field, the calendar allows selection of dates before the start date.
Expected Behaviour
The end date should only allow dates that are the same or after the start date. The calendar for the end date field should not display or allow selection of dates before the start date.
Actual Behaviour
The end date field allows dates before the start date to be selected.