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",

View File

@@ -2,7 +2,7 @@
{
"creation": "2013-01-10 16:34:32",
"docstatus": 0,
"modified": "2013-10-03 16:44:08",
"modified": "2013-10-08 16:48:50",
"modified_by": "Administrator",
"owner": "Administrator"
},
@@ -85,7 +85,7 @@
"label": "Email Id",
"oldfieldname": "email_id",
"oldfieldtype": "Data",
"reqd": 1,
"reqd": 0,
"search_index": 1
},
{
@@ -95,7 +95,7 @@
"label": "Phone",
"oldfieldname": "contact_no",
"oldfieldtype": "Data",
"reqd": 1
"reqd": 0
},
{
"doctype": "DocField",