From 2d41d2a4c56175ab40cd6c44b5b08aeb82de8147 Mon Sep 17 00:00:00 2001 From: rmehta Date: Thu, 3 May 2012 02:15:50 -0700 Subject: [PATCH] Destroyed Setup Wizard (markdown) --- Setup-Wizard.md | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 Setup-Wizard.md 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