i have implemented biometric attendance in ERPNext, so I don’t want manual check-in and check-out in the Frappe HR mobile app. How can you hide it?
@rucha_mahabal @NCP
Go to Role Permission Manager and remove all roles associated with the Check-in doctype
Will be available in the next release:
frappe:develop
← frappe:disable-checkin-for-mobile
opened 09:07AM - 21 Mar 24 UTC
Description: Adding an HR setting to disable checkin from the mobile app.
Use c… ase: In case of having an alternative checkin system such as Biometrics.
<img width="378" alt="Screenshot 2024-03-21 at 1 21 55 PM" src="https://github.com/frappe/hrms/assets/52369157/77b377f4-ef04-4bd3-afa8-f4e071af441e">
<img width="300" alt="Screenshot 2024-03-21 at 1 08 03 PM" src="https://github.com/frappe/hrms/assets/52369157/30701e59-a9f7-4d77-a256-c1038921ff5e">
Closes #1413