Add some functionality for filtering attendances records#137
Add some functionality for filtering attendances records#137agn-7 wants to merge 16 commits intofananimi:masterfrom
Conversation
agn-7
commented
Mar 12, 2022
- sorting attendances records by date or by user-id
- limiting attendances records by date or by user-id
- getting user history
…ced to version 3.6
|
Can this branch be merged? It its a really good implementation for filtering dates. |
Reem-Elfalah
left a comment
There was a problem hiding this comment.
Can you please review this and add it as the features are really helpful when downloading huge data
There was a problem hiding this comment.
get_limited_attendance accepts start_date & end_date not start & end, please fix it in the README, thanks!!
def get_limited_attendance(
self, users: list = [],
start_date=None, end_date=None
) -> list:
|
Hi. @agn-7 . Thank you so much for this update. I hope that this will be merged in the main branch. |
|
By the way, I have some question, do you an experience connecting with ZkTeco WL20 device? It returns empty list when I call get_attenance() or get_users() functions. This is an old forum but still not resolved til today. |
|
please merge this PR its really usefull |