Destroyed Setup Wizard (markdown)

rmehta
2012-05-03 02:15:50 -07:00
parent 37330a75c6
commit 2d41d2a4c5

@@ -1,36 +0,0 @@
# 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