Merge pull request #40695 from ruthra-kumar/ledger_health_monitor

feat: Periodically monitor ledger health
This commit is contained in:
ruthra kumar
2024-04-09 17:52:55 +05:30
committed by GitHub
15 changed files with 460 additions and 0 deletions

View File

@@ -434,6 +434,7 @@ scheduler_events = {
"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",
"erpnext.accounts.utils.run_ledger_health_checks",
],
"weekly": [
"erpnext.accounts.utils.auto_create_exchange_rate_revaluation_weekly",