refactor: submit and make JV through background job

This commit is contained in:
ruthra kumar
2023-07-03 14:35:33 +05:30
parent 6644311c8b
commit 4f51c5a433
4 changed files with 62 additions and 1 deletions

View File

@@ -415,6 +415,10 @@ scheduler_events = {
"erpnext.selling.doctype.quotation.quotation.set_expired_status",
"erpnext.buying.doctype.supplier_quotation.supplier_quotation.set_expired_status",
"erpnext.accounts.doctype.process_statement_of_accounts.process_statement_of_accounts.send_auto_email",
"erpnext.accounts.utils.auto_create_exchange_rate_revaluation_daily",
],
"weekly": [
"erpnext.accounts.utils.auto_create_exchange_rate_revaluation_weekly",
],
"daily_long": [
"erpnext.setup.doctype.email_digest.email_digest.send",