Added status field in sales invoice and purchase invoice

This commit is contained in:
Rohit Waghchaure
2016-11-08 12:39:33 +05:30
parent 31f6436f75
commit 2f1db57fe1
11 changed files with 126 additions and 6 deletions

View File

@@ -189,6 +189,7 @@ scheduler_events = {
"erpnext.stock.reorder_item.reorder_item",
"erpnext.setup.doctype.email_digest.email_digest.send",
"erpnext.support.doctype.issue.issue.auto_close_tickets",
"erpnext.controllers.accounts_controller.update_invoice_status",
"erpnext.accounts.doctype.fiscal_year.fiscal_year.auto_create_fiscal_year",
"erpnext.hr.doctype.employee.employee.send_birthday_reminders",
"erpnext.projects.doctype.task.task.set_tasks_as_overdue",