diff --git a/erpnext/setup/page/setup_wizard/emails/email-1.md b/erpnext/setup/page/setup_wizard/emails/email-1.md new file mode 100644 index 00000000000..56ad94f7240 --- /dev/null +++ b/erpnext/setup/page/setup_wizard/emails/email-1.md @@ -0,0 +1,15 @@ +Dear {{ fullname }}, + +If you aren't a pro, setting me up, is not an easy job. Here are some tips: + +1. Try and make dummy cycles: Run your dummy quotes, invoices, payments, deliveries in the system so that you can get familiar with what I can do for you. +1. Data Import Tool: You can import bulk data into me using the data import tool: via Setup > Data > Data Import Tool +1. Help me make more friends: Add more users via Setup > Users and Permissions > User + +If you need help or are stuck, [head to the user forum](https://discuss.frappe.io) or [read my manual](https://manual.erpnext.com). + +Best of luck! + +Your ERPNext Account\* + +\* This is an automated messaged sent by your ERPNext installation to keep you motivated. You will receive one more such message in another 3 days. diff --git a/erpnext/setup/page/setup_wizard/emails/email-2.md b/erpnext/setup/page/setup_wizard/emails/email-2.md new file mode 100644 index 00000000000..f2b5d6aa03d --- /dev/null +++ b/erpnext/setup/page/setup_wizard/emails/email-2.md @@ -0,0 +1,16 @@ +Dear {{ fullname }}, + +Hey, how's it going? + +If you still need some help, there is a large community out there to help you. Some places you can start: + +1. [Ask your questions in the user forum](https://discuss.frappe.io) +1. [Buy support from the ERPNext Team](https://erpnext.com/pricing) +1. [Connect with a Service Provider](https://community.erpnext.com/service-providers) +1. [Hangout on the community chat (gitter.im)](https://gitter.im/frappe/erpnext) + +Thanks! + +Your ERPNext Account\* + +\* That's it from me. Have fun! diff --git a/erpnext/setup/page/setup_wizard/install_fixtures.py b/erpnext/setup/page/setup_wizard/install_fixtures.py index 32fb6a53e87..6f3f9e1977b 100644 --- a/erpnext/setup/page/setup_wizard/install_fixtures.py +++ b/erpnext/setup/page/setup_wizard/install_fixtures.py @@ -179,4 +179,3 @@ def install(country=None): pass else: raise - diff --git a/erpnext/setup/page/setup_wizard/setup_wizard.js b/erpnext/setup/page/setup_wizard/setup_wizard.js index ef39b034cf9..fa0011de6be 100644 --- a/erpnext/setup/page/setup_wizard/setup_wizard.js +++ b/erpnext/setup/page/setup_wizard/setup_wizard.js @@ -50,7 +50,7 @@ erpnext.wiz.Wizard = Class.extend({ this.slides = this.slides; this.slide_dict = {}; this.welcomed = true; - frappe.set_route(this.page_name, "0"); + frappe.set_route("setup-wizard/0"); }, make: function() { this.parent = $('