blob: af11df97b174fe262672a93408d4c3beaf84fb40 [file] [log] [blame]
Rushabh Mehta30430792013-12-13 15:33:40 +05301app_name ERPNext
Rushabh Mehtab63d5502013-12-23 16:09:00 +05302app_publisher Web Notes Technologies
3app_description Open Source Enterprise Resource Planning for Small and Midsized Organizations
4app_icon icon-th
5app_color #e74c3c
6app_version 4.0.0-wip
Rushabh Mehta6de403f2013-12-13 14:10:14 +05307
Rushabh Mehta30430792013-12-13 15:33:40 +05308app_include_js assets/js/erpnext.min.js
9app_include_css assets/css/erpnext.css
Rushabh Mehtac652a622013-12-16 12:48:22 +053010web_include_js assets/js/erpnext-web.min.js
11
Rushabh Mehtab63d5502013-12-23 16:09:00 +053012after_install erpnext.setup.install.after_install
13
Rushabh Mehta30430792013-12-13 15:33:40 +053014boot_session erpnext.startup.boot.boot_session
15notification_config erpnext.startup.notifications.get_notification_config
Rushabh Mehta6de403f2013-12-13 14:10:14 +053016
Rushabh Mehta30430792013-12-13 15:33:40 +053017dump_report_map erpnext.startup.report_data_map.data_map
Rushabh Mehtac652a622013-12-16 12:48:22 +053018update_website_context erpnext.startup.webutils.update_website_context
19
20mail_footer erpnext.startup.mail_footer
21
22on_session_creation erpnext.startup.event_handlers.on_session_creation
23on_logout erpnext.startup.event_handlers.on_logut
24
25# Bean Events
26# -----------
27
28bean_event *:on_update:erpnext.home.update_feed
29bean_event *:on_submit:erpnext.home.update_feed
30bean_event Comment:on_update:erpnext.home.make_comment_feed
31
32bean_event *:on_update:webnotes.core.doctype.notification_count.notification_count.clear_doctype_notifications
33bean_event *:on_cancel:webnotes.core.doctype.notification_count.notification_count.clear_doctype_notifications
34bean_event *:on_trash:webnotes.core.doctype.notification_count.notification_count.clear_doctype_notifications
35
Rushabh Mehta91e98222013-12-16 18:43:42 +053036bean_event Stock Entry:on_submit:erpnext.stock.doctype.material_request.material_request.update_completed_qty
37bean_event Stock Entry:on_cancel:erpnext.stock.doctype.material_request.material_request.update_completed_qty
Rushabh Mehta6de403f2013-12-13 14:10:14 +053038
Rushabh Mehta30430792013-12-13 15:33:40 +053039standard_queries Warehouse:erpnext.stock.utils.get_warehouse_list
40standard_queries Customer:erpnext.selling.utils.get_customer_list
41
Rushabh Mehtac652a622013-12-16 12:48:22 +053042# Schedulers
43# ----------
44
45#### Frequently
46
47scheduler_event all:erpnext.support.doctype.support_ticket.get_support_mails.get_support_mails
48scheduler_event all:erpnext.hr.doctype.job_applicant.get_job_applications.get_job_applications
49scheduler_event all:erpnext.selling.doctype.lead.get_leads.get_leads
50scheduler_event all:webnotes.utils.email_lib.bulk.flush
51
52#### Daily
53
54scheduler_event daily:webnotes.core.doctype.event.event.send_event_digest
Rushabh Mehtac652a622013-12-16 12:48:22 +053055scheduler_event daily:webnotes.core.doctype.notification_count.notification_count.delete_event_notification_count
56scheduler_event daily:webnotes.utils.email_lib.bulk.clear_outbox
57scheduler_event daily:erpnext.accounts.doctype.sales_invoice.sales_invoice.manage_recurring_invoices
58scheduler_event daily:erpnext.setup.doctype.backup_manager.backup_manager.take_backups_daily
59scheduler_event daily:erpnext.stock.utils.reorder_item
Rushabh Mehta54047782013-12-26 11:07:46 +053060scheduler_event daily:erpnext.setup.doctype.email_digest.email_digest.send
Rushabh Mehtac652a622013-12-16 12:48:22 +053061
62#### Weekly
63
64scheduler_event weekly:erpnext.setup.doctype.backup_manager.backup_manager.take_backups_weekly