added report permissions to txt files

This commit is contained in:
Rushabh Mehta
2013-01-21 14:22:07 +05:30
parent 1a6220a332
commit bb9968491b
99 changed files with 1723 additions and 1497 deletions

View File

@@ -8,8 +8,8 @@
},
{
"allow_attach": 1,
"doctype": "DocType",
"module": "Website",
"doctype": "DocType",
"max_attachments": 5,
"name": "__common__"
},
@@ -25,6 +25,7 @@
"parent": "Blog",
"read": 1,
"doctype": "DocPerm",
"report": 1,
"parenttype": "DocType",
"permlevel": 0,
"parentfield": "permissions"
@@ -83,16 +84,16 @@
"permlevel": 0
},
{
"create": 1,
"doctype": "DocPerm",
"write": 1,
"role": "Website Manager"
"create": 1,
"role": "Website Manager",
"doctype": "DocPerm"
},
{
"create": 1,
"doctype": "DocPerm",
"write": 1,
"role": "Blogger"
"create": 1,
"role": "Blogger",
"doctype": "DocPerm"
},
{
"write": 0,

View File

@@ -7,13 +7,13 @@
"modified": "2012-12-25 17:04:19"
},
{
"allow_attach": 1,
"doctype": "DocType",
"module": "Website",
"description": "Page to show on the website\n",
"name": "__common__",
"module": "Website",
"doctype": "DocType",
"max_attachments": 20,
"document_type": "Transaction",
"description": "Page to show on the website\n"
"allow_attach": 1
},
{
"name": "__common__",
@@ -78,10 +78,10 @@
"description": "Begin this page with a slideshow of images",
"doctype": "DocField",
"label": "Slideshow",
"options": "Website Slideshow",
"permlevel": 0,
"fieldname": "slideshow",
"fieldtype": "Link",
"permlevel": 0
"options": "Website Slideshow"
},
{
"description": "Content in markdown format that appears on the main side of your page",
@@ -101,10 +101,10 @@
},
{
"doctype": "DocField",
"label": "Text Align",
"options": "Left\nCenter\nRight",
"fieldname": "text_align",
"fieldtype": "Select",
"label": "Text Align",
"permlevel": 0
},
{
@@ -117,10 +117,10 @@
},
{
"doctype": "DocField",
"label": "Javascript",
"options": "Javascript",
"fieldname": "javascript",
"fieldtype": "Code",
"label": "Javascript",
"permlevel": 0
},
{
@@ -132,10 +132,10 @@
},
{
"doctype": "DocField",
"label": "CSS",
"options": "CSS",
"fieldname": "css",
"fieldtype": "Code",
"label": "CSS",
"permlevel": 0
},
{
@@ -152,10 +152,11 @@
"create": 1,
"doctype": "DocPerm",
"write": 1,
"report": 1,
"permlevel": 0
},
{
"doctype": "DocPerm",
"permlevel": 1
"permlevel": 1,
"doctype": "DocPerm"
}
]

View File

@@ -7,11 +7,11 @@
"modified": "2012-12-25 16:56:34"
},
{
"autoname": "field:slideshow_name",
"allow_attach": 1,
"autoname": "field:slideshow_name",
"name": "__common__",
"doctype": "DocType",
"module": "Website",
"doctype": "DocType",
"max_attachments": 10,
"document_type": "Transaction",
"description": "Slideshow like display for the website"
@@ -27,6 +27,7 @@
{
"parent": "Website Slideshow",
"read": 1,
"report": 1,
"cancel": 1,
"name": "__common__",
"create": 1,