Rushabh Mehta | c4a0ed6 | 2013-12-27 17:30:24 +0530 | [diff] [blame] | 1 | app_name = erpnext |
| 2 | app_title = ERPNext |
| 3 | app_publisher = Web Notes Technologies |
| 4 | app_description = Open Source Enterprise Resource Planning for Small and Midsized Organizations |
| 5 | app_icon = icon-th |
| 6 | app_color = #e74c3c |
| 7 | app_version = 4.0.0-wip |
Rushabh Mehta | 6de403f | 2013-12-13 14:10:14 +0530 | [diff] [blame] | 8 | |
Rushabh Mehta | c4a0ed6 | 2013-12-27 17:30:24 +0530 | [diff] [blame] | 9 | app_include_js = assets/js/erpnext.min.js |
| 10 | app_include_css = assets/css/erpnext.css |
| 11 | web_include_js = assets/js/erpnext-web.min.js |
Rushabh Mehta | c652a62 | 2013-12-16 12:48:22 +0530 | [diff] [blame] | 12 | |
Rushabh Mehta | c4a0ed6 | 2013-12-27 17:30:24 +0530 | [diff] [blame] | 13 | after_install = erpnext.setup.install.after_install |
Rushabh Mehta | b63d550 | 2013-12-23 16:09:00 +0530 | [diff] [blame] | 14 | |
Rushabh Mehta | c4a0ed6 | 2013-12-27 17:30:24 +0530 | [diff] [blame] | 15 | boot_session = erpnext.startup.boot.boot_session |
| 16 | notification_config = erpnext.startup.notifications.get_notification_config |
Rushabh Mehta | 6de403f | 2013-12-13 14:10:14 +0530 | [diff] [blame] | 17 | |
Rushabh Mehta | c4a0ed6 | 2013-12-27 17:30:24 +0530 | [diff] [blame] | 18 | dump_report_map = erpnext.startup.report_data_map.data_map |
| 19 | update_website_context = erpnext.startup.webutils.update_website_context |
Rushabh Mehta | c652a62 | 2013-12-16 12:48:22 +0530 | [diff] [blame] | 20 | |
Rushabh Mehta | c4a0ed6 | 2013-12-27 17:30:24 +0530 | [diff] [blame] | 21 | mail_footer = erpnext.startup.mail_footer |
Rushabh Mehta | c652a62 | 2013-12-16 12:48:22 +0530 | [diff] [blame] | 22 | |
Rushabh Mehta | c4a0ed6 | 2013-12-27 17:30:24 +0530 | [diff] [blame] | 23 | on_session_creation = erpnext.startup.event_handlers.on_session_creation |
Rushabh Mehta | c652a62 | 2013-12-16 12:48:22 +0530 | [diff] [blame] | 24 | |
Rushabh Mehta | c4a0ed6 | 2013-12-27 17:30:24 +0530 | [diff] [blame] | 25 | # Boot Events |
| 26 | # ------------------------- |
Rushabh Mehta | c652a62 | 2013-12-16 12:48:22 +0530 | [diff] [blame] | 27 | |
Rushabh Mehta | c4a0ed6 | 2013-12-27 17:30:24 +0530 | [diff] [blame] | 28 | bean_event = *:on_update:erpnext.home.update_feed |
| 29 | bean_event = *:on_submit:erpnext.home.update_feed |
| 30 | bean_event = Comment:on_update:erpnext.home.make_comment_feed |
Rushabh Mehta | c652a62 | 2013-12-16 12:48:22 +0530 | [diff] [blame] | 31 | |
Rushabh Mehta | c4a0ed6 | 2013-12-27 17:30:24 +0530 | [diff] [blame] | 32 | bean_event = *:on_update:webnotes.core.doctype.notification_count.notification_count.clear_doctype_notifications |
| 33 | bean_event = *:on_cancel:webnotes.core.doctype.notification_count.notification_count.clear_doctype_notifications |
| 34 | bean_event = *:on_trash:webnotes.core.doctype.notification_count.notification_count.clear_doctype_notifications |
Rushabh Mehta | c652a62 | 2013-12-16 12:48:22 +0530 | [diff] [blame] | 35 | |
Rushabh Mehta | c4a0ed6 | 2013-12-27 17:30:24 +0530 | [diff] [blame] | 36 | bean_event = Stock Entry:on_submit:erpnext.stock.doctype.material_request.material_request.update_completed_qty |
| 37 | bean_event = Stock Entry:on_cancel:erpnext.stock.doctype.material_request.material_request.update_completed_qty |
Rushabh Mehta | 6de403f | 2013-12-13 14:10:14 +0530 | [diff] [blame] | 38 | |
Rushabh Mehta | c4a0ed6 | 2013-12-27 17:30:24 +0530 | [diff] [blame] | 39 | standard_queries = Customer:erpnext.selling.utils.get_customer_list |
Rushabh Mehta | 3043079 | 2013-12-13 15:33:40 +0530 | [diff] [blame] | 40 | |
Rushabh Mehta | c652a62 | 2013-12-16 12:48:22 +0530 | [diff] [blame] | 41 | # Schedulers |
Rushabh Mehta | c4a0ed6 | 2013-12-27 17:30:24 +0530 | [diff] [blame] | 42 | # ------------------------- |
Rushabh Mehta | c652a62 | 2013-12-16 12:48:22 +0530 | [diff] [blame] | 43 | |
| 44 | #### Frequently |
| 45 | |
Rushabh Mehta | c4a0ed6 | 2013-12-27 17:30:24 +0530 | [diff] [blame] | 46 | scheduler_event = all:erpnext.support.doctype.support_ticket.get_support_mails.get_support_mails |
| 47 | scheduler_event = all:erpnext.hr.doctype.job_applicant.get_job_applications.get_job_applications |
| 48 | scheduler_event = all:erpnext.selling.doctype.lead.get_leads.get_leads |
| 49 | scheduler_event = all:webnotes.utils.email_lib.bulk.flush |
Rushabh Mehta | c652a62 | 2013-12-16 12:48:22 +0530 | [diff] [blame] | 50 | |
| 51 | #### Daily |
| 52 | |
Rushabh Mehta | c4a0ed6 | 2013-12-27 17:30:24 +0530 | [diff] [blame] | 53 | scheduler_event = daily:webnotes.core.doctype.event.event.send_event_digest |
| 54 | scheduler_event = daily:webnotes.core.doctype.notification_count.notification_count.delete_event_notification_count |
| 55 | scheduler_event = daily:webnotes.utils.email_lib.bulk.clear_outbox |
| 56 | scheduler_event = daily:erpnext.accounts.doctype.sales_invoice.sales_invoice.manage_recurring_invoices |
| 57 | scheduler_event = daily:erpnext.setup.doctype.backup_manager.backup_manager.take_backups_daily |
| 58 | scheduler_event = daily:erpnext.stock.utils.reorder_item |
| 59 | scheduler_event = daily:erpnext.setup.doctype.email_digest.email_digest.send |
Rushabh Mehta | c652a62 | 2013-12-16 12:48:22 +0530 | [diff] [blame] | 60 | |
| 61 | #### Weekly |
| 62 | |
Rushabh Mehta | c4a0ed6 | 2013-12-27 17:30:24 +0530 | [diff] [blame] | 63 | scheduler_event = weekly:erpnext.setup.doctype.backup_manager.backup_manager.take_backups_weekly |