2014-05-02 12:14:03 +05:30
|
|
|
app_name = "erpnext"
|
|
|
|
app_title = "ERPNext"
|
|
|
|
app_publisher = "Web Notes Technologies Pvt. Ltd. and Contributors"
|
|
|
|
app_description = "Open Source Enterprise Resource Planning for Small and Midsized Organizations"
|
|
|
|
app_icon = "icon-th"
|
|
|
|
app_color = "#e74c3c"
|
2014-09-29 12:09:55 +05:30
|
|
|
app_version = "5.0.0-alpha"
|
2014-05-02 12:14:03 +05:30
|
|
|
|
2014-07-09 12:59:56 +05:30
|
|
|
error_report_email = "support@erpnext.com"
|
|
|
|
|
2014-05-02 12:14:03 +05:30
|
|
|
app_include_js = "assets/js/erpnext.min.js"
|
|
|
|
app_include_css = "assets/css/erpnext.css"
|
|
|
|
web_include_js = "assets/js/erpnext-web.min.js"
|
2014-10-21 16:16:30 +05:30
|
|
|
web_include_css = "assets/css/shopping-cart-web.css"
|
2014-05-02 12:14:03 +05:30
|
|
|
|
|
|
|
after_install = "erpnext.setup.install.after_install"
|
|
|
|
|
|
|
|
boot_session = "erpnext.startup.boot.boot_session"
|
|
|
|
notification_config = "erpnext.startup.notifications.get_notification_config"
|
|
|
|
|
2014-10-21 16:16:30 +05:30
|
|
|
on_session_creation = "erpnext.shopping_cart.utils.set_cart_count"
|
|
|
|
on_logout = "erpnext.shopping_cart.utils.clear_cart_count"
|
|
|
|
update_website_context = ["erpnext.shopping_cart.utils.update_website_context", "erpnext.startup.webutils.update_website_context"]
|
|
|
|
|
2014-05-02 12:14:03 +05:30
|
|
|
dump_report_map = "erpnext.startup.report_data_map.data_map"
|
|
|
|
|
|
|
|
before_tests = "erpnext.setup.utils.before_tests"
|
|
|
|
|
2014-06-17 14:21:26 +05:30
|
|
|
website_generators = ["Item Group", "Item", "Sales Partner"]
|
|
|
|
|
2014-05-02 12:14:03 +05:30
|
|
|
standard_queries = "Customer:erpnext.selling.doctype.customer.customer.get_customer_list"
|
|
|
|
|
2014-11-28 11:45:02 +05:30
|
|
|
communication_covert_to = ["Lead", "Issue", "Job Application"]
|
2014-09-17 17:28:03 +05:30
|
|
|
|
2014-05-02 12:14:03 +05:30
|
|
|
doc_events = {
|
|
|
|
"Stock Entry": {
|
2014-11-04 15:32:31 +05:30
|
|
|
"on_submit": "erpnext.stock.doctype.material_request.material_request.update_completed_and_requested_qty",
|
|
|
|
"on_cancel": "erpnext.stock.doctype.material_request.material_request.update_completed_and_requested_qty"
|
2014-05-05 16:46:14 +05:30
|
|
|
},
|
|
|
|
"User": {
|
2014-05-28 18:49:13 +05:30
|
|
|
"validate": "erpnext.hr.doctype.employee.employee.validate_employee_role",
|
2014-05-27 13:46:42 +05:30
|
|
|
"on_update": "erpnext.hr.doctype.employee.employee.update_user_permissions"
|
2014-10-21 16:16:30 +05:30
|
|
|
},
|
|
|
|
"Sales Taxes and Charges Master": {
|
|
|
|
"on_update": "erpnext.shopping_cart.doctype.shopping_cart_settings.shopping_cart_settings.validate_cart_settings"
|
|
|
|
},
|
|
|
|
"Price List": {
|
|
|
|
"on_update": "erpnext.shopping_cart.doctype.shopping_cart_settings.shopping_cart_settings.validate_cart_settings"
|
|
|
|
},
|
2014-05-02 12:14:03 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
scheduler_events = {
|
|
|
|
"daily": [
|
2014-09-05 11:20:10 +05:30
|
|
|
"erpnext.controllers.recurring_document.create_recurring_documents",
|
2014-10-08 12:03:19 +05:30
|
|
|
"erpnext.stock.reorder_item.reorder_item",
|
2014-05-02 12:14:03 +05:30
|
|
|
"erpnext.setup.doctype.email_digest.email_digest.send",
|
2014-12-15 11:57:03 +05:30
|
|
|
"erpnext.support.doctype.issue.issue.auto_close_tickets",
|
2015-01-23 15:22:13 +05:30
|
|
|
"erpnext.accounts.doctype.fiscal_year.fiscal_year.auto_create_fiscal_year",
|
|
|
|
"erpnext.hr.doctype.employee.employee.send_birthday_reminders"
|
2014-05-02 12:14:03 +05:30
|
|
|
],
|
|
|
|
"daily_long": [
|
|
|
|
"erpnext.setup.doctype.backup_manager.backup_manager.take_backups_daily"
|
|
|
|
],
|
|
|
|
"weekly_long": [
|
|
|
|
"erpnext.setup.doctype.backup_manager.backup_manager.take_backups_weekly"
|
|
|
|
]
|
|
|
|
}
|
2014-06-26 12:02:55 +05:30
|
|
|
|
2014-10-21 16:16:30 +05:30
|
|
|
default_mail_footer = """<div style="padding: 7px; text-align: right;">
|
|
|
|
<a style="color: #888; font-size: 80%;" href="https://erpnext.com">Sent via ERPNext</a></div>"""
|
2015-02-12 18:58:28 +05:30
|
|
|
|
|
|
|
get_translated_dict = {
|
|
|
|
("page", "setup-wizard"): "frappe.geo.country_info.get_translated_dict",
|
|
|
|
("doctype", "Global Defaults"): "frappe.geo.country_info.get_translated_dict"
|
|
|
|
}
|