mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +00:00
added report permissions to txt files
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
},
|
||||
{
|
||||
"read_only": 0,
|
||||
"autoname": "field:country_name",
|
||||
"in_create": 0,
|
||||
"doctype": "DocType",
|
||||
"autoname": "field:country_name",
|
||||
"module": "Setup",
|
||||
"doctype": "DocType",
|
||||
"document_type": "Master",
|
||||
"name": "__common__"
|
||||
},
|
||||
@@ -31,6 +31,7 @@
|
||||
"doctype": "DocPerm",
|
||||
"write": 1,
|
||||
"parenttype": "DocType",
|
||||
"report": 1,
|
||||
"permlevel": 0,
|
||||
"parentfield": "permissions"
|
||||
},
|
||||
@@ -49,22 +50,22 @@
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Date Format",
|
||||
"fieldname": "date_format",
|
||||
"fieldtype": "Data"
|
||||
"fieldtype": "Data",
|
||||
"label": "Date Format"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Time Zones",
|
||||
"fieldname": "time_zones",
|
||||
"fieldtype": "Text"
|
||||
"fieldtype": "Text",
|
||||
"label": "Time Zones"
|
||||
},
|
||||
{
|
||||
"amend": 0,
|
||||
"doctype": "DocPerm",
|
||||
"submit": 0,
|
||||
"cancel": 0,
|
||||
"role": "Sales Master Manager",
|
||||
"cancel": 0
|
||||
"doctype": "DocPerm",
|
||||
"submit": 0
|
||||
},
|
||||
{
|
||||
"role": "Purchase Master Manager",
|
||||
|
||||
Reference in New Issue
Block a user