Merge pull request #16358 from adityahase/naming-series

feat(naming): Deferred naming for SLE and GL Entry
This commit is contained in:
Nabin Hait
2019-01-18 10:55:30 +05:30
committed by GitHub
22 changed files with 1779 additions and 1650 deletions

View File

@@ -235,7 +235,9 @@ scheduler_events = {
"hourly": [
'erpnext.hr.doctype.daily_work_summary_group.daily_work_summary_group.trigger_emails',
"erpnext.accounts.doctype.subscription.subscription.process_all",
"erpnext.erpnext_integrations.doctype.amazon_mws_settings.amazon_mws_settings.schedule_get_order_details"
"erpnext.erpnext_integrations.doctype.amazon_mws_settings.amazon_mws_settings.schedule_get_order_details",
"erpnext.accounts.doctype.gl_entry.gl_entry.rename_gle_sle_docs",
],
"daily": [
"erpnext.stock.reorder_item.reorder_item",