Rushabh Mehta | 3043079 | 2013-12-13 15:33:40 +0530 | [diff] [blame] | 1 | app_name ERPNext |
Rushabh Mehta | b63d550 | 2013-12-23 16:09:00 +0530 | [diff] [blame] | 2 | app_publisher Web Notes Technologies |
| 3 | app_description Open Source Enterprise Resource Planning for Small and Midsized Organizations |
| 4 | app_icon icon-th |
| 5 | app_color #e74c3c |
| 6 | app_version 4.0.0-wip |
Rushabh Mehta | 6de403f | 2013-12-13 14:10:14 +0530 | [diff] [blame] | 7 | |
Rushabh Mehta | 3043079 | 2013-12-13 15:33:40 +0530 | [diff] [blame] | 8 | app_include_js assets/js/erpnext.min.js |
| 9 | app_include_css assets/css/erpnext.css |
Rushabh Mehta | c652a62 | 2013-12-16 12:48:22 +0530 | [diff] [blame] | 10 | web_include_js assets/js/erpnext-web.min.js |
| 11 | |
Rushabh Mehta | b63d550 | 2013-12-23 16:09:00 +0530 | [diff] [blame] | 12 | after_install erpnext.setup.install.after_install |
| 13 | |
Rushabh Mehta | 3043079 | 2013-12-13 15:33:40 +0530 | [diff] [blame] | 14 | boot_session erpnext.startup.boot.boot_session |
| 15 | notification_config erpnext.startup.notifications.get_notification_config |
Rushabh Mehta | 6de403f | 2013-12-13 14:10:14 +0530 | [diff] [blame] | 16 | |
Rushabh Mehta | 3043079 | 2013-12-13 15:33:40 +0530 | [diff] [blame] | 17 | dump_report_map erpnext.startup.report_data_map.data_map |
Rushabh Mehta | c652a62 | 2013-12-16 12:48:22 +0530 | [diff] [blame] | 18 | update_website_context erpnext.startup.webutils.update_website_context |
| 19 | |
| 20 | mail_footer erpnext.startup.mail_footer |
| 21 | |
| 22 | on_session_creation erpnext.startup.event_handlers.on_session_creation |
| 23 | on_logout erpnext.startup.event_handlers.on_logut |
| 24 | |
| 25 | # Bean Events |
| 26 | # ----------- |
| 27 | |
| 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 |
| 31 | |
| 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 |
| 35 | |
Rushabh Mehta | 91e9822 | 2013-12-16 18:43:42 +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 | 3043079 | 2013-12-13 15:33:40 +0530 | [diff] [blame] | 39 | standard_queries Warehouse:erpnext.stock.utils.get_warehouse_list |
| 40 | standard_queries Customer:erpnext.selling.utils.get_customer_list |
| 41 | |
Rushabh Mehta | c652a62 | 2013-12-16 12:48:22 +0530 | [diff] [blame] | 42 | # Schedulers |
| 43 | # ---------- |
| 44 | |
| 45 | #### Frequently |
| 46 | |
| 47 | scheduler_event all:erpnext.support.doctype.support_ticket.get_support_mails.get_support_mails |
| 48 | scheduler_event all:erpnext.hr.doctype.job_applicant.get_job_applications.get_job_applications |
| 49 | scheduler_event all:erpnext.selling.doctype.lead.get_leads.get_leads |
| 50 | scheduler_event all:webnotes.utils.email_lib.bulk.flush |
| 51 | |
| 52 | #### Daily |
| 53 | |
| 54 | scheduler_event daily:webnotes.core.doctype.event.event.send_event_digest |
| 55 | scheduler_event daily:erpnext.setup.doctype.email_digest.email_digest.send |
| 56 | scheduler_event daily:webnotes.core.doctype.notification_count.notification_count.delete_event_notification_count |
| 57 | scheduler_event daily:webnotes.utils.email_lib.bulk.clear_outbox |
| 58 | scheduler_event daily:erpnext.accounts.doctype.sales_invoice.sales_invoice.manage_recurring_invoices |
| 59 | scheduler_event daily:erpnext.setup.doctype.backup_manager.backup_manager.take_backups_daily |
| 60 | scheduler_event daily:erpnext.stock.utils.reorder_item |
| 61 | scheduler_event daily:webnotes.scheduler.report_errors |
| 62 | |
| 63 | #### Weekly |
| 64 | |
| 65 | scheduler_event weekly:erpnext.setup.doctype.backup_manager.backup_manager.take_backups_weekly |