[re-org] setup wizard in frappe

This commit is contained in:
Rushabh Mehta
2015-11-09 16:53:11 +05:30
committed by Anand Doshi
parent f71ecbba2c
commit 37b4d75e4a
22 changed files with 465 additions and 1119 deletions

View File

@@ -41,6 +41,10 @@ app_include_css = "assets/css/erpnext.css"
web_include_js = "assets/js/erpnext-web.min.js"
web_include_css = "assets/erpnext/css/website.css"
# setup wizard
setup_wizard_requires = "assets/erpnext/js/setup_wizard.js"
setup_wizard_complete = "erpnext.setup.setup_wizard.setup_wizard.setup_complete"
after_install = "erpnext.setup.install.after_install"
boot_session = "erpnext.startup.boot.boot_session"
@@ -150,6 +154,5 @@ default_mail_footer = """<div style="text-align: center;">
</div>"""
get_translated_dict = {
("page", "setup-wizard"): "frappe.geo.country_info.get_translated_dict",
("doctype", "Global Defaults"): "frappe.geo.country_info.get_translated_dict"
}