mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +00:00
added report permissions to txt files
This commit is contained in:
@@ -7,14 +7,14 @@
|
||||
"modified": "2012-12-27 14:02:01"
|
||||
},
|
||||
{
|
||||
"autoname": "naming_series:",
|
||||
"document_type": "Master",
|
||||
"description": "Buyer of Goods and Services.",
|
||||
"autoname": "naming_series:",
|
||||
"allow_rename": 1,
|
||||
"allow_print": 0,
|
||||
"search_fields": "customer_name,customer_group,country,territory",
|
||||
"module": "Selling",
|
||||
"doctype": "DocType",
|
||||
"document_type": "Master",
|
||||
"search_fields": "customer_name,customer_group,country,territory",
|
||||
"name": "__common__"
|
||||
},
|
||||
{
|
||||
@@ -67,21 +67,21 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Customer Type",
|
||||
"oldfieldname": "customer_type",
|
||||
"options": "\nCompany\nIndividual",
|
||||
"permlevel": 0,
|
||||
"fieldname": "customer_type",
|
||||
"fieldtype": "Select",
|
||||
"reqd": 1,
|
||||
"permlevel": 0
|
||||
"options": "\nCompany\nIndividual"
|
||||
},
|
||||
{
|
||||
"print_hide": 0,
|
||||
"no_copy": 1,
|
||||
"doctype": "DocField",
|
||||
"label": "Series",
|
||||
"options": "\nCUST\nCUSTMUM",
|
||||
"permlevel": 0,
|
||||
"fieldname": "naming_series",
|
||||
"fieldtype": "Select",
|
||||
"permlevel": 0
|
||||
"options": "\nCUST\nCUSTMUM"
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
@@ -95,9 +95,9 @@
|
||||
"fieldname": "lead_name",
|
||||
"fieldtype": "Link",
|
||||
"hidden": 0,
|
||||
"in_filter": 1,
|
||||
"options": "Lead",
|
||||
"report_hide": 1
|
||||
"report_hide": 1,
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
@@ -119,8 +119,8 @@
|
||||
"search_index": 1,
|
||||
"reqd": 1,
|
||||
"hidden": 0,
|
||||
"in_filter": 1,
|
||||
"options": "Customer Group"
|
||||
"options": "Customer Group",
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
@@ -129,11 +129,11 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Territory",
|
||||
"oldfieldname": "territory",
|
||||
"options": "Territory",
|
||||
"permlevel": 0,
|
||||
"fieldname": "territory",
|
||||
"fieldtype": "Link",
|
||||
"reqd": 1,
|
||||
"permlevel": 0
|
||||
"options": "Territory"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
@@ -146,10 +146,10 @@
|
||||
"depends_on": "eval:doc.__islocal",
|
||||
"doctype": "DocField",
|
||||
"label": "Address Desc",
|
||||
"options": "<em>Addresses will appear only when you save the customer</em>",
|
||||
"permlevel": 0,
|
||||
"fieldname": "address_desc",
|
||||
"fieldtype": "HTML",
|
||||
"permlevel": 0
|
||||
"options": "<em>Addresses will appear only when you save the customer</em>"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
@@ -169,10 +169,10 @@
|
||||
"depends_on": "eval:doc.__islocal",
|
||||
"doctype": "DocField",
|
||||
"label": "Contact Desc",
|
||||
"options": "<em>Contact Details will appear only when you save the customer</em>",
|
||||
"permlevel": 0,
|
||||
"fieldname": "contact_desc",
|
||||
"fieldtype": "HTML",
|
||||
"permlevel": 0
|
||||
"options": "<em>Contact Details will appear only when you save the customer</em>"
|
||||
},
|
||||
{
|
||||
"oldfieldtype": "HTML",
|
||||
@@ -216,20 +216,20 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Company",
|
||||
"oldfieldname": "company",
|
||||
"permlevel": 0,
|
||||
"options": "Company",
|
||||
"fieldname": "company",
|
||||
"fieldtype": "Link",
|
||||
"search_index": 1,
|
||||
"reqd": 1,
|
||||
"in_filter": 1,
|
||||
"options": "Company"
|
||||
"permlevel": 0,
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Default Price List",
|
||||
"options": "Price List",
|
||||
"fieldname": "default_price_list",
|
||||
"fieldtype": "Link",
|
||||
"label": "Default Price List",
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
@@ -237,10 +237,10 @@
|
||||
"no_copy": 1,
|
||||
"doctype": "DocField",
|
||||
"label": "Default Currency",
|
||||
"options": "link:Currency",
|
||||
"permlevel": 0,
|
||||
"fieldname": "default_currency",
|
||||
"fieldtype": "Select",
|
||||
"permlevel": 0
|
||||
"options": "link:Currency"
|
||||
},
|
||||
{
|
||||
"description": "Your Customer's TAX registration numbers (if applicable) or any general information",
|
||||
@@ -297,10 +297,10 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Default Sales Partner",
|
||||
"oldfieldname": "default_sales_partner",
|
||||
"options": "Sales Partner",
|
||||
"permlevel": 0,
|
||||
"fieldname": "default_sales_partner",
|
||||
"fieldtype": "Link",
|
||||
"permlevel": 0
|
||||
"options": "Sales Partner"
|
||||
},
|
||||
{
|
||||
"oldfieldtype": "Currency",
|
||||
@@ -316,10 +316,10 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Sales Team Details",
|
||||
"oldfieldname": "sales_team",
|
||||
"options": "Sales Team",
|
||||
"permlevel": 0,
|
||||
"fieldname": "sales_team",
|
||||
"fieldtype": "Table",
|
||||
"permlevel": 0
|
||||
"options": "Sales Team"
|
||||
},
|
||||
{
|
||||
"amend": 0,
|
||||
@@ -327,8 +327,8 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 0,
|
||||
"write": 0,
|
||||
"cancel": 0,
|
||||
"role": "Sales Manager",
|
||||
"cancel": 0,
|
||||
"permlevel": 1
|
||||
},
|
||||
{
|
||||
@@ -337,8 +337,9 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 0,
|
||||
"write": 0,
|
||||
"cancel": 0,
|
||||
"report": 1,
|
||||
"role": "Sales Manager",
|
||||
"cancel": 0,
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
@@ -347,8 +348,8 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 0,
|
||||
"write": 0,
|
||||
"cancel": 0,
|
||||
"role": "Sales User",
|
||||
"cancel": 0,
|
||||
"permlevel": 1
|
||||
},
|
||||
{
|
||||
@@ -357,8 +358,9 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 0,
|
||||
"write": 0,
|
||||
"cancel": 0,
|
||||
"report": 1,
|
||||
"role": "Sales User",
|
||||
"cancel": 0,
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
@@ -367,8 +369,9 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 0,
|
||||
"write": 1,
|
||||
"report": 1,
|
||||
"role": "Sales Master Manager",
|
||||
"cancel": 1,
|
||||
"role": "Sales Master Manager",
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
@@ -377,8 +380,8 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 0,
|
||||
"write": 0,
|
||||
"cancel": 0,
|
||||
"role": "Sales Master Manager",
|
||||
"cancel": 0,
|
||||
"permlevel": 1
|
||||
},
|
||||
{
|
||||
@@ -387,8 +390,9 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 0,
|
||||
"write": 1,
|
||||
"cancel": 0,
|
||||
"report": 1,
|
||||
"role": "Purchase User",
|
||||
"cancel": 0,
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
@@ -419,8 +423,9 @@
|
||||
"create": 1,
|
||||
"doctype": "DocPerm",
|
||||
"write": 1,
|
||||
"role": "Accounts Manager",
|
||||
"cancel": 1,
|
||||
"role": "Accounts Manager",
|
||||
"report": 1,
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user