mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-12 17:23:38 +00:00
Destroyed Setup Wizard (markdown)
@@ -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
|
||||
Reference in New Issue
Block a user