-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
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
Bulk Generation of Workdays - is not working if not all employees are maintained or doesnt't need this time collection #85
Comments
our temporarily solution in workday.py. here is also included the topic regarding compensatory_off --> target_hours = 0
hr_addon_settings.py:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
current problem:
the bulk generation could not be filtered by shift_types or departments or companies. We have teams, which are working outside at customers and they tell the checkin times some days later. Or we have different companies and departments which should generate workdays separately with the bulk transaction for there teams.
Proposal:
Generating wokdays in bulk transaktion by selecting employees by:
for now first 2 points we soved by modifying original programming (workday.py and hr_addon_settings.py). But this is just a fast & dirty, temporarily solution... Otherwise we could start setup checkin and out in steps for all employees.
The text was updated successfully, but these errors were encountered: