Setup Wizard - nijil/erpnext GitHub Wiki

Setup Wizard

Setup wizard will help a new user to get started with the ERPNext system

Steps

  1. Complete company creation
  2. Upload you logo
  3. Create items
  4. Create customers
  5. Create suppliers

Design

A box on the home page will show the status

The box will have:

  1. Progress bar
  2. Suggestion
  3. Hide this

Implementation Front End

  1. Make SetupWizard object
  2. On load, get its status with registration info
  3. Make the bar
  4. Make the next suggested step

Backend

  1. Make setup steps
  2. Return dict with step and status
  3. Dict also returns with suggestions

Cleanup UI of Data Import