mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 04:59:18 +00:00
converted currency to float and removed level 1 permissions
This commit is contained in:
@@ -1,103 +1,105 @@
|
||||
[
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"creation": "2013-01-10 16:34:32",
|
||||
"docstatus": 0,
|
||||
"creation": "2012-12-27 14:24:35",
|
||||
"modified": "2013-01-22 14:12:16",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2012-12-27 17:44:55"
|
||||
"owner": "Administrator"
|
||||
},
|
||||
{
|
||||
"issingle": 1,
|
||||
"description": "Settings for the About Us Page",
|
||||
"doctype": "DocType",
|
||||
"module": "Website",
|
||||
"document_type": "Master",
|
||||
"issingle": 1,
|
||||
"module": "Website",
|
||||
"name": "__common__"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"name": "__common__",
|
||||
"parent": "About Us Settings",
|
||||
"doctype": "DocField",
|
||||
"parentfield": "fields",
|
||||
"parenttype": "DocType",
|
||||
"permlevel": 0,
|
||||
"parentfield": "fields"
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"parent": "About Us Settings",
|
||||
"read": 1,
|
||||
"name": "__common__",
|
||||
"create": 1,
|
||||
"doctype": "DocPerm",
|
||||
"write": 1,
|
||||
"name": "__common__",
|
||||
"parent": "About Us Settings",
|
||||
"parentfield": "permissions",
|
||||
"parenttype": "DocType",
|
||||
"role": "Website Manager",
|
||||
"permlevel": 0,
|
||||
"parentfield": "permissions"
|
||||
"read": 1,
|
||||
"report": 1,
|
||||
"role": "Website Manager",
|
||||
"submit": 0,
|
||||
"write": 1
|
||||
},
|
||||
{
|
||||
"name": "About Us Settings",
|
||||
"doctype": "DocType"
|
||||
"doctype": "DocType",
|
||||
"name": "About Us Settings"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Help",
|
||||
"fieldname": "help",
|
||||
"fieldtype": "HTML",
|
||||
"label": "Help",
|
||||
"options": "<div class=\"alert\">Link for About Us Page is \"about.html\"</div>"
|
||||
},
|
||||
{
|
||||
"description": "Introduce your company to the website visitor.",
|
||||
"doctype": "DocField",
|
||||
"label": "Company Introduction",
|
||||
"fieldname": "company_introduction",
|
||||
"fieldtype": "Text Editor"
|
||||
"fieldtype": "Text Editor",
|
||||
"label": "Company Introduction"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Company History",
|
||||
"fieldname": "sb0",
|
||||
"fieldtype": "Section Break"
|
||||
"fieldtype": "Section Break",
|
||||
"label": "Company History"
|
||||
},
|
||||
{
|
||||
"description": "\"Company History\"",
|
||||
"doctype": "DocField",
|
||||
"label": "Company History Heading",
|
||||
"fieldname": "company_history_heading",
|
||||
"fieldtype": "Data"
|
||||
"fieldtype": "Data",
|
||||
"label": "Company History Heading"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Company History",
|
||||
"fieldname": "company_history",
|
||||
"fieldtype": "Table",
|
||||
"label": "Company History",
|
||||
"options": "Company History"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Team Members",
|
||||
"fieldname": "sb1",
|
||||
"fieldtype": "Section Break"
|
||||
"fieldtype": "Section Break",
|
||||
"label": "Team Members"
|
||||
},
|
||||
{
|
||||
"description": "\"Team Members\" or \"Management\"",
|
||||
"doctype": "DocField",
|
||||
"label": "Team Members Heading",
|
||||
"fieldname": "team_members_heading",
|
||||
"fieldtype": "Data"
|
||||
"fieldtype": "Data",
|
||||
"label": "Team Members Heading"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Team Members",
|
||||
"fieldname": "team_members",
|
||||
"fieldtype": "Table",
|
||||
"label": "Team Members",
|
||||
"options": "About Us Team Member"
|
||||
},
|
||||
{
|
||||
"description": "More content for the bottom of the page.",
|
||||
"doctype": "DocField",
|
||||
"label": "Footer",
|
||||
"fieldname": "footer",
|
||||
"fieldtype": "Text Editor"
|
||||
"fieldtype": "Text Editor",
|
||||
"label": "Footer"
|
||||
},
|
||||
{
|
||||
"doctype": "DocPerm"
|
||||
|
||||
@@ -1,103 +1,100 @@
|
||||
[
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"creation": "2013-01-10 16:34:32",
|
||||
"docstatus": 0,
|
||||
"creation": "2012-11-30 18:14:18",
|
||||
"modified": "2013-01-22 14:16:45",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2012-12-06 16:33:36"
|
||||
"owner": "Administrator"
|
||||
},
|
||||
{
|
||||
"allow_attach": 1,
|
||||
"module": "Website",
|
||||
"doctype": "DocType",
|
||||
"max_attachments": 5,
|
||||
"module": "Website",
|
||||
"name": "__common__"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"name": "__common__",
|
||||
"parent": "Blog",
|
||||
"doctype": "DocField",
|
||||
"parentfield": "fields",
|
||||
"parenttype": "DocType",
|
||||
"parentfield": "fields"
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"doctype": "DocPerm",
|
||||
"name": "__common__",
|
||||
"parent": "Blog",
|
||||
"read": 1,
|
||||
"doctype": "DocPerm",
|
||||
"report": 1,
|
||||
"parentfield": "permissions",
|
||||
"parenttype": "DocType",
|
||||
"permlevel": 0,
|
||||
"parentfield": "permissions"
|
||||
"read": 1,
|
||||
"report": 1,
|
||||
"submit": 0
|
||||
},
|
||||
{
|
||||
"name": "Blog",
|
||||
"doctype": "DocType"
|
||||
"doctype": "DocType",
|
||||
"name": "Blog"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Title",
|
||||
"fieldname": "title",
|
||||
"fieldtype": "Data",
|
||||
"reqd": 1,
|
||||
"permlevel": 0
|
||||
"label": "Title",
|
||||
"reqd": 1
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Published",
|
||||
"fieldname": "published",
|
||||
"fieldtype": "Check",
|
||||
"permlevel": 0
|
||||
"label": "Published"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Content",
|
||||
"fieldname": "content",
|
||||
"fieldtype": "Text Editor",
|
||||
"reqd": 0,
|
||||
"permlevel": 0
|
||||
"label": "Content",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Page Name",
|
||||
"fieldname": "page_name",
|
||||
"fieldtype": "Data",
|
||||
"hidden": 1,
|
||||
"permlevel": 1
|
||||
"label": "Page Name",
|
||||
"read_only": 1
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Email Sent",
|
||||
"fieldname": "email_sent",
|
||||
"fieldtype": "Check",
|
||||
"hidden": 1,
|
||||
"permlevel": 0
|
||||
"label": "Email Sent"
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
"no_copy": 1,
|
||||
"doctype": "DocField",
|
||||
"label": "File List",
|
||||
"fieldname": "file_list",
|
||||
"fieldtype": "Text",
|
||||
"hidden": 1,
|
||||
"permlevel": 0
|
||||
"label": "File List",
|
||||
"no_copy": 1,
|
||||
"print_hide": 1
|
||||
},
|
||||
{
|
||||
"write": 1,
|
||||
"create": 1,
|
||||
"doctype": "DocPerm",
|
||||
"role": "Website Manager",
|
||||
"doctype": "DocPerm"
|
||||
"write": 1
|
||||
},
|
||||
{
|
||||
"write": 1,
|
||||
"create": 1,
|
||||
"doctype": "DocPerm",
|
||||
"role": "Blogger",
|
||||
"doctype": "DocPerm"
|
||||
"write": 1
|
||||
},
|
||||
{
|
||||
"write": 0,
|
||||
"doctype": "DocPerm",
|
||||
"role": "Guest",
|
||||
"doctype": "DocPerm"
|
||||
"write": 0
|
||||
}
|
||||
]
|
||||
@@ -1,25 +0,0 @@
|
||||
[
|
||||
"Title",
|
||||
"Image for listing (Width: 100px) (Attach First)",
|
||||
"Warehouse",
|
||||
"Stock",
|
||||
"Website",
|
||||
"Product",
|
||||
"Full Image",
|
||||
"Price",
|
||||
"File List",
|
||||
"Page Name",
|
||||
"Select shipping warehouse to show \"In Stock\" or \"Out of Stock\". To hide, leave blank",
|
||||
"Full description (formatted as markdown)",
|
||||
"Price List",
|
||||
"Short Description",
|
||||
"Item",
|
||||
"Published",
|
||||
"Long Description",
|
||||
"A Product is shown on the website and is linked to an item.",
|
||||
"Sales",
|
||||
"Currency",
|
||||
"Thumbnail Image",
|
||||
"Image for listing (Width: 300px) (Attach First)",
|
||||
"Select Price List for the web. Leave blank to hide price."
|
||||
]
|
||||
@@ -1,25 +0,0 @@
|
||||
{
|
||||
"A Product is shown on the website and is linked to an item.": "\u090f\u0915 \u0909\u0924\u094d\u092a\u093e\u0926 \u0915\u0940 \u0935\u0947\u092c\u0938\u093e\u0907\u091f \u092a\u0930 \u0926\u093f\u0916\u093e\u092f\u093e \u091c\u093e\u0924\u093e \u0939\u0948 \u0914\u0930 \u090f\u0915 \u0906\u0907\u091f\u092e \u0915\u0947 \u0932\u093f\u090f \u091c\u0941\u0921\u093c\u093e \u0939\u0941\u0906 \u0939\u0948.",
|
||||
"Currency": "\u092e\u0941\u0926\u094d\u0930\u093e",
|
||||
"File List": "\u092b\u093c\u093e\u0907\u0932 \u0938\u0942\u091a\u0940",
|
||||
"Full Image": "\u092a\u0942\u0930\u094d\u0923 \u091b\u0935\u093f",
|
||||
"Full description (formatted as markdown)": "\u092a\u0942\u0930\u094d\u0923 \u0935\u093f\u0935\u0930\u0923 (markdown \u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902 \u0938\u094d\u0935\u0930\u0942\u092a\u093f\u0924)",
|
||||
"Image for listing (Width: 100px) (Attach First)": "\u0932\u093f\u0938\u094d\u091f\u093f\u0902\u0917 \u0915\u0947 \u0932\u093f\u090f \u091b\u0935\u093f (\u091a\u094c\u0921\u093c\u093e\u0908: 100px) (\u092a\u0939\u0932\u0947 \u0938\u0902\u0932\u0917\u094d\u0928)",
|
||||
"Image for listing (Width: 300px) (Attach First)": "\u0932\u093f\u0938\u094d\u091f\u093f\u0902\u0917 \u0915\u0947 \u0932\u093f\u090f \u091b\u0935\u093f (\u091a\u094c\u0921\u093c\u093e\u0908: 300px) (\u092a\u0939\u0932\u0947 \u0938\u0902\u0932\u0917\u094d\u0928)",
|
||||
"Item": "\u092e\u0926",
|
||||
"Long Description": "\u0932\u093e\u0902\u0917 \u0935\u093f\u0935\u0930\u0923",
|
||||
"Page Name": "\u092a\u0947\u091c \u0915\u093e \u0928\u093e\u092e",
|
||||
"Price": "\u0915\u0940\u092e\u0924",
|
||||
"Price List": "\u0915\u0940\u092e\u0924 \u0938\u0942\u091a\u0940",
|
||||
"Product": "\u0909\u0924\u094d\u092a\u093e\u0926",
|
||||
"Published": "\u092a\u094d\u0930\u0915\u093e\u0936\u093f\u0924",
|
||||
"Sales": "\u0935\u093f\u0915\u094d\u0930\u092f",
|
||||
"Select Price List for the web. Leave blank to hide price.": "\u0935\u0947\u092c \u0915\u0947 \u0932\u093f\u090f \u092e\u0942\u0932\u094d\u092f \u0938\u0942\u091a\u0940 \u0915\u093e \u091a\u092f\u0928 \u0915\u0930\u0947\u0902. \u0915\u0947 \u0932\u093f\u090f \u0915\u0940\u092e\u0924 \u091b\u093f\u092a\u093e\u0928\u0947 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0916\u093e\u0932\u0940 \u091b\u094b\u0921\u093c \u0926\u0947\u0902.",
|
||||
"Select shipping warehouse to show \"In Stock\" or \"Out of Stock\". To hide, leave blank": "\u0936\u093f\u092a\u093f\u0902\u0917 \u0917\u094b\u0926\u093e\u092e \u091a\u0941\u0928\u0947\u0902 \u092f\u093e "\u0938\u094d\u091f\u0949\u0915 \u0938\u0947 \u092c\u093e\u0939\u0930" "\u0938\u094d\u091f\u0949\u0915 \u092e\u0947\u0902" \u0926\u093f\u0916\u093e\u0928\u0947. \u091b\u0941\u092a\u093e\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f, \u0930\u093f\u0915\u094d\u0924 \u091b\u094b\u0921\u093c",
|
||||
"Short Description": "\u0938\u0902\u0915\u094d\u0937\u093f\u092a\u094d\u0924 \u0935\u0930\u094d\u0923\u0928",
|
||||
"Stock": "\u0938\u094d\u091f\u0949\u0915",
|
||||
"Thumbnail Image": "\u0925\u0902\u092c\u0928\u0947\u0932 \u091b\u0935\u093f",
|
||||
"Title": "\u0936\u0940\u0930\u094d\u0937\u0915",
|
||||
"Warehouse": "\u0917\u094b\u0926\u093e\u092e",
|
||||
"Website": "\u0935\u0947\u092c\u0938\u093e\u0907\u091f"
|
||||
}
|
||||
@@ -1,134 +1,120 @@
|
||||
[
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"creation": "2013-01-10 16:34:32",
|
||||
"docstatus": 0,
|
||||
"creation": "2012-07-03 13:30:57",
|
||||
"modified": "2013-01-22 14:57:25",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2013-01-08 12:00:51"
|
||||
"owner": "Administrator"
|
||||
},
|
||||
{
|
||||
"issingle": 1,
|
||||
"allow_attach": 1,
|
||||
"name": "__common__",
|
||||
"description": "Set your background color, font and image (tiled)",
|
||||
"doctype": "DocType",
|
||||
"module": "Website",
|
||||
"issingle": 1,
|
||||
"max_attachments": 1,
|
||||
"description": "Set your background color, font and image (tiled)"
|
||||
"module": "Website",
|
||||
"name": "__common__"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"name": "__common__",
|
||||
"parent": "Style Settings",
|
||||
"doctype": "DocField",
|
||||
"parentfield": "fields",
|
||||
"parenttype": "DocType",
|
||||
"parentfield": "fields"
|
||||
},
|
||||
{
|
||||
"name": "__common__",
|
||||
"parent": "Style Settings",
|
||||
"read": 1,
|
||||
"doctype": "DocPerm",
|
||||
"parenttype": "DocType",
|
||||
"role": "Website Manager",
|
||||
"parentfield": "permissions"
|
||||
},
|
||||
{
|
||||
"name": "Style Settings",
|
||||
"doctype": "DocType"
|
||||
},
|
||||
{
|
||||
"description": "If image is selected, color will be ignored (attach first)",
|
||||
"doctype": "DocField",
|
||||
"label": "Background Image",
|
||||
"options": "attach_files:",
|
||||
"fieldname": "background_image",
|
||||
"fieldtype": "Select",
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"description": "Solid background color (default light gray)",
|
||||
"doctype": "DocField",
|
||||
"label": "Background Color",
|
||||
"fieldname": "background_color",
|
||||
"fieldtype": "Data",
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"print_width": "50%",
|
||||
"doctype": "DocField",
|
||||
"width": "50%",
|
||||
"fieldname": "cb0",
|
||||
"fieldtype": "Column Break",
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Font",
|
||||
"options": "\nHelvetica Neue\nLucida Grande\nVerdana\nArial\nGeorgia\nTahoma",
|
||||
"fieldname": "font",
|
||||
"fieldtype": "Select",
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Font Size",
|
||||
"options": "\n12px\n13px\n14px\n15px\n16px",
|
||||
"fieldname": "font_size",
|
||||
"fieldtype": "Select",
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Heading Font",
|
||||
"options": "\nHelvetica Neue\nLucida Grande\nVerdana\nArial\nGeorgia\nTahoma\nLato\nOpen Sans",
|
||||
"fieldname": "heading_font",
|
||||
"fieldtype": "Select",
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "CSS",
|
||||
"fieldname": "css",
|
||||
"fieldtype": "Section Break",
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"description": "add your own CSS (careful!)",
|
||||
"doctype": "DocField",
|
||||
"label": "Add CSS",
|
||||
"fieldname": "add_css",
|
||||
"fieldtype": "Code",
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"description": "Auto generated",
|
||||
"doctype": "DocField",
|
||||
"label": "Custom CSS",
|
||||
"fieldname": "custom_css",
|
||||
"fieldtype": "Code",
|
||||
"permlevel": 1
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
"no_copy": 1,
|
||||
"doctype": "DocField",
|
||||
"label": "File List",
|
||||
"fieldname": "file_list",
|
||||
"fieldtype": "Text",
|
||||
"hidden": 1,
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"create": 1,
|
||||
"doctype": "DocPerm",
|
||||
"write": 1,
|
||||
"permlevel": 0
|
||||
"name": "__common__",
|
||||
"parent": "Style Settings",
|
||||
"parentfield": "permissions",
|
||||
"parenttype": "DocType",
|
||||
"permlevel": 0,
|
||||
"read": 1,
|
||||
"report": 1,
|
||||
"role": "Website Manager",
|
||||
"submit": 0,
|
||||
"write": 1
|
||||
},
|
||||
{
|
||||
"amend": 0,
|
||||
"create": 0,
|
||||
"doctype": "DocPerm",
|
||||
"submit": 0,
|
||||
"cancel": 0,
|
||||
"permlevel": 1
|
||||
"doctype": "DocType",
|
||||
"name": "Style Settings"
|
||||
},
|
||||
{
|
||||
"description": "If image is selected, color will be ignored (attach first)",
|
||||
"doctype": "DocField",
|
||||
"fieldname": "background_image",
|
||||
"fieldtype": "Select",
|
||||
"label": "Background Image",
|
||||
"options": "attach_files:"
|
||||
},
|
||||
{
|
||||
"description": "Solid background color (default light gray)",
|
||||
"doctype": "DocField",
|
||||
"fieldname": "background_color",
|
||||
"fieldtype": "Data",
|
||||
"label": "Background Color"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "cb0",
|
||||
"fieldtype": "Column Break",
|
||||
"print_width": "50%",
|
||||
"width": "50%"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "font",
|
||||
"fieldtype": "Select",
|
||||
"label": "Font",
|
||||
"options": "\nHelvetica Neue\nLucida Grande\nVerdana\nArial\nGeorgia\nTahoma"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "font_size",
|
||||
"fieldtype": "Select",
|
||||
"label": "Font Size",
|
||||
"options": "\n12px\n13px\n14px\n15px\n16px"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "heading_font",
|
||||
"fieldtype": "Select",
|
||||
"label": "Heading Font",
|
||||
"options": "\nHelvetica Neue\nLucida Grande\nVerdana\nArial\nGeorgia\nTahoma\nLato\nOpen Sans"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "css",
|
||||
"fieldtype": "Section Break",
|
||||
"label": "CSS"
|
||||
},
|
||||
{
|
||||
"description": "add your own CSS (careful!)",
|
||||
"doctype": "DocField",
|
||||
"fieldname": "add_css",
|
||||
"fieldtype": "Code",
|
||||
"label": "Add CSS"
|
||||
},
|
||||
{
|
||||
"description": "Auto generated",
|
||||
"doctype": "DocField",
|
||||
"fieldname": "custom_css",
|
||||
"fieldtype": "Code",
|
||||
"label": "Custom CSS",
|
||||
"read_only": 1
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "file_list",
|
||||
"fieldtype": "Text",
|
||||
"hidden": 1,
|
||||
"label": "File List",
|
||||
"no_copy": 1,
|
||||
"print_hide": 1
|
||||
},
|
||||
{
|
||||
"doctype": "DocPerm"
|
||||
}
|
||||
]
|
||||
@@ -1,162 +1,147 @@
|
||||
[
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"creation": "2013-01-10 16:34:32",
|
||||
"docstatus": 0,
|
||||
"creation": "2012-12-07 15:15:17",
|
||||
"modified": "2013-01-22 14:57:27",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2012-12-25 17:04:19"
|
||||
"owner": "Administrator"
|
||||
},
|
||||
{
|
||||
"allow_attach": 1,
|
||||
"description": "Page to show on the website\n",
|
||||
"name": "__common__",
|
||||
"module": "Website",
|
||||
"doctype": "DocType",
|
||||
"max_attachments": 20,
|
||||
"document_type": "Transaction",
|
||||
"allow_attach": 1
|
||||
"max_attachments": 20,
|
||||
"module": "Website",
|
||||
"name": "__common__"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"name": "__common__",
|
||||
"parent": "Web Page",
|
||||
"doctype": "DocField",
|
||||
"parentfield": "fields",
|
||||
"parenttype": "DocType",
|
||||
"parentfield": "fields"
|
||||
},
|
||||
{
|
||||
"name": "__common__",
|
||||
"parent": "Web Page",
|
||||
"read": 1,
|
||||
"doctype": "DocPerm",
|
||||
"parenttype": "DocType",
|
||||
"role": "Website Manager",
|
||||
"parentfield": "permissions"
|
||||
},
|
||||
{
|
||||
"name": "Web Page",
|
||||
"doctype": "DocType"
|
||||
},
|
||||
{
|
||||
"description": "Title / headline of your page",
|
||||
"doctype": "DocField",
|
||||
"label": "Title",
|
||||
"fieldname": "title",
|
||||
"fieldtype": "Data",
|
||||
"reqd": 1,
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"width": "50%",
|
||||
"fieldname": "cb1",
|
||||
"fieldtype": "Column Break",
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Published",
|
||||
"fieldname": "published",
|
||||
"fieldtype": "Check",
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"description": "Page url name (auto-generated) (add \".html\")",
|
||||
"doctype": "DocField",
|
||||
"label": "Page Name",
|
||||
"fieldname": "page_name",
|
||||
"fieldtype": "Data",
|
||||
"permlevel": 1
|
||||
},
|
||||
{
|
||||
"description": "Page content",
|
||||
"doctype": "DocField",
|
||||
"label": "Content",
|
||||
"fieldname": "sb1",
|
||||
"fieldtype": "Section Break",
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"description": "Begin this page with a slideshow of images",
|
||||
"doctype": "DocField",
|
||||
"label": "Slideshow",
|
||||
"permlevel": 0,
|
||||
"fieldname": "slideshow",
|
||||
"fieldtype": "Link",
|
||||
"options": "Website Slideshow"
|
||||
},
|
||||
{
|
||||
"description": "Content in markdown format that appears on the main side of your page",
|
||||
"doctype": "DocField",
|
||||
"label": "Main Section",
|
||||
"fieldname": "main_section",
|
||||
"fieldtype": "Text Editor",
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"description": "Link to other pages in the side bar and next section",
|
||||
"doctype": "DocField",
|
||||
"label": "More",
|
||||
"fieldname": "sb2",
|
||||
"fieldtype": "Section Break",
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"options": "Left\nCenter\nRight",
|
||||
"fieldname": "text_align",
|
||||
"fieldtype": "Select",
|
||||
"label": "Text Align",
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"description": "Add code as <script>",
|
||||
"doctype": "DocField",
|
||||
"label": "Insert Code",
|
||||
"fieldname": "insert_code",
|
||||
"fieldtype": "Check",
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"options": "Javascript",
|
||||
"fieldname": "javascript",
|
||||
"fieldtype": "Code",
|
||||
"label": "Javascript",
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Insert Style",
|
||||
"fieldname": "insert_style",
|
||||
"fieldtype": "Check",
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"options": "CSS",
|
||||
"fieldname": "css",
|
||||
"fieldtype": "Code",
|
||||
"label": "CSS",
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
"no_copy": 1,
|
||||
"doctype": "DocField",
|
||||
"label": "File List",
|
||||
"fieldname": "file_list",
|
||||
"fieldtype": "Text",
|
||||
"hidden": 1,
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"create": 1,
|
||||
"doctype": "DocPerm",
|
||||
"write": 1,
|
||||
"name": "__common__",
|
||||
"parent": "Web Page",
|
||||
"parentfield": "permissions",
|
||||
"parenttype": "DocType",
|
||||
"permlevel": 0,
|
||||
"read": 1,
|
||||
"report": 1,
|
||||
"permlevel": 0
|
||||
"role": "Website Manager",
|
||||
"submit": 0,
|
||||
"write": 1
|
||||
},
|
||||
{
|
||||
"doctype": "DocType",
|
||||
"name": "Web Page"
|
||||
},
|
||||
{
|
||||
"description": "Title / headline of your page",
|
||||
"doctype": "DocField",
|
||||
"fieldname": "title",
|
||||
"fieldtype": "Data",
|
||||
"label": "Title",
|
||||
"reqd": 1
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "cb1",
|
||||
"fieldtype": "Column Break",
|
||||
"width": "50%"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "published",
|
||||
"fieldtype": "Check",
|
||||
"label": "Published"
|
||||
},
|
||||
{
|
||||
"description": "Page url name (auto-generated) (add \".html\")",
|
||||
"doctype": "DocField",
|
||||
"fieldname": "page_name",
|
||||
"fieldtype": "Data",
|
||||
"label": "Page Name",
|
||||
"read_only": 1
|
||||
},
|
||||
{
|
||||
"description": "Page content",
|
||||
"doctype": "DocField",
|
||||
"fieldname": "sb1",
|
||||
"fieldtype": "Section Break",
|
||||
"label": "Content"
|
||||
},
|
||||
{
|
||||
"description": "Begin this page with a slideshow of images",
|
||||
"doctype": "DocField",
|
||||
"fieldname": "slideshow",
|
||||
"fieldtype": "Link",
|
||||
"label": "Slideshow",
|
||||
"options": "Website Slideshow"
|
||||
},
|
||||
{
|
||||
"description": "Content in markdown format that appears on the main side of your page",
|
||||
"doctype": "DocField",
|
||||
"fieldname": "main_section",
|
||||
"fieldtype": "Text Editor",
|
||||
"label": "Main Section"
|
||||
},
|
||||
{
|
||||
"description": "Link to other pages in the side bar and next section",
|
||||
"doctype": "DocField",
|
||||
"fieldname": "sb2",
|
||||
"fieldtype": "Section Break",
|
||||
"label": "More"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "text_align",
|
||||
"fieldtype": "Select",
|
||||
"label": "Text Align",
|
||||
"options": "Left\nCenter\nRight"
|
||||
},
|
||||
{
|
||||
"description": "Add code as <script>",
|
||||
"doctype": "DocField",
|
||||
"fieldname": "insert_code",
|
||||
"fieldtype": "Check",
|
||||
"label": "Insert Code"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "javascript",
|
||||
"fieldtype": "Code",
|
||||
"label": "Javascript",
|
||||
"options": "Javascript"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "insert_style",
|
||||
"fieldtype": "Check",
|
||||
"label": "Insert Style"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "css",
|
||||
"fieldtype": "Code",
|
||||
"label": "CSS",
|
||||
"options": "CSS"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "file_list",
|
||||
"fieldtype": "Text",
|
||||
"hidden": 1,
|
||||
"label": "File List",
|
||||
"no_copy": 1,
|
||||
"print_hide": 1
|
||||
},
|
||||
{
|
||||
"permlevel": 1,
|
||||
"doctype": "DocPerm"
|
||||
}
|
||||
]
|
||||
@@ -1,202 +1,180 @@
|
||||
[
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"creation": "2013-01-10 16:34:33",
|
||||
"docstatus": 0,
|
||||
"creation": "2012-07-12 23:29:36",
|
||||
"modified": "2013-01-22 14:59:43",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2012-12-27 12:27:02"
|
||||
"owner": "Administrator"
|
||||
},
|
||||
{
|
||||
"issingle": 1,
|
||||
"allow_attach": 1,
|
||||
"doctype": "DocType",
|
||||
"module": "Website",
|
||||
"max_attachments": 10,
|
||||
"document_type": "Other",
|
||||
"issingle": 1,
|
||||
"max_attachments": 10,
|
||||
"module": "Website",
|
||||
"name": "__common__"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"name": "__common__",
|
||||
"parent": "Website Settings",
|
||||
"doctype": "DocField",
|
||||
"parentfield": "fields",
|
||||
"parenttype": "DocType",
|
||||
"parentfield": "fields"
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"name": "__common__",
|
||||
"parent": "Website Settings",
|
||||
"read": 1,
|
||||
"create": 1,
|
||||
"doctype": "DocPerm",
|
||||
"name": "__common__",
|
||||
"parent": "Website Settings",
|
||||
"parentfield": "permissions",
|
||||
"parenttype": "DocType",
|
||||
"parentfield": "permissions"
|
||||
"permlevel": 0,
|
||||
"read": 1,
|
||||
"report": 0,
|
||||
"submit": 0,
|
||||
"write": 1
|
||||
},
|
||||
{
|
||||
"name": "Website Settings",
|
||||
"doctype": "DocType"
|
||||
"doctype": "DocType",
|
||||
"name": "Website Settings"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Landing Page",
|
||||
"fieldname": "sb0",
|
||||
"fieldtype": "Section Break",
|
||||
"permlevel": 0
|
||||
"label": "Landing Page"
|
||||
},
|
||||
{
|
||||
"description": "The \"Web Page\" that is the website home page",
|
||||
"doctype": "DocField",
|
||||
"label": "Home Page",
|
||||
"options": "Web Page",
|
||||
"fieldname": "home_page",
|
||||
"fieldtype": "Link",
|
||||
"reqd": 1,
|
||||
"permlevel": 0
|
||||
"label": "Home Page",
|
||||
"options": "Web Page",
|
||||
"reqd": 1
|
||||
},
|
||||
{
|
||||
"description": "The name of your company / website as you want to appear on browser title bar. All pages will have this as the prefix to the title.",
|
||||
"doctype": "DocField",
|
||||
"label": "Title Prefix",
|
||||
"fieldname": "title_prefix",
|
||||
"fieldtype": "Data",
|
||||
"permlevel": 0
|
||||
"label": "Title Prefix"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "cb4",
|
||||
"fieldtype": "Column Break",
|
||||
"permlevel": 0
|
||||
"fieldtype": "Column Break"
|
||||
},
|
||||
{
|
||||
"description": "If checked, the Home page will be the default Item Group for the website.",
|
||||
"doctype": "DocField",
|
||||
"label": "Home Page is Products",
|
||||
"fieldname": "home_page_is_products",
|
||||
"fieldtype": "Check",
|
||||
"permlevel": 0
|
||||
"label": "Home Page is Products"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Top Bar",
|
||||
"fieldname": "top_bar",
|
||||
"fieldtype": "Section Break",
|
||||
"permlevel": 0
|
||||
"label": "Top Bar"
|
||||
},
|
||||
{
|
||||
"description": "Background shade of the top menu bar",
|
||||
"doctype": "DocField",
|
||||
"label": "Top Bar Background",
|
||||
"options": "Black\nWhite",
|
||||
"fieldname": "top_bar_background",
|
||||
"fieldtype": "Select",
|
||||
"permlevel": 0
|
||||
"label": "Top Bar Background",
|
||||
"options": "Black\nWhite"
|
||||
},
|
||||
{
|
||||
"description": "Brand is what appears on the top-right of the toolbar. If it is an image, make sure it\nhas a transparent background and use the <img /> tag. Keep size as 200px x 30px",
|
||||
"doctype": "DocField",
|
||||
"label": "Brand HTML",
|
||||
"fieldname": "brand_html",
|
||||
"fieldtype": "Text",
|
||||
"permlevel": 0
|
||||
"label": "Brand HTML"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Top Bar Items",
|
||||
"options": "Top Bar Item",
|
||||
"fieldname": "top_bar_items",
|
||||
"fieldtype": "Table",
|
||||
"permlevel": 0
|
||||
"label": "Top Bar Items",
|
||||
"options": "Top Bar Item"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Footer",
|
||||
"fieldname": "footer",
|
||||
"fieldtype": "Section Break",
|
||||
"permlevel": 0
|
||||
"label": "Footer"
|
||||
},
|
||||
{
|
||||
"description": "Address and other legal information you may want to put in the footer.",
|
||||
"doctype": "DocField",
|
||||
"label": "Address",
|
||||
"fieldname": "address",
|
||||
"fieldtype": "Text Editor",
|
||||
"permlevel": 0
|
||||
"label": "Address"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Copyright",
|
||||
"fieldname": "copyright",
|
||||
"fieldtype": "Data",
|
||||
"permlevel": 0
|
||||
"label": "Copyright"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Footer Items",
|
||||
"options": "Top Bar Item",
|
||||
"fieldname": "footer_items",
|
||||
"fieldtype": "Table",
|
||||
"permlevel": 0
|
||||
"label": "Footer Items",
|
||||
"options": "Top Bar Item"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Misc",
|
||||
"fieldname": "misc_section",
|
||||
"fieldtype": "Section Break",
|
||||
"permlevel": 0
|
||||
"label": "Misc"
|
||||
},
|
||||
{
|
||||
"description": "An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [<a href=\"http://favicon-generator.org/\" target=\"_blank\">favicon-generator.org</a>]",
|
||||
"doctype": "DocField",
|
||||
"label": "FavIcon",
|
||||
"options": "attach_files:",
|
||||
"fieldname": "favicon",
|
||||
"fieldtype": "Select",
|
||||
"permlevel": 0
|
||||
"label": "FavIcon",
|
||||
"options": "attach_files:"
|
||||
},
|
||||
{
|
||||
"description": "Sub-domain provided by erpnext.com",
|
||||
"doctype": "DocField",
|
||||
"label": "Subdomain",
|
||||
"fieldname": "subdomain",
|
||||
"fieldtype": "Text",
|
||||
"reqd": 0,
|
||||
"permlevel": 1
|
||||
"label": "Subdomain",
|
||||
"read_only": 1,
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"description": "Enter domain names associated to this website, each on a new line",
|
||||
"doctype": "DocField",
|
||||
"label": "Domain List",
|
||||
"fieldname": "domain_list",
|
||||
"fieldtype": "Text",
|
||||
"reqd": 0,
|
||||
"hidden": 1,
|
||||
"permlevel": 0
|
||||
"label": "Domain List",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
"no_copy": 1,
|
||||
"doctype": "DocField",
|
||||
"label": "File List",
|
||||
"fieldname": "file_list",
|
||||
"fieldtype": "Text",
|
||||
"hidden": 1,
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"create": 1,
|
||||
"doctype": "DocPerm",
|
||||
"write": 1,
|
||||
"role": "System Manager",
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"create": 1,
|
||||
"doctype": "DocPerm",
|
||||
"write": 1,
|
||||
"role": "Website Manager",
|
||||
"permlevel": 0
|
||||
"label": "File List",
|
||||
"no_copy": 1,
|
||||
"print_hide": 1
|
||||
},
|
||||
{
|
||||
"doctype": "DocPerm",
|
||||
"role": "All",
|
||||
"permlevel": 1
|
||||
"role": "System Manager"
|
||||
},
|
||||
{
|
||||
"doctype": "DocPerm",
|
||||
"role": "Website Manager"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user