mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 22:19:18 +00:00
[minor] cleanup start
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
"creation": "2013-03-07 11:55:07",
|
||||
"docstatus": 0,
|
||||
"modified": "2013-10-02 14:25:02",
|
||||
"modified": "2013-10-28 17:17:17",
|
||||
"modified_by": "Administrator",
|
||||
"owner": "Administrator"
|
||||
},
|
||||
@@ -41,6 +41,13 @@
|
||||
"doctype": "DocType",
|
||||
"name": "Project"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "overview",
|
||||
"fieldtype": "Section Break",
|
||||
"label": "Overview",
|
||||
"options": "icon-file"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "cb_project_status",
|
||||
@@ -148,7 +155,8 @@
|
||||
"fieldname": "sb_milestones",
|
||||
"fieldtype": "Section Break",
|
||||
"label": "Milestones",
|
||||
"oldfieldtype": "Section Break"
|
||||
"oldfieldtype": "Section Break",
|
||||
"options": "icon-flag"
|
||||
},
|
||||
{
|
||||
"description": "Milestones will be added as Events in the Calendar",
|
||||
@@ -168,7 +176,7 @@
|
||||
"fieldtype": "Section Break",
|
||||
"label": "Project Details",
|
||||
"oldfieldtype": "Section Break",
|
||||
"options": "Simple"
|
||||
"options": "icon-list"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
@@ -201,7 +209,7 @@
|
||||
"fieldtype": "Section Break",
|
||||
"label": "Project Costing",
|
||||
"oldfieldtype": "Section Break",
|
||||
"options": "Simple"
|
||||
"options": "icon-money"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
@@ -264,7 +272,8 @@
|
||||
"fieldname": "customer_details",
|
||||
"fieldtype": "Section Break",
|
||||
"label": "Customer Details",
|
||||
"oldfieldtype": "Section Break"
|
||||
"oldfieldtype": "Section Break",
|
||||
"options": "icon-user"
|
||||
},
|
||||
{
|
||||
"description": "Select name of Customer to whom project belongs",
|
||||
|
||||
Reference in New Issue
Block a user