Setup Wizard - nijil/erpnext GitHub Wiki
Setup Wizard
Setup wizard will help a new user to get started with the ERPNext system
Steps
- Complete company creation
- Upload you logo
- Create items
- Create customers
- Create suppliers
Design
A box on the home page will show the status
The box will have:
- Progress bar
- Suggestion
- Hide this
Implementation Front End
- Make SetupWizard object
- On load, get its status with registration info
- Make the bar
- Make the next suggested step
Backend
- Make setup steps
- Return dict with step and status
- Dict also returns with suggestions