Erpnext: Setup Wizard Cleanups

Created on 20 Dec 2016  路  2Comments  路  Source: frappe/erpnext

Entering multiple customers

screen shot 2016-12-20 at 11 12 23 am

Adding Products

screen shot 2016-12-20 at 11 13 02 am

framework installation

Most helpful comment

Common problem, Setup wizard fails and shows message
"There were errors".

This is a timeout error because setting bigger timeouts or using bench console solves the problem.

I believe as the project grows, Setup Wizard will be the entry point for Users to make ERPNext relevant.

Setup Wizard should not be "build huge list of args" > "http.POST on server" > "wait for response". Because as the arg list grows, server will take time to process.

Setup Wizard needs a re-design to handle:

  • Initialization Wizard, user creation, timezone, country etc. (Mandatory)
  • Localization Wizard, country selection, gst etc. (Mandatory)
  • Domainification Wizard, Service, Education, Healthcare etc (Optional)
  • Additional Wizards (Optional)

If args list is broken down in small chunks server can process and responds quickly?

Can Wizard be resume-able again? I vaguely remember v3/4 had a progress on setup.
These optional wizards can be there on setup/progress bar for later or disabled completely

All 2 comments

Common problem, Setup wizard fails and shows message
"There were errors".

This is a timeout error because setting bigger timeouts or using bench console solves the problem.

I believe as the project grows, Setup Wizard will be the entry point for Users to make ERPNext relevant.

Setup Wizard should not be "build huge list of args" > "http.POST on server" > "wait for response". Because as the arg list grows, server will take time to process.

Setup Wizard needs a re-design to handle:

  • Initialization Wizard, user creation, timezone, country etc. (Mandatory)
  • Localization Wizard, country selection, gst etc. (Mandatory)
  • Domainification Wizard, Service, Education, Healthcare etc (Optional)
  • Additional Wizards (Optional)

If args list is broken down in small chunks server can process and responds quickly?

Can Wizard be resume-able again? I vaguely remember v3/4 had a progress on setup.
These optional wizards can be there on setup/progress bar for later or disabled completely

Was this page helpful?
0 / 5 - 0 ratings