You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notify the Project Manager when an employee submits a timesheet for approval and Send notification on Timesheet submitted for Approval is checked on Slack Settings.
Notification message:
"{{employee}} has submitted a timesheet for approval. {{link to employee timesheet on app}}"
The text was updated successfully, but these errors were encountered:
So, the slack notification is being triggered multiple times for each timesheet update:
defon_update(doc, method):
""" Send a slack message to the timesheet approver when a new timesheet is submitted for approval. """ifdoc.custom_weekly_approval_status=="Approval Pending":
frappe.enqueue(
send_timesheet_approval_notification_bg,
queue="short",
doc=doc,
)
@ananyo141 We will have to implement this particular Notification in rtCamp since it is very specific to rtCamp as Approval Status is our custom field and only we follow weekly submissions and approvals.
Notify the Project Manager when an employee submits a timesheet for approval and
Send notification on Timesheet submitted for Approval
is checked on Slack Settings.Notification message:
"{{employee}} has submitted a timesheet for approval. {{link to employee timesheet on app}}"
The text was updated successfully, but these errors were encountered: