Not automatic Material request generation when stock reached to Re-Order level,
Email notification also not getting and we can get able to other notification like Daily Digest Report and other Mail also. Scheduler is working and enabled properly.
Title
frappe.email.doctype.auto_email_report.auto_email_report.send_daily
Error
{‘retry’: 0, ‘log’: <function log at 0x38f6398>, ‘site’: u’site1.local’, ‘event’: u’daily’, ‘method_name’: u’frappe.email.doctype.auto_email_report.auto_email_report.send_daily’, ‘method’: <function send_daily at 0x404cc80>, ‘user’: u’Administrator’, ‘kwargs’: {}, ‘async’: True, ‘job_name’: u’frappe.email.doctype.auto_email_report.auto_email_report.send_daily’}
Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/utils/background_jobs.py”, line 66, in execute_job
method(**kwargs)
File “/home/frappe/frappe-bench/apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py”, line 187, in send_daily
auto_email_report.send()
File “/home/frappe/frappe-bench/apps/frappe/frappe/email/doctype/auto_email_report/auto_email_report.py”, line 107, in send
frappe.throw(_(“Please set filters value in Report Filter table.”))
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 319, in throw
msgprint(msg, raise_exception=exc, title=title, indicator=‘red’)
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 309, in msgprint
_raise_exception()
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 282, in _raise_exception
raise raise_exception(encode(msg))
ValidationError: Please set filters value in Report Filter table.