2015-02-24 06:54:53 +00:00
|
|
|
from __future__ import unicode_literals
|
2015-09-11 13:19:59 +00:00
|
|
|
from frappe import _
|
2016-06-09 10:59:12 +00:00
|
|
|
from . import __version__ as app_version
|
2015-09-11 13:19:59 +00:00
|
|
|
|
2014-05-02 06:44:03 +00:00
|
|
|
app_name = "erpnext"
|
|
|
|
app_title = "ERPNext"
|
2015-07-22 09:37:25 +00:00
|
|
|
app_publisher = "Frappe Technologies Pvt. Ltd."
|
2015-11-18 11:18:19 +00:00
|
|
|
app_description = """ERP made simple"""
|
2016-12-07 05:38:48 +00:00
|
|
|
app_icon = "fa fa-th"
|
2014-05-02 06:44:03 +00:00
|
|
|
app_color = "#e74c3c"
|
2015-11-05 11:25:10 +00:00
|
|
|
app_email = "info@erpnext.com"
|
|
|
|
app_license = "GNU General Public License (v3)"
|
2015-11-02 05:15:18 +00:00
|
|
|
source_link = "https://github.com/frappe/erpnext"
|
2014-05-02 06:44:03 +00:00
|
|
|
|
2017-05-04 06:42:14 +00:00
|
|
|
develop_version = '8.x.x-beta'
|
2017-03-10 04:08:58 +00:00
|
|
|
|
2014-07-09 07:29:56 +00:00
|
|
|
error_report_email = "support@erpnext.com"
|
|
|
|
|
2014-05-02 06:44:03 +00:00
|
|
|
app_include_js = "assets/js/erpnext.min.js"
|
|
|
|
app_include_css = "assets/css/erpnext.css"
|
|
|
|
web_include_js = "assets/js/erpnext-web.min.js"
|
2015-02-24 12:20:44 +00:00
|
|
|
web_include_css = "assets/erpnext/css/website.css"
|
2014-05-02 06:44:03 +00:00
|
|
|
|
2017-03-13 11:02:46 +00:00
|
|
|
doctype_js = {
|
|
|
|
"Communication": "public/js/communication.js",
|
|
|
|
}
|
|
|
|
|
2015-11-09 11:23:11 +00:00
|
|
|
# setup wizard
|
|
|
|
setup_wizard_requires = "assets/erpnext/js/setup_wizard.js"
|
|
|
|
setup_wizard_complete = "erpnext.setup.setup_wizard.setup_wizard.setup_complete"
|
|
|
|
|
2015-12-31 05:42:48 +00:00
|
|
|
before_install = "erpnext.setup.install.check_setup_wizard_not_completed"
|
2014-05-02 06:44:03 +00:00
|
|
|
after_install = "erpnext.setup.install.after_install"
|
|
|
|
|
|
|
|
boot_session = "erpnext.startup.boot.boot_session"
|
|
|
|
notification_config = "erpnext.startup.notifications.get_notification_config"
|
2017-02-22 10:45:43 +00:00
|
|
|
get_help_messages = "erpnext.utilities.activation.get_help_messages"
|
2014-05-02 06:44:03 +00:00
|
|
|
|
2014-10-21 10:46:30 +00:00
|
|
|
on_session_creation = "erpnext.shopping_cart.utils.set_cart_count"
|
|
|
|
on_logout = "erpnext.shopping_cart.utils.clear_cart_count"
|
2015-02-23 16:44:12 +00:00
|
|
|
|
2016-06-30 08:03:49 +00:00
|
|
|
treeviews = ['Account', 'Cost Center', 'Warehouse', 'Item Group', 'Customer Group', 'Sales Person', 'Territory', "BOM"]
|
2016-05-02 07:58:46 +00:00
|
|
|
|
2015-02-23 16:44:12 +00:00
|
|
|
# website
|
|
|
|
update_website_context = "erpnext.shopping_cart.utils.update_website_context"
|
|
|
|
my_account_context = "erpnext.shopping_cart.utils.update_my_account_context"
|
2015-07-08 07:09:27 +00:00
|
|
|
|
2015-04-02 16:30:34 +00:00
|
|
|
email_append_to = ["Job Applicant", "Opportunity", "Issue"]
|
2015-02-23 16:44:12 +00:00
|
|
|
|
2016-06-03 09:14:35 +00:00
|
|
|
calendars = ["Task", "Production Order", "Leave Application", "Sales Order", "Holiday List"]
|
2015-07-08 07:09:27 +00:00
|
|
|
|
2016-03-01 06:03:49 +00:00
|
|
|
fixtures = ["Web Form"]
|
|
|
|
|
2017-02-09 03:27:33 +00:00
|
|
|
website_generators = ["Item Group", "Item", "BOM", "Sales Partner", "Job Opening", "Student Admission"]
|
2015-07-08 07:09:27 +00:00
|
|
|
|
2015-04-16 07:11:42 +00:00
|
|
|
website_context = {
|
2015-04-16 09:39:42 +00:00
|
|
|
"favicon": "/assets/erpnext/images/favicon.png",
|
2017-01-10 09:16:45 +00:00
|
|
|
"splash_image": "/assets/erpnext/images/erp-icon.svg"
|
2015-04-16 07:11:42 +00:00
|
|
|
}
|
|
|
|
|
2015-02-23 16:44:12 +00:00
|
|
|
website_route_rules = [
|
|
|
|
{"from_route": "/orders", "to_route": "Sales Order"},
|
2015-09-11 13:19:59 +00:00
|
|
|
{"from_route": "/orders/<path:name>", "to_route": "order",
|
|
|
|
"defaults": {
|
|
|
|
"doctype": "Sales Order",
|
|
|
|
"parents": [{"title": _("Orders"), "name": "orders"}]
|
|
|
|
}
|
|
|
|
},
|
2015-02-23 16:44:12 +00:00
|
|
|
{"from_route": "/invoices", "to_route": "Sales Invoice"},
|
2015-09-11 13:19:59 +00:00
|
|
|
{"from_route": "/invoices/<path:name>", "to_route": "order",
|
|
|
|
"defaults": {
|
|
|
|
"doctype": "Sales Invoice",
|
|
|
|
"parents": [{"title": _("Invoices"), "name": "invoices"}]
|
|
|
|
}
|
|
|
|
},
|
2016-09-21 11:19:58 +00:00
|
|
|
{"from_route": "/quotations", "to_route": "Supplier Quotation"},
|
|
|
|
{"from_route": "/quotations/<path:name>", "to_route": "order",
|
|
|
|
"defaults": {
|
|
|
|
"doctype": "Supplier Quotation",
|
|
|
|
"parents": [{"title": _("Supplier Quotation"), "name": "quotations"}]
|
|
|
|
}
|
|
|
|
},
|
2015-02-23 16:44:12 +00:00
|
|
|
{"from_route": "/shipments", "to_route": "Delivery Note"},
|
2015-09-11 13:19:59 +00:00
|
|
|
{"from_route": "/shipments/<path:name>", "to_route": "order",
|
|
|
|
"defaults": {
|
2015-11-26 12:52:03 +00:00
|
|
|
"doctype": "Delivery Note",
|
2015-09-11 13:19:59 +00:00
|
|
|
"parents": [{"title": _("Shipments"), "name": "shipments"}]
|
|
|
|
}
|
2016-02-19 11:57:23 +00:00
|
|
|
},
|
2016-03-03 08:30:35 +00:00
|
|
|
{"from_route": "/rfq", "to_route": "Request for Quotation"},
|
|
|
|
{"from_route": "/rfq/<path:name>", "to_route": "rfq",
|
|
|
|
"defaults": {
|
|
|
|
"doctype": "Request for Quotation",
|
|
|
|
"parents": [{"title": _("Request for Quotation"), "name": "rfq"}]
|
|
|
|
}
|
|
|
|
},
|
2016-07-04 08:58:09 +00:00
|
|
|
{"from_route": "/addresses", "to_route": "Address"},
|
|
|
|
{"from_route": "/addresses/<path:name>", "to_route": "addresses",
|
|
|
|
"defaults": {
|
|
|
|
"doctype": "Address",
|
|
|
|
"parents": [{"title": _("Addresses"), "name": "addresses"}]
|
|
|
|
}
|
|
|
|
},
|
2016-02-19 11:57:23 +00:00
|
|
|
{"from_route": "/jobs", "to_route": "Job Opening"},
|
2016-09-15 09:18:13 +00:00
|
|
|
{"from_route": "/admissions", "to_route": "Student Admission"},
|
2017-02-10 12:58:39 +00:00
|
|
|
{"from_route": "/boms", "to_route": "BOM"}
|
2015-02-23 16:44:12 +00:00
|
|
|
]
|
|
|
|
|
2017-03-08 07:03:43 +00:00
|
|
|
standard_portal_menu_items = [
|
2016-04-01 06:23:50 +00:00
|
|
|
{"title": _("Projects"), "route": "/project", "reference_doctype": "Project"},
|
2016-09-23 16:21:51 +00:00
|
|
|
{"title": _("Request for Quotations"), "route": "/rfq", "reference_doctype": "Request for Quotation", "role": "Supplier"},
|
|
|
|
{"title": _("Supplier Quotation"), "route": "/quotations", "reference_doctype": "Supplier Quotation", "role": "Supplier"},
|
|
|
|
{"title": _("Orders"), "route": "/orders", "reference_doctype": "Sales Order", "role":"Customer"},
|
|
|
|
{"title": _("Invoices"), "route": "/invoices", "reference_doctype": "Sales Invoice", "role":"Customer"},
|
|
|
|
{"title": _("Shipments"), "route": "/shipments", "reference_doctype": "Delivery Note", "role":"Customer"},
|
|
|
|
{"title": _("Issues"), "route": "/issues", "reference_doctype": "Issue", "role":"Customer"},
|
2016-07-19 08:47:33 +00:00
|
|
|
{"title": _("Addresses"), "route": "/addresses", "reference_doctype": "Address"},
|
2016-09-23 16:21:51 +00:00
|
|
|
{"title": _("Fees"), "route": "/fees", "reference_doctype": "Fees", "role":"Student"}
|
|
|
|
]
|
|
|
|
|
|
|
|
default_roles = [
|
2017-01-13 18:55:22 +00:00
|
|
|
{'role': 'Customer', 'doctype':'Contact', 'email_field': 'email_id'},
|
|
|
|
{'role': 'Supplier', 'doctype':'Contact', 'email_field': 'email_id'},
|
2016-09-23 16:21:51 +00:00
|
|
|
{'role': 'Student', 'doctype':'Student', 'email_field': 'student_email_id'}
|
2016-03-30 06:59:48 +00:00
|
|
|
]
|
|
|
|
|
2015-02-23 16:44:12 +00:00
|
|
|
has_website_permission = {
|
|
|
|
"Sales Order": "erpnext.controllers.website_list_for_contact.has_website_permission",
|
|
|
|
"Sales Invoice": "erpnext.controllers.website_list_for_contact.has_website_permission",
|
2016-09-21 11:19:58 +00:00
|
|
|
"Supplier Quotation": "erpnext.controllers.website_list_for_contact.has_website_permission",
|
2015-06-01 11:45:42 +00:00
|
|
|
"Delivery Note": "erpnext.controllers.website_list_for_contact.has_website_permission",
|
2017-01-30 11:34:38 +00:00
|
|
|
"Issue": "erpnext.support.doctype.issue.issue.has_website_permission"
|
2015-02-23 16:44:12 +00:00
|
|
|
}
|
2014-10-21 10:46:30 +00:00
|
|
|
|
2014-05-02 06:44:03 +00:00
|
|
|
dump_report_map = "erpnext.startup.report_data_map.data_map"
|
|
|
|
|
|
|
|
before_tests = "erpnext.setup.utils.before_tests"
|
|
|
|
|
2015-03-24 12:04:58 +00:00
|
|
|
standard_queries = {
|
|
|
|
"Customer": "erpnext.selling.doctype.customer.customer.get_customer_list"
|
|
|
|
}
|
2014-05-02 06:44:03 +00:00
|
|
|
|
|
|
|
doc_events = {
|
|
|
|
"Stock Entry": {
|
2014-11-04 10:02:31 +00:00
|
|
|
"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 11:16:14 +00:00
|
|
|
},
|
|
|
|
"User": {
|
2017-06-13 09:56:35 +00:00
|
|
|
"after_insert": "frappe.contacts.doctype.contact.contact.update_contact",
|
2014-05-28 13:19:13 +00:00
|
|
|
"validate": "erpnext.hr.doctype.employee.employee.validate_employee_role",
|
2017-03-31 17:31:45 +00:00
|
|
|
"on_update": ["erpnext.hr.doctype.employee.employee.update_user_permissions",
|
|
|
|
"erpnext.portal.utils.set_default_role"]
|
2014-10-21 10:46:30 +00:00
|
|
|
},
|
2016-04-08 11:50:50 +00:00
|
|
|
("Sales Taxes and Charges Template", 'Price List'): {
|
2014-10-21 10:46:30 +00:00
|
|
|
"on_update": "erpnext.shopping_cart.doctype.shopping_cart_settings.shopping_cart_settings.validate_cart_settings"
|
|
|
|
},
|
2016-04-08 11:50:50 +00:00
|
|
|
|
2016-04-22 13:23:21 +00:00
|
|
|
"Website Settings": {
|
|
|
|
"validate": "erpnext.portal.doctype.products_settings.products_settings.home_page_is_products"
|
2016-07-21 14:56:46 +00:00
|
|
|
},
|
|
|
|
"Payment Entry": {
|
|
|
|
"on_submit": "erpnext.accounts.doctype.payment_request.payment_request.make_status_as_paid"
|
2017-06-21 11:52:38 +00:00
|
|
|
},
|
|
|
|
'Address': {
|
|
|
|
'validate': 'erpnext.regional.india.utils.validate_gstin_for_india'
|
2016-04-22 13:23:21 +00:00
|
|
|
}
|
2014-05-02 06:44:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
scheduler_events = {
|
2015-07-02 09:11:27 +00:00
|
|
|
"hourly": [
|
2016-11-08 12:48:40 +00:00
|
|
|
"erpnext.controllers.recurring_document.create_recurring_documents",
|
|
|
|
'erpnext.hr.doctype.daily_work_summary_settings.daily_work_summary_settings.trigger_emails'
|
2015-07-02 09:11:27 +00:00
|
|
|
],
|
2014-05-02 06:44:03 +00:00
|
|
|
"daily": [
|
2014-10-08 06:33:19 +00:00
|
|
|
"erpnext.stock.reorder_item.reorder_item",
|
2014-05-02 06:44:03 +00:00
|
|
|
"erpnext.setup.doctype.email_digest.email_digest.send",
|
2014-12-15 06:27:03 +00:00
|
|
|
"erpnext.support.doctype.issue.issue.auto_close_tickets",
|
2017-02-16 14:06:59 +00:00
|
|
|
"erpnext.crm.doctype.opportunity.opportunity.auto_close_opportunity",
|
2016-11-08 07:09:33 +00:00
|
|
|
"erpnext.controllers.accounts_controller.update_invoice_status",
|
2015-01-23 09:52:13 +00:00
|
|
|
"erpnext.accounts.doctype.fiscal_year.fiscal_year.auto_create_fiscal_year",
|
2015-12-10 07:01:36 +00:00
|
|
|
"erpnext.hr.doctype.employee.employee.send_birthday_reminders",
|
2016-03-09 07:10:56 +00:00
|
|
|
"erpnext.projects.doctype.task.task.set_tasks_as_overdue",
|
2016-11-18 07:09:24 +00:00
|
|
|
"erpnext.accounts.doctype.asset.depreciation.post_depreciation_entries",
|
2017-05-30 10:05:58 +00:00
|
|
|
"erpnext.hr.doctype.daily_work_summary_settings.daily_work_summary_settings.send_summary",
|
|
|
|
"erpnext.stock.doctype.serial_no.serial_no.update_maintenance_status"
|
2014-05-02 06:44:03 +00:00
|
|
|
]
|
|
|
|
}
|
2014-06-26 06:32:55 +00:00
|
|
|
|
2015-09-16 13:50:55 +00:00
|
|
|
default_mail_footer = """<div style="text-align: center;">
|
2015-05-26 06:43:30 +00:00
|
|
|
<a href="https://erpnext.com?source=via_email_footer" target="_blank" style="color: #8d99a6;">
|
|
|
|
Sent via ERPNext
|
2015-03-27 12:12:03 +00:00
|
|
|
</a>
|
|
|
|
</div>"""
|
2015-02-12 13:28:28 +00:00
|
|
|
|
|
|
|
get_translated_dict = {
|
|
|
|
("doctype", "Global Defaults"): "frappe.geo.country_info.get_translated_dict"
|
|
|
|
}
|
2016-03-28 07:51:43 +00:00
|
|
|
|
|
|
|
bot_parsers = [
|
|
|
|
'erpnext.utilities.bot.FindItemBot',
|
2016-04-01 06:23:50 +00:00
|
|
|
]
|
2016-06-25 14:21:48 +00:00
|
|
|
|
|
|
|
get_site_info = 'erpnext.utilities.get_site_info'
|
2016-11-08 15:05:50 +00:00
|
|
|
|
2017-03-14 09:16:05 +00:00
|
|
|
payment_gateway_enabled = "erpnext.accounts.utils.create_payment_gateway_account"
|