We need to add a functionality in DataTruck that allows users to set a maximum number of pickups a booker can schedule per day.
Requested Functionality
Allow users to configure a maximum pickup limit for bookers.
For example, set the limit to 6 pickups per day on Mondays and Tuesdays.
Once a booker reaches the configured limit of 6 pickups for that day, the system should prevent additional pickups from being assigned/booked by that booker.
The limit should be configurable by day of the week, so different limits can be set for different days.
The system should clearly notify the user when the daily pickup limit has been reached.
Business Need
This functionality would help control the number of pickups assigned to each booker on specific days and prevent exceeding the company's daily operational capacity.