Hi Community,
i had put auto attendance in shift type using employee checkin but i need Suppose if an employee check in in the morning and then they want to apply half day sick leave (using leave application) then system doesn’t allow as it’s marked as present already
Thanks in Advance
ejaaz
October 24, 2024, 6:28am
2
There is already an issue created for that in HRMS.
opened 12:51PM - 11 May 21 UTC
bug
HR
<!--
Welcome to ERPNext issue tracker! Before creating an issue, please heed th… e following:
1. This tracker should only be used to report bugs and request features / enhancements to ERPNext
- For questions and general support, checkout the manual https://erpnext.com/docs/user/manual/en or use https://discuss.erpnext.com
- For documentation issues, refer to https://github.com/frappe/erpnext_com
2. Use the search function before creating a new issue. Duplicates will be closed and directed to
the original discussion.
3. When making a bug report, make sure you provide all required information. The easier it is for
maintainers to reproduce, the faster it'll be fixed.
4. If you think you know what the reason for the bug is, share it with us. Maybe put in a PR 😉
-->
## Description of the issue
Consider the following cases which ERPNext doesn't cover
1. A half day attendance is marked (via half day leave application) and for rest of the day employee checked in and out (say log in, out via biometric device).
2. Vice versa of above case.
3. A half day leave is taken but rest of the half day employee didn't work and hence is marked absent based on shift
4. Vice versa of above case. (i.e applied leave for second half half-day)
These cases cannot be recorded because ERPNext wont allow attendance to be marked if there is already a leave application (because of duplicity checks for attendance records) and vice versa.
## Context information (for bug reports)
**Output of `bench version`**
```
erpnext 13.2.0
frappe 13.2.0
```
## Steps to reproduce the issue
Steps as explained in the description.
### Observed result
All possible cases are not covered for half day attendance
### Expected result
All possible cases are to be covered for half day attendance
### Stacktrace / full error message
```
(paste here)
```
## Additional information
OS version / distribution, `ERPNext` install method, etc.
Mac OS, mojave.
is there any solution for this?
Thanks in Advance
ejaaz
October 24, 2024, 6:32am
4
opened 12:51PM - 11 May 21 UTC
bug
HR
<!--
Welcome to ERPNext issue tracker! Before creating an issue, please heed th… e following:
1. This tracker should only be used to report bugs and request features / enhancements to ERPNext
- For questions and general support, checkout the manual https://erpnext.com/docs/user/manual/en or use https://discuss.erpnext.com
- For documentation issues, refer to https://github.com/frappe/erpnext_com
2. Use the search function before creating a new issue. Duplicates will be closed and directed to
the original discussion.
3. When making a bug report, make sure you provide all required information. The easier it is for
maintainers to reproduce, the faster it'll be fixed.
4. If you think you know what the reason for the bug is, share it with us. Maybe put in a PR 😉
-->
## Description of the issue
Consider the following cases which ERPNext doesn't cover
1. A half day attendance is marked (via half day leave application) and for rest of the day employee checked in and out (say log in, out via biometric device).
2. Vice versa of above case.
3. A half day leave is taken but rest of the half day employee didn't work and hence is marked absent based on shift
4. Vice versa of above case. (i.e applied leave for second half half-day)
These cases cannot be recorded because ERPNext wont allow attendance to be marked if there is already a leave application (because of duplicity checks for attendance records) and vice versa.
## Context information (for bug reports)
**Output of `bench version`**
```
erpnext 13.2.0
frappe 13.2.0
```
## Steps to reproduce the issue
Steps as explained in the description.
### Observed result
All possible cases are not covered for half day attendance
### Expected result
All possible cases are to be covered for half day attendance
### Stacktrace / full error message
```
(paste here)
```
## Additional information
OS version / distribution, `ERPNext` install method, etc.
Mac OS, mojave.
Check this comment
Maybe it will solve your issue?
1 Like