mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
[form cleanup]
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
"creation": "2013-01-10 16:34:30",
|
||||
"docstatus": 0,
|
||||
"modified": "2013-06-11 16:16:33",
|
||||
"modified": "2013-07-05 12:31:46",
|
||||
"modified_by": "Administrator",
|
||||
"owner": "harshada@webnotestech.com"
|
||||
},
|
||||
@@ -38,6 +38,13 @@
|
||||
"doctype": "DocType",
|
||||
"name": "Customer Issue"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "customer_section",
|
||||
"fieldtype": "Section Break",
|
||||
"label": "Customer",
|
||||
"options": "icon-user"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "naming_series",
|
||||
@@ -121,7 +128,7 @@
|
||||
"fieldtype": "Section Break",
|
||||
"label": "Issue Details",
|
||||
"oldfieldtype": "Section Break",
|
||||
"options": "Simple"
|
||||
"options": "icon-ticket"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
@@ -212,7 +219,7 @@
|
||||
"fieldtype": "Section Break",
|
||||
"label": "Resolution",
|
||||
"oldfieldtype": "Section Break",
|
||||
"options": "Simple"
|
||||
"options": "icon-thumbs-up"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
@@ -250,7 +257,8 @@
|
||||
"doctype": "DocField",
|
||||
"fieldname": "contact_info",
|
||||
"fieldtype": "Section Break",
|
||||
"label": "Contact Info"
|
||||
"label": "Contact Info",
|
||||
"options": "icon-bullhorn"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
@@ -333,7 +341,8 @@
|
||||
"doctype": "DocField",
|
||||
"fieldname": "more_info",
|
||||
"fieldtype": "Section Break",
|
||||
"label": "More Info"
|
||||
"label": "More Info",
|
||||
"options": "icon-file-text"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
{
|
||||
"creation": "2013-02-01 10:36:25",
|
||||
"docstatus": 0,
|
||||
"modified": "2013-05-21 16:27:46",
|
||||
"modified": "2013-07-05 12:27:54",
|
||||
"modified_by": "Administrator",
|
||||
"owner": "Administrator"
|
||||
},
|
||||
@@ -40,6 +40,13 @@
|
||||
"doctype": "DocType",
|
||||
"name": "Support Ticket"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "subject_section",
|
||||
"fieldtype": "Section Break",
|
||||
"label": "Subject",
|
||||
"options": "icon-flag"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "naming_series",
|
||||
@@ -99,7 +106,9 @@
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "sb00",
|
||||
"fieldtype": "Section Break"
|
||||
"fieldtype": "Section Break",
|
||||
"label": "Messages",
|
||||
"options": "icon-comments"
|
||||
},
|
||||
{
|
||||
"depends_on": "eval:doc.__islocal",
|
||||
@@ -123,7 +132,8 @@
|
||||
"doctype": "DocField",
|
||||
"fieldname": "additional_info",
|
||||
"fieldtype": "Section Break",
|
||||
"label": "Additional Info",
|
||||
"label": "Reference",
|
||||
"options": "icon-pushpin",
|
||||
"read_only": 1
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user