We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are some special types of absence which are auto approved for instance for remote_work.
remote_work
Currently there is not distinction between special absences.
personio-timelogger/client/personio-timelogger.py
Line 140 in bf146eb
a simple personal workarround would be something like. But it might be usefull to allow some config in config.py.
isAbsence = len(list(filter(lambda a : a['attributes']['time_off_type_id'] != 113287, json.loads(response.text)['data'])))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are some special types of absence which are auto approved for instance for
remote_work
.Currently there is not distinction between special absences.
personio-timelogger/client/personio-timelogger.py
Line 140 in bf146eb
a simple personal workarround would be something like. But it might be usefull to allow some config in config.py.
The text was updated successfully, but these errors were encountered: