[forms] cleanup, fixing usability and added form dashboard

This commit is contained in:
Rushabh Mehta
2013-07-02 18:13:26 +05:30
parent d420401ba3
commit 2eb7ceabda
9 changed files with 116 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
{
"creation": "2013-01-10 16:34:16",
"docstatus": 0,
"modified": "2013-01-29 17:17:31",
"modified": "2013-07-02 11:56:54",
"modified_by": "Administrator",
"owner": "Administrator"
},
@@ -106,6 +106,14 @@
"read_only": 0,
"reqd": 1
},
{
"doctype": "DocField",
"fieldname": "wip_warehouse",
"fieldtype": "Link",
"label": "Work-in-Progress Warehouse",
"options": "Warehouse",
"reqd": 1
},
{
"doctype": "DocField",
"fieldname": "column_break1",
@@ -172,6 +180,13 @@
"options": "Sales Order",
"read_only": 0
},
{
"doctype": "DocField",
"fieldname": "description",
"fieldtype": "Small Text",
"label": "Item Description",
"read_only": 1
},
{
"doctype": "DocField",
"fieldname": "project_name",

View File

@@ -210,7 +210,6 @@ class DocType:
"wip_warehouse" : "",
"fg_warehouse" : "",
"status" : "Draft",
"fiscal_year" : webnotes.conn.get_default("fiscal_year")
}
return bom_dict, item_dict