diff --git a/Setup-Wizard.md b/Setup-Wizard.md deleted file mode 100644 index 324cf8e..0000000 --- a/Setup-Wizard.md +++ /dev/null @@ -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 \ No newline at end of file