Skip to content
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

Send Reminder if Timesheet Not Filled or Less Than 8 Hours Logged #21

Open
KanchanChauhan opened this issue Sep 16, 2024 · 1 comment
Open
Assignees
Milestone

Comments

@KanchanChauhan
Copy link

KanchanChauhan commented Sep 16, 2024

Check if team members have filled their timesheet for the previous working day. If a timesheet is incomplete or if logged hours are less than 8, and Send previous day reminder to fill the timesheet is checked on Slack Settings, send a reminder with the following message:
"You tracked only {{no of hours}} yesterday. Please fill in your timesheet."

Conditions to check:

  • If the timesheet is not filled for the previous working day.
  • If the total logged working hours for the previous day is less than 8.
@ananyo141
Copy link
Contributor

As discussed with @niraj2477, we have to

  • Using an email template in Slack Settings to get the notification format
  • Checking user permissions with .get_list() and get details like Project, Task for user

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants