Merge pull request #14205 from Alchez/frappe-contract

[Feature] Managing Contracts in ERPNext
This commit is contained in:
Shreya Shah
2018-06-14 17:57:02 +05:30
committed by GitHub
23 changed files with 2031 additions and 1 deletions

View File

@@ -233,7 +233,8 @@ scheduler_events = {
"erpnext.setup.doctype.company.company.cache_companies_monthly_sales_history",
"erpnext.manufacturing.doctype.bom_update_tool.bom_update_tool.update_latest_price_in_all_boms",
"erpnext.assets.doctype.asset.asset.update_maintenance_status",
"erpnext.assets.doctype.asset.asset.make_post_gl_entry"
"erpnext.assets.doctype.asset.asset.make_post_gl_entry",
"erpnext.crm.doctype.contract.contract.update_status_for_contracts"
],
"monthly": [
"erpnext.accounts.doctype.sales_invoice.sales_invoice.booked_deferred_revenue",