Rushabh Mehta | c4a0ed6 | 2013-12-27 17:30:24 +0530 | [diff] [blame] | 1 | app_name = erpnext |
| 2 | app_title = ERPNext |
Anand Doshi | 49e0a68 | 2014-03-13 20:44:10 +0530 | [diff] [blame] | 3 | app_publisher = Web Notes Technologies Pvt. Ltd. and Contributors |
Rushabh Mehta | c4a0ed6 | 2013-12-27 17:30:24 +0530 | [diff] [blame] | 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 | 307fac8 | 2014-02-05 17:04:49 +0530 | [diff] [blame] | 25 | # Bean Events |
Rushabh Mehta | c4a0ed6 | 2013-12-27 17:30:24 +0530 | [diff] [blame] | 26 | # ------------------------- |
Rushabh Mehta | c652a62 | 2013-12-16 12:48:22 +0530 | [diff] [blame] | 27 | |
Rushabh Mehta | 732825c | 2014-04-02 12:08:03 +0530 | [diff] [blame^] | 28 | doc_event:*:on_update = erpnext.home.update_feed |
| 29 | doc_event:*:on_submit = erpnext.home.update_feed |
| 30 | doc_event:Comment:on_update = erpnext.home.make_comment_feed |
Rushabh Mehta | c652a62 | 2013-12-16 12:48:22 +0530 | [diff] [blame] | 31 | |
Rushabh Mehta | 732825c | 2014-04-02 12:08:03 +0530 | [diff] [blame^] | 32 | doc_event:Stock Entry:on_submit = erpnext.stock.doctype.material_request.material_request.update_completed_qty |
| 33 | doc_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] | 34 | |
Nabin Hait | 436f526 | 2014-02-10 14:47:54 +0530 | [diff] [blame] | 35 | standard_queries = Customer:erpnext.selling.doctype.customer.customer.get_customer_list |
Rushabh Mehta | 3043079 | 2013-12-13 15:33:40 +0530 | [diff] [blame] | 36 | |
Rushabh Mehta | c652a62 | 2013-12-16 12:48:22 +0530 | [diff] [blame] | 37 | # Schedulers |
Rushabh Mehta | c4a0ed6 | 2013-12-27 17:30:24 +0530 | [diff] [blame] | 38 | # ------------------------- |
Rushabh Mehta | c652a62 | 2013-12-16 12:48:22 +0530 | [diff] [blame] | 39 | |
| 40 | #### Frequently |
| 41 | |
Anand Doshi | c379c78 | 2014-03-11 15:17:13 +0530 | [diff] [blame] | 42 | scheduler_event:all = erpnext.support.doctype.support_ticket.get_support_mails.get_support_mails |
| 43 | scheduler_event:all = erpnext.hr.doctype.job_applicant.get_job_applications.get_job_applications |
| 44 | scheduler_event:all = erpnext.selling.doctype.lead.get_leads.get_leads |
Rushabh Mehta | c652a62 | 2013-12-16 12:48:22 +0530 | [diff] [blame] | 45 | |
| 46 | #### Daily |
| 47 | |
Anand Doshi | c379c78 | 2014-03-11 15:17:13 +0530 | [diff] [blame] | 48 | scheduler_event:daily = erpnext.accounts.doctype.sales_invoice.sales_invoice.manage_recurring_invoices |
| 49 | scheduler_event:daily_long = erpnext.setup.doctype.backup_manager.backup_manager.take_backups_daily |
| 50 | scheduler_event:daily = erpnext.stock.utils.reorder_item |
| 51 | scheduler_event:daily = erpnext.setup.doctype.email_digest.email_digest.send |
| 52 | scheduler_event:daily = erpnext.support.doctype.support_ticket.support_ticket.auto_close_tickets |
Rushabh Mehta | c652a62 | 2013-12-16 12:48:22 +0530 | [diff] [blame] | 53 | |
| 54 | #### Weekly |
| 55 | |
Anand Doshi | c379c78 | 2014-03-11 15:17:13 +0530 | [diff] [blame] | 56 | scheduler_event:weekly_long = erpnext.setup.doctype.backup_manager.backup_manager.take_backups_weekly |