mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 13:09:17 +00:00
added print width in txts of istable type doctypes
This commit is contained in:
@@ -1,33 +1,34 @@
|
||||
[
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"creation": "2013-02-22 01:28:07",
|
||||
"docstatus": 0,
|
||||
"creation": "2012-12-27 14:28:45",
|
||||
"modified": "2013-03-07 07:03:18",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2012-12-27 14:49:44"
|
||||
"owner": "Administrator"
|
||||
},
|
||||
{
|
||||
"istable": 1,
|
||||
"name": "__common__",
|
||||
"doctype": "DocType",
|
||||
"module": "Website"
|
||||
"istable": 1,
|
||||
"module": "Website",
|
||||
"name": "__common__"
|
||||
},
|
||||
{
|
||||
"parent": "About Us Team Member",
|
||||
"doctype": "DocField",
|
||||
"name": "__common__",
|
||||
"label": "Employee",
|
||||
"width": "300px",
|
||||
"parenttype": "DocType",
|
||||
"options": "Employee",
|
||||
"fieldname": "employee",
|
||||
"fieldtype": "Link",
|
||||
"label": "Employee",
|
||||
"name": "__common__",
|
||||
"options": "Employee",
|
||||
"parent": "About Us Team Member",
|
||||
"parentfield": "fields",
|
||||
"parenttype": "DocType",
|
||||
"permlevel": 0,
|
||||
"parentfield": "fields"
|
||||
"print_width": "300px",
|
||||
"width": "300px"
|
||||
},
|
||||
{
|
||||
"name": "About Us Team Member",
|
||||
"doctype": "DocType"
|
||||
"doctype": "DocType",
|
||||
"name": "About Us Team Member"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField"
|
||||
|
||||
@@ -1,40 +1,41 @@
|
||||
[
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"creation": "2013-02-22 01:28:08",
|
||||
"docstatus": 0,
|
||||
"creation": "2012-12-27 14:25:38",
|
||||
"modified": "2013-03-07 07:03:19",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2012-12-27 14:25:38"
|
||||
"owner": "Administrator"
|
||||
},
|
||||
{
|
||||
"istable": 1,
|
||||
"name": "__common__",
|
||||
"doctype": "DocType",
|
||||
"module": "Website"
|
||||
"istable": 1,
|
||||
"module": "Website",
|
||||
"name": "__common__"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"name": "__common__",
|
||||
"parent": "Company History",
|
||||
"doctype": "DocField",
|
||||
"parentfield": "fields",
|
||||
"parenttype": "DocType",
|
||||
"permlevel": 0,
|
||||
"parentfield": "fields"
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"name": "Company History",
|
||||
"doctype": "DocType"
|
||||
"doctype": "DocType",
|
||||
"name": "Company History"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Year",
|
||||
"fieldname": "year",
|
||||
"fieldtype": "Data"
|
||||
"fieldtype": "Data",
|
||||
"label": "Year"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Highlight",
|
||||
"width": "300px",
|
||||
"fieldname": "highlight",
|
||||
"fieldtype": "Text"
|
||||
"fieldtype": "Text",
|
||||
"label": "Highlight",
|
||||
"print_width": "300px",
|
||||
"width": "300px"
|
||||
}
|
||||
]
|
||||
@@ -1,8 +1,8 @@
|
||||
[
|
||||
{
|
||||
"creation": "2012-03-27 14:36:48",
|
||||
"creation": "2013-02-22 01:28:08",
|
||||
"docstatus": 0,
|
||||
"modified": "2012-03-27 14:36:48",
|
||||
"modified": "2013-03-07 07:03:30",
|
||||
"modified_by": "Administrator",
|
||||
"owner": "Administrator"
|
||||
},
|
||||
@@ -10,10 +10,7 @@
|
||||
"doctype": "DocType",
|
||||
"istable": 1,
|
||||
"module": "Website",
|
||||
"name": "__common__",
|
||||
"section_style": "Simple",
|
||||
"show_in_menu": 0,
|
||||
"version": 3
|
||||
"name": "__common__"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
[
|
||||
{
|
||||
"creation": "2012-04-02 16:02:43",
|
||||
"creation": "2013-02-22 01:28:08",
|
||||
"docstatus": 0,
|
||||
"modified": "2012-05-07 15:21:00",
|
||||
"modified": "2013-03-07 07:03:34",
|
||||
"modified_by": "Administrator",
|
||||
"owner": "Administrator"
|
||||
},
|
||||
@@ -10,10 +10,7 @@
|
||||
"doctype": "DocType",
|
||||
"istable": 1,
|
||||
"module": "Website",
|
||||
"name": "__common__",
|
||||
"section_style": "Simple",
|
||||
"show_in_menu": 0,
|
||||
"version": 1
|
||||
"name": "__common__"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
@@ -32,6 +29,7 @@
|
||||
"fieldname": "label",
|
||||
"fieldtype": "Data",
|
||||
"label": "Label",
|
||||
"print_width": "120px",
|
||||
"width": "120px"
|
||||
},
|
||||
{
|
||||
@@ -39,6 +37,7 @@
|
||||
"fieldname": "url",
|
||||
"fieldtype": "Data",
|
||||
"label": "URL",
|
||||
"print_width": "200px",
|
||||
"width": "200px"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -1,34 +1,34 @@
|
||||
[
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"creation": "2013-02-22 01:28:09",
|
||||
"docstatus": 0,
|
||||
"creation": "2012-12-25 13:52:11",
|
||||
"modified": "2013-03-07 07:03:34",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2012-12-25 13:52:11"
|
||||
"owner": "Administrator"
|
||||
},
|
||||
{
|
||||
"istable": 1,
|
||||
"description": "Cross Listing of Item in multiple groups",
|
||||
"doctype": "DocType",
|
||||
"module": "Website",
|
||||
"document_type": "Other",
|
||||
"istable": 1,
|
||||
"module": "Website",
|
||||
"name": "__common__"
|
||||
},
|
||||
{
|
||||
"parent": "Website Item Group",
|
||||
"doctype": "DocField",
|
||||
"name": "__common__",
|
||||
"label": "Item Group",
|
||||
"parenttype": "DocType",
|
||||
"options": "Item Group",
|
||||
"fieldname": "item_group",
|
||||
"fieldtype": "Link",
|
||||
"permlevel": 0,
|
||||
"parentfield": "fields"
|
||||
"label": "Item Group",
|
||||
"name": "__common__",
|
||||
"options": "Item Group",
|
||||
"parent": "Website Item Group",
|
||||
"parentfield": "fields",
|
||||
"parenttype": "DocType",
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"name": "Website Item Group",
|
||||
"doctype": "DocType"
|
||||
"doctype": "DocType",
|
||||
"name": "Website Item Group"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField"
|
||||
|
||||
@@ -1,43 +1,43 @@
|
||||
[
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"creation": "2013-02-22 01:28:09",
|
||||
"docstatus": 0,
|
||||
"creation": "2012-12-20 14:21:35",
|
||||
"modified": "2013-03-07 07:03:34",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2012-12-20 15:00:25"
|
||||
"owner": "Administrator"
|
||||
},
|
||||
{
|
||||
"istable": 1,
|
||||
"description": "Product Category for website",
|
||||
"doctype": "DocType",
|
||||
"module": "Website",
|
||||
"document_type": "Transaction",
|
||||
"istable": 1,
|
||||
"module": "Website",
|
||||
"name": "__common__"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"name": "__common__",
|
||||
"parent": "Website Product Category",
|
||||
"doctype": "DocField",
|
||||
"parentfield": "fields",
|
||||
"parenttype": "DocType",
|
||||
"permlevel": 0,
|
||||
"parentfield": "fields"
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"name": "Website Product Category",
|
||||
"doctype": "DocType"
|
||||
"doctype": "DocType",
|
||||
"name": "Website Product Category"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Item Group",
|
||||
"fieldname": "item_group",
|
||||
"fieldtype": "Link",
|
||||
"label": "Item Group",
|
||||
"options": "Item Group"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Indent",
|
||||
"fieldname": "indent",
|
||||
"fieldtype": "Select",
|
||||
"label": "Indent",
|
||||
"options": "0\n1\n2\n3\n4\n5"
|
||||
}
|
||||
]
|
||||
@@ -1,59 +1,61 @@
|
||||
[
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"creation": "2013-02-22 01:28:09",
|
||||
"docstatus": 0,
|
||||
"creation": "2012-12-25 16:48:49",
|
||||
"modified": "2013-03-07 07:03:34",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2012-12-25 16:55:40"
|
||||
"owner": "Administrator"
|
||||
},
|
||||
{
|
||||
"istable": 1,
|
||||
"allow_attach": 0,
|
||||
"doctype": "DocType",
|
||||
"module": "Website",
|
||||
"istable": 1,
|
||||
"max_attachments": 10,
|
||||
"module": "Website",
|
||||
"name": "__common__"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"name": "__common__",
|
||||
"parent": "Website Slideshow Item",
|
||||
"doctype": "DocField",
|
||||
"parentfield": "fields",
|
||||
"parenttype": "DocType",
|
||||
"permlevel": 0,
|
||||
"parentfield": "fields"
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"name": "Website Slideshow Item",
|
||||
"doctype": "DocType"
|
||||
"doctype": "DocType",
|
||||
"name": "Website Slideshow Item"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Image",
|
||||
"fieldname": "image",
|
||||
"fieldtype": "Select",
|
||||
"label": "Image",
|
||||
"options": "attach_files:"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Heading",
|
||||
"width": "200px",
|
||||
"fieldname": "heading",
|
||||
"fieldtype": "Data"
|
||||
"fieldtype": "Data",
|
||||
"label": "Heading",
|
||||
"print_width": "200px",
|
||||
"width": "200px"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Description",
|
||||
"width": "200px",
|
||||
"fieldname": "description",
|
||||
"fieldtype": "Text"
|
||||
"fieldtype": "Text",
|
||||
"label": "Description",
|
||||
"print_width": "200px",
|
||||
"width": "200px"
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
"no_copy": 1,
|
||||
"doctype": "DocField",
|
||||
"label": "File List",
|
||||
"fieldname": "file_list",
|
||||
"fieldtype": "Text",
|
||||
"hidden": 1
|
||||
"hidden": 1,
|
||||
"label": "File List",
|
||||
"no_copy": 1,
|
||||
"print_hide": 1
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user