Hello Dev,
I am developing app where manager is need to know which employee (Driver) is available on that day for assigning orders, and also want to know till what time he is going to be there in shop,I searched on clover api i get that there is Shift concept but need to know in details as there is * IN TIME* and OUT TIMEwhich employee is going to clock in and clocked out respectively. So where the merchant are allowed to set shift timing (End of day time ) of the employees so that i can use that for available time functionality.
What is overrideInTime,OverrideOutTime param in response of Shift?
Is there any snippet available from Shift app of clover for report of employees on the end of day?
Is there any functionality for employee login silently programmatically as EmployeeConnector.Login() functionality asks for pin the there is no callback to check if its authenticated or not.