New Setup Wizard

This commit is contained in:
Rushabh Mehta
2013-10-08 17:59:11 +05:30
parent 8941841a9c
commit 8c5a5f1ed5
16 changed files with 589 additions and 484 deletions

View File

@@ -376,7 +376,8 @@ def install():
def complete_setup():
print "Complete Setup..."
webnotes.get_obj("Setup Control").setup_account({
from setup.page.setup_wizard.setup_wizard import setup_account
setup_account({
"first_name": "Test",
"last_name": "User",
"fy_start": "1st Jan",