mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +00:00
added report permissions to txt files
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
"section_style": "Simple",
|
||||
"description": "Keep Track of Sales Campaigns. Keep track of Leads, Quotations, Sales Order etc from Campaigns to gauge Return on Investment. ",
|
||||
"module": "Selling",
|
||||
"doctype": "DocType",
|
||||
"allow_trash": 1,
|
||||
"server_code_error": " ",
|
||||
"document_type": "Master",
|
||||
"allow_trash": 1,
|
||||
"autoname": "field:campaign_name",
|
||||
"document_type": "Master",
|
||||
"_last_update": "1326102553",
|
||||
"name": "__common__",
|
||||
"colour": "White:FFF",
|
||||
"_last_update": "1326102553",
|
||||
"doctype": "DocType",
|
||||
"show_in_menu": 0,
|
||||
"version": 1
|
||||
},
|
||||
@@ -32,8 +32,8 @@
|
||||
"name": "__common__",
|
||||
"parent": "Campaign",
|
||||
"amend": 0,
|
||||
"doctype": "DocPerm",
|
||||
"submit": 0,
|
||||
"doctype": "DocPerm",
|
||||
"read": 1,
|
||||
"parenttype": "DocType",
|
||||
"parentfield": "permissions"
|
||||
@@ -54,6 +54,7 @@
|
||||
"create": 0,
|
||||
"doctype": "DocPerm",
|
||||
"write": 0,
|
||||
"report": 1,
|
||||
"role": "Sales Manager",
|
||||
"cancel": 0,
|
||||
"permlevel": 0
|
||||
@@ -78,6 +79,7 @@
|
||||
"create": 0,
|
||||
"doctype": "DocPerm",
|
||||
"write": 0,
|
||||
"report": 1,
|
||||
"role": "Sales User",
|
||||
"cancel": 0,
|
||||
"permlevel": 0
|
||||
@@ -86,6 +88,7 @@
|
||||
"create": 1,
|
||||
"doctype": "DocPerm",
|
||||
"write": 1,
|
||||
"report": 1,
|
||||
"role": "Sales Master Manager",
|
||||
"cancel": 1,
|
||||
"permlevel": 0
|
||||
|
||||
@@ -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
|
||||
},
|
||||
{
|
||||
|
||||
@@ -9,21 +9,21 @@
|
||||
{
|
||||
"section_style": "Simple",
|
||||
"name": "__common__",
|
||||
"autoname": "field:industry",
|
||||
"colour": "White:FFF",
|
||||
"module": "Selling",
|
||||
"server_code_error": " ",
|
||||
"version": 4,
|
||||
"doctype": "DocType",
|
||||
"autoname": "field:industry",
|
||||
"document_type": "Master"
|
||||
},
|
||||
{
|
||||
"parent": "Industry Type",
|
||||
"oldfieldtype": "Data",
|
||||
"doctype": "DocField",
|
||||
"oldfieldname": "industry",
|
||||
"reqd": 1,
|
||||
"name": "__common__",
|
||||
"doctype": "DocField",
|
||||
"label": "Industry",
|
||||
"parenttype": "DocType",
|
||||
"fieldname": "industry",
|
||||
@@ -36,6 +36,7 @@
|
||||
"parent": "Industry Type",
|
||||
"read": 1,
|
||||
"doctype": "DocPerm",
|
||||
"report": 1,
|
||||
"parenttype": "DocType",
|
||||
"permlevel": 0,
|
||||
"parentfield": "permissions"
|
||||
|
||||
@@ -10,13 +10,13 @@
|
||||
"section_style": "Simple",
|
||||
"is_submittable": 1,
|
||||
"module": "Selling",
|
||||
"doctype": "DocType",
|
||||
"server_code_error": " ",
|
||||
"subject": "At %(customer_name)s on %(inst_date)s",
|
||||
"autoname": "IN/.####",
|
||||
"subject": "At %(customer_name)s on %(inst_date)s",
|
||||
"_last_update": "1306480044",
|
||||
"name": "__common__",
|
||||
"colour": "White:FFF",
|
||||
"_last_update": "1306480044",
|
||||
"doctype": "DocType",
|
||||
"show_in_menu": 0,
|
||||
"version": 98
|
||||
},
|
||||
@@ -45,6 +45,7 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 1,
|
||||
"write": 1,
|
||||
"report": 1,
|
||||
"role": "System Manager",
|
||||
"cancel": 1,
|
||||
"permlevel": 0
|
||||
@@ -60,6 +61,7 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 1,
|
||||
"write": 1,
|
||||
"report": 1,
|
||||
"role": "Sales User",
|
||||
"cancel": 1,
|
||||
"permlevel": 0
|
||||
@@ -70,6 +72,7 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 1,
|
||||
"write": 1,
|
||||
"report": 1,
|
||||
"role": "Sales Manager",
|
||||
"cancel": 1,
|
||||
"permlevel": 0
|
||||
@@ -106,11 +109,11 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Series",
|
||||
"oldfieldname": "naming_series",
|
||||
"permlevel": 0,
|
||||
"options": "\nIN",
|
||||
"fieldname": "naming_series",
|
||||
"fieldtype": "Select",
|
||||
"reqd": 1,
|
||||
"options": "\nIN"
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
@@ -118,31 +121,31 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Customer",
|
||||
"oldfieldname": "customer",
|
||||
"permlevel": 0,
|
||||
"trigger": "Client",
|
||||
"fieldname": "customer",
|
||||
"fieldtype": "Link",
|
||||
"oldfieldtype": "Link",
|
||||
"reqd": 1,
|
||||
"options": "Customer",
|
||||
"permlevel": 0
|
||||
"options": "Customer"
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
"doctype": "DocField",
|
||||
"label": "Customer Address",
|
||||
"options": "Address",
|
||||
"permlevel": 0,
|
||||
"fieldname": "customer_address",
|
||||
"fieldtype": "Link",
|
||||
"permlevel": 0
|
||||
"options": "Address"
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
"doctype": "DocField",
|
||||
"label": "Contact Person",
|
||||
"options": "Contact",
|
||||
"permlevel": 0,
|
||||
"fieldname": "contact_person",
|
||||
"fieldtype": "Link",
|
||||
"permlevel": 0
|
||||
"options": "Contact"
|
||||
},
|
||||
{
|
||||
"search_index": 0,
|
||||
@@ -190,21 +193,21 @@
|
||||
"search_index": 1,
|
||||
"doctype": "DocField",
|
||||
"label": "Territory",
|
||||
"permlevel": 0,
|
||||
"options": "Territory",
|
||||
"fieldname": "territory",
|
||||
"fieldtype": "Link",
|
||||
"reqd": 1,
|
||||
"options": "Territory",
|
||||
"permlevel": 0,
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
"doctype": "DocField",
|
||||
"label": "Customer Group",
|
||||
"options": "Customer Group",
|
||||
"permlevel": 0,
|
||||
"fieldname": "customer_group",
|
||||
"fieldtype": "Link",
|
||||
"permlevel": 0
|
||||
"options": "Customer Group"
|
||||
},
|
||||
{
|
||||
"oldfieldtype": "Column Break",
|
||||
@@ -236,17 +239,17 @@
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
"permlevel": 1,
|
||||
"default": "Draft",
|
||||
"oldfieldtype": "Select",
|
||||
"doctype": "DocField",
|
||||
"label": "Status",
|
||||
"oldfieldname": "status",
|
||||
"no_copy": 1,
|
||||
"options": "Draft\nSubmitted\nCancelled",
|
||||
"fieldname": "status",
|
||||
"fieldtype": "Select",
|
||||
"reqd": 1,
|
||||
"permlevel": 1
|
||||
"options": "Draft\nSubmitted\nCancelled"
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
@@ -271,11 +274,11 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Fiscal Year",
|
||||
"oldfieldname": "fiscal_year",
|
||||
"options": "link:Fiscal Year",
|
||||
"permlevel": 0,
|
||||
"fieldname": "fiscal_year",
|
||||
"fieldtype": "Select",
|
||||
"reqd": 1,
|
||||
"permlevel": 0,
|
||||
"options": "link:Fiscal Year",
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
@@ -330,10 +333,10 @@
|
||||
"oldfieldtype": "Section Break",
|
||||
"doctype": "DocField",
|
||||
"label": "Item Details",
|
||||
"permlevel": 0,
|
||||
"options": "Simple",
|
||||
"fieldname": "item_details",
|
||||
"fieldtype": "Section Break",
|
||||
"options": "Simple"
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"print_hide": 0,
|
||||
@@ -356,20 +359,20 @@
|
||||
"oldfieldtype": "Button",
|
||||
"doctype": "DocField",
|
||||
"label": "Get Items",
|
||||
"permlevel": 0,
|
||||
"options": "pull_delivery_note_details",
|
||||
"fieldname": "get_items",
|
||||
"fieldtype": "Button",
|
||||
"hidden": 0,
|
||||
"options": "pull_delivery_note_details"
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"oldfieldtype": "Table",
|
||||
"doctype": "DocField",
|
||||
"label": "Installation Note Item",
|
||||
"oldfieldname": "installed_item_details",
|
||||
"permlevel": 0,
|
||||
"options": "Installation Note Item",
|
||||
"fieldname": "installed_item_details",
|
||||
"fieldtype": "Table",
|
||||
"options": "Installation Note Item"
|
||||
"permlevel": 0
|
||||
}
|
||||
]
|
||||
@@ -7,13 +7,13 @@
|
||||
"modified": "2012-12-03 17:10:41"
|
||||
},
|
||||
{
|
||||
"document_type": "Transaction",
|
||||
"is_submittable": 1,
|
||||
"autoname": "naming_series:",
|
||||
"description": "Potential Sales Deal",
|
||||
"search_fields": "status,transaction_date,customer,lead,enquiry_type,territory,company",
|
||||
"autoname": "naming_series:",
|
||||
"module": "Selling",
|
||||
"doctype": "DocType",
|
||||
"document_type": "Transaction",
|
||||
"search_fields": "status,transaction_date,customer,lead,enquiry_type,territory,company",
|
||||
"name": "__common__"
|
||||
},
|
||||
{
|
||||
@@ -43,11 +43,11 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Naming Series",
|
||||
"oldfieldname": "naming_series",
|
||||
"permlevel": 0,
|
||||
"options": "ENQUIRY\nENQ",
|
||||
"fieldname": "naming_series",
|
||||
"fieldtype": "Select",
|
||||
"reqd": 1,
|
||||
"options": "ENQUIRY\nENQ"
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
@@ -87,12 +87,12 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Lead",
|
||||
"oldfieldname": "lead",
|
||||
"permlevel": 0,
|
||||
"trigger": "Client",
|
||||
"fieldname": "lead",
|
||||
"fieldtype": "Link",
|
||||
"hidden": 0,
|
||||
"options": "Lead",
|
||||
"permlevel": 0,
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
@@ -104,7 +104,6 @@
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"permlevel": 1,
|
||||
"no_copy": 1,
|
||||
"oldfieldtype": "Select",
|
||||
"colour": "White:FFF",
|
||||
@@ -112,10 +111,11 @@
|
||||
"label": "Status",
|
||||
"oldfieldname": "status",
|
||||
"default": "Draft",
|
||||
"options": "\nDraft\nSubmitted\nQuotation Sent\nOrder Confirmed\nOpportunity Lost\nCancelled",
|
||||
"fieldname": "status",
|
||||
"fieldtype": "Select",
|
||||
"reqd": 1,
|
||||
"options": "\nDraft\nSubmitted\nQuotation Sent\nOrder Confirmed\nOpportunity Lost\nCancelled"
|
||||
"permlevel": 1
|
||||
},
|
||||
{
|
||||
"oldfieldtype": "Select",
|
||||
@@ -123,11 +123,11 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Opportunity Type",
|
||||
"oldfieldname": "enquiry_type",
|
||||
"options": "\nSales\nMaintenance",
|
||||
"permlevel": 0,
|
||||
"fieldname": "enquiry_type",
|
||||
"fieldtype": "Select",
|
||||
"reqd": 1,
|
||||
"permlevel": 0
|
||||
"options": "\nSales\nMaintenance"
|
||||
},
|
||||
{
|
||||
"oldfieldtype": "Section Break",
|
||||
@@ -145,10 +145,10 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Opportunity Items",
|
||||
"oldfieldname": "enquiry_details",
|
||||
"options": "Opportunity Item",
|
||||
"permlevel": 0,
|
||||
"fieldname": "enquiry_details",
|
||||
"fieldtype": "Table",
|
||||
"permlevel": 0
|
||||
"options": "Opportunity Item"
|
||||
},
|
||||
{
|
||||
"description": "Keep a track of communication related to this enquiry which will help for future reference.",
|
||||
@@ -181,22 +181,22 @@
|
||||
"print_hide": 1,
|
||||
"doctype": "DocField",
|
||||
"label": "Contact Person",
|
||||
"permlevel": 0,
|
||||
"trigger": "Client",
|
||||
"fieldname": "contact_person",
|
||||
"fieldtype": "Link",
|
||||
"options": "Contact",
|
||||
"permlevel": 0,
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
"doctype": "DocField",
|
||||
"label": "Customer Address",
|
||||
"permlevel": 0,
|
||||
"trigger": "Client",
|
||||
"fieldname": "customer_address",
|
||||
"fieldtype": "Link",
|
||||
"options": "Address",
|
||||
"permlevel": 0,
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
@@ -256,22 +256,22 @@
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
"depends_on": "eval:doc.enquiry_from==\"Customer\"",
|
||||
"doctype": "DocField",
|
||||
"description": "<a href=\"#Sales Browser/Customer Group\">To manage Territory, click here</a>",
|
||||
"search_index": 1,
|
||||
"colour": "White:FFF",
|
||||
"doctype": "DocField",
|
||||
"oldfieldtype": "Link",
|
||||
"label": "Customer Group",
|
||||
"oldfieldname": "customer_group",
|
||||
"permlevel": 0,
|
||||
"trigger": "Client",
|
||||
"fieldname": "customer_group",
|
||||
"fieldtype": "Link",
|
||||
"oldfieldtype": "Link",
|
||||
"depends_on": "eval:doc.enquiry_from==\"Customer\"",
|
||||
"reqd": 0,
|
||||
"hidden": 0,
|
||||
"in_filter": 1,
|
||||
"options": "Customer Group"
|
||||
"options": "Customer Group",
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
@@ -285,8 +285,8 @@
|
||||
"fieldname": "territory",
|
||||
"fieldtype": "Link",
|
||||
"reqd": 0,
|
||||
"in_filter": 1,
|
||||
"options": "Territory"
|
||||
"options": "Territory",
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
"description": "Filing in Additional Information about the Opportunity will help you analyze your data better.",
|
||||
@@ -325,12 +325,12 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Fiscal Year",
|
||||
"oldfieldname": "fiscal_year",
|
||||
"permlevel": 0,
|
||||
"options": "link:Fiscal Year",
|
||||
"fieldname": "fiscal_year",
|
||||
"fieldtype": "Select",
|
||||
"search_index": 1,
|
||||
"reqd": 1,
|
||||
"options": "link:Fiscal Year",
|
||||
"permlevel": 0,
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
@@ -338,10 +338,10 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Source",
|
||||
"oldfieldname": "source",
|
||||
"options": "\nExisting Customer\nReference\nAdvertisement\nCold Calling\nExhibition\nSupplier Reference\nMass Mailing\nCustomer's Vendor\nCampaign\nWalk In",
|
||||
"permlevel": 0,
|
||||
"fieldname": "source",
|
||||
"fieldtype": "Select",
|
||||
"permlevel": 0
|
||||
"options": "\nExisting Customer\nReference\nAdvertisement\nCold Calling\nExhibition\nSupplier Reference\nMass Mailing\nCustomer's Vendor\nCampaign\nWalk In"
|
||||
},
|
||||
{
|
||||
"description": "Enter name of campaign if source of enquiry is campaign",
|
||||
@@ -350,10 +350,10 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Campaign",
|
||||
"oldfieldname": "campaign",
|
||||
"options": "Campaign",
|
||||
"permlevel": 0,
|
||||
"fieldname": "campaign",
|
||||
"fieldtype": "Link",
|
||||
"permlevel": 0
|
||||
"options": "Campaign"
|
||||
},
|
||||
{
|
||||
"no_copy": 1,
|
||||
@@ -374,12 +374,12 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Company",
|
||||
"oldfieldname": "company",
|
||||
"permlevel": 0,
|
||||
"options": "Company",
|
||||
"fieldname": "company",
|
||||
"fieldtype": "Link",
|
||||
"search_index": 1,
|
||||
"reqd": 1,
|
||||
"options": "Company",
|
||||
"permlevel": 0,
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
@@ -392,17 +392,17 @@
|
||||
},
|
||||
{
|
||||
"description": "Your sales person who will contact the customer in future",
|
||||
"permlevel": 0,
|
||||
"oldfieldtype": "Link",
|
||||
"colour": "White:FFF",
|
||||
"doctype": "DocField",
|
||||
"label": "Next Contact By",
|
||||
"oldfieldname": "contact_by",
|
||||
"width": "75px",
|
||||
"options": "Profile",
|
||||
"fieldname": "contact_by",
|
||||
"fieldtype": "Link",
|
||||
"in_filter": 1,
|
||||
"options": "Profile"
|
||||
"permlevel": 0,
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
"description": "Your sales person will get a reminder on this date to contact the customer",
|
||||
@@ -470,8 +470,8 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 0,
|
||||
"write": 0,
|
||||
"cancel": 0,
|
||||
"role": "Sales Manager",
|
||||
"cancel": 0,
|
||||
"permlevel": 1
|
||||
},
|
||||
{
|
||||
@@ -480,14 +480,15 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 1,
|
||||
"write": 1,
|
||||
"cancel": 1,
|
||||
"report": 1,
|
||||
"role": "System Manager",
|
||||
"cancel": 1,
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"doctype": "DocPerm",
|
||||
"role": "System Manager",
|
||||
"permlevel": 1
|
||||
"permlevel": 1,
|
||||
"doctype": "DocPerm"
|
||||
},
|
||||
{
|
||||
"amend": 1,
|
||||
@@ -495,8 +496,9 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 1,
|
||||
"write": 1,
|
||||
"cancel": 1,
|
||||
"report": 1,
|
||||
"role": "Sales User",
|
||||
"cancel": 1,
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
@@ -505,8 +507,8 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 0,
|
||||
"write": 0,
|
||||
"cancel": 0,
|
||||
"role": "Sales User",
|
||||
"cancel": 0,
|
||||
"permlevel": 1
|
||||
},
|
||||
{
|
||||
@@ -515,8 +517,9 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 1,
|
||||
"write": 1,
|
||||
"cancel": 1,
|
||||
"report": 1,
|
||||
"role": "Sales Manager",
|
||||
"cancel": 1,
|
||||
"permlevel": 0
|
||||
}
|
||||
]
|
||||
@@ -11,12 +11,12 @@
|
||||
"allow_attach": 1,
|
||||
"search_fields": "status,transaction_date,customer,lead,order_type",
|
||||
"module": "Selling",
|
||||
"doctype": "DocType",
|
||||
"read_only_onload": 1,
|
||||
"autoname": "naming_series:",
|
||||
"document_type": "Transaction",
|
||||
"allow_email": 0,
|
||||
"autoname": "naming_series:",
|
||||
"name": "__common__",
|
||||
"doctype": "DocType",
|
||||
"max_attachments": 1,
|
||||
"hide_toolbar": 0
|
||||
},
|
||||
@@ -54,11 +54,11 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Naming Series",
|
||||
"oldfieldname": "naming_series",
|
||||
"permlevel": 0,
|
||||
"options": "QTN",
|
||||
"fieldname": "naming_series",
|
||||
"fieldtype": "Select",
|
||||
"reqd": 1,
|
||||
"options": "QTN"
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
@@ -66,11 +66,11 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Quotation To",
|
||||
"oldfieldname": "quotation_to",
|
||||
"permlevel": 0,
|
||||
"options": "\nLead\nCustomer",
|
||||
"fieldname": "quotation_to",
|
||||
"fieldtype": "Select",
|
||||
"reqd": 1,
|
||||
"options": "\nLead\nCustomer",
|
||||
"permlevel": 0,
|
||||
"report_hide": 0,
|
||||
"in_filter": 1
|
||||
},
|
||||
@@ -80,12 +80,12 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Customer",
|
||||
"oldfieldname": "customer",
|
||||
"permlevel": 0,
|
||||
"options": "Customer",
|
||||
"fieldname": "customer",
|
||||
"fieldtype": "Link",
|
||||
"search_index": 1,
|
||||
"hidden": 0,
|
||||
"options": "Customer",
|
||||
"permlevel": 0,
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
@@ -94,11 +94,11 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Lead",
|
||||
"oldfieldname": "lead",
|
||||
"options": "Lead",
|
||||
"permlevel": 0,
|
||||
"fieldname": "lead",
|
||||
"fieldtype": "Link",
|
||||
"hidden": 0,
|
||||
"permlevel": 0,
|
||||
"options": "Lead",
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
@@ -189,8 +189,8 @@
|
||||
"fieldtype": "Date",
|
||||
"search_index": 1,
|
||||
"reqd": 1,
|
||||
"in_filter": 1,
|
||||
"permlevel": 0
|
||||
"permlevel": 0,
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
@@ -218,23 +218,23 @@
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"permlevel": 0,
|
||||
"oldfieldtype": "Table",
|
||||
"allow_on_submit": 1,
|
||||
"doctype": "DocField",
|
||||
"label": "Quotation Items",
|
||||
"oldfieldname": "quotation_details",
|
||||
"width": "40px",
|
||||
"options": "Quotation Item",
|
||||
"fieldname": "quotation_details",
|
||||
"fieldtype": "Table",
|
||||
"permlevel": 0
|
||||
"options": "Quotation Item"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"options": "Simple",
|
||||
"permlevel": 0,
|
||||
"fieldname": "sec_break23",
|
||||
"fieldtype": "Section Break",
|
||||
"permlevel": 0
|
||||
"options": "Simple"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
@@ -285,9 +285,9 @@
|
||||
"fieldtype": "Link",
|
||||
"search_index": 0,
|
||||
"hidden": 0,
|
||||
"in_filter": 1,
|
||||
"options": "Opportunity",
|
||||
"report_hide": 0
|
||||
"report_hide": 0,
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
"print_hide": 0,
|
||||
@@ -321,19 +321,19 @@
|
||||
"fieldtype": "Select",
|
||||
"search_index": 0,
|
||||
"reqd": 1,
|
||||
"in_filter": 1,
|
||||
"options": "link:Price List"
|
||||
"options": "link:Price List",
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
"description": "Select the currency in which price list is maintained",
|
||||
"doctype": "DocField",
|
||||
"label": "Price List Currency",
|
||||
"options": "link:Currency",
|
||||
"permlevel": 0,
|
||||
"fieldname": "price_list_currency",
|
||||
"fieldtype": "Select",
|
||||
"reqd": 1,
|
||||
"permlevel": 0
|
||||
"options": "link:Currency"
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
@@ -365,8 +365,8 @@
|
||||
"fieldtype": "Select",
|
||||
"search_index": 0,
|
||||
"reqd": 1,
|
||||
"in_filter": 1,
|
||||
"options": "link:Currency"
|
||||
"options": "link:Currency",
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
@@ -396,11 +396,11 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Sales Taxes and Charges",
|
||||
"oldfieldname": "charge",
|
||||
"options": "Sales Taxes and Charges Master",
|
||||
"permlevel": 0,
|
||||
"fieldname": "charge",
|
||||
"fieldtype": "Link",
|
||||
"hidden": 0,
|
||||
"permlevel": 0
|
||||
"options": "Sales Taxes and Charges Master"
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
@@ -417,10 +417,10 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Sales Taxes and Charges",
|
||||
"oldfieldname": "other_charges",
|
||||
"options": "Sales Taxes and Charges",
|
||||
"permlevel": 0,
|
||||
"fieldname": "other_charges",
|
||||
"fieldtype": "Table",
|
||||
"permlevel": 0
|
||||
"options": "Sales Taxes and Charges"
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
@@ -560,30 +560,30 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Select Terms and Conditions",
|
||||
"oldfieldname": "tc_name",
|
||||
"options": "Terms and Conditions",
|
||||
"permlevel": 0,
|
||||
"fieldname": "tc_name",
|
||||
"fieldtype": "Link",
|
||||
"permlevel": 0,
|
||||
"options": "Terms and Conditions",
|
||||
"report_hide": 1
|
||||
},
|
||||
{
|
||||
"oldfieldtype": "Button",
|
||||
"doctype": "DocField",
|
||||
"label": "Get Terms and Conditions",
|
||||
"options": "get_tc_details",
|
||||
"permlevel": 0,
|
||||
"fieldname": "get_terms",
|
||||
"fieldtype": "Button",
|
||||
"permlevel": 0
|
||||
"options": "get_tc_details"
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
"oldfieldtype": "HTML",
|
||||
"doctype": "DocField",
|
||||
"label": "Terms and Conditions HTML",
|
||||
"options": "You can add Terms and Notes that will be printed in the Transaction",
|
||||
"permlevel": 0,
|
||||
"fieldname": "terms_html",
|
||||
"fieldtype": "HTML",
|
||||
"permlevel": 0
|
||||
"options": "You can add Terms and Notes that will be printed in the Transaction"
|
||||
},
|
||||
{
|
||||
"oldfieldtype": "Text Editor",
|
||||
@@ -612,11 +612,11 @@
|
||||
"print_hide": 1,
|
||||
"doctype": "DocField",
|
||||
"label": "Customer Address",
|
||||
"options": "Address",
|
||||
"permlevel": 0,
|
||||
"fieldname": "customer_address",
|
||||
"fieldtype": "Link",
|
||||
"hidden": 0,
|
||||
"permlevel": 0,
|
||||
"options": "Address",
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
@@ -625,12 +625,12 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Contact Person",
|
||||
"oldfieldname": "contact_person",
|
||||
"permlevel": 0,
|
||||
"options": "Contact",
|
||||
"fieldname": "contact_person",
|
||||
"fieldtype": "Link",
|
||||
"reqd": 0,
|
||||
"hidden": 0,
|
||||
"options": "Contact",
|
||||
"permlevel": 0,
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
@@ -646,13 +646,13 @@
|
||||
"search_index": 0,
|
||||
"doctype": "DocField",
|
||||
"label": "Territory",
|
||||
"permlevel": 0,
|
||||
"options": "Territory",
|
||||
"fieldname": "territory",
|
||||
"fieldtype": "Link",
|
||||
"reqd": 1,
|
||||
"hidden": 0,
|
||||
"in_filter": 1,
|
||||
"options": "Territory"
|
||||
"permlevel": 0,
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
@@ -660,12 +660,12 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Customer Group",
|
||||
"oldfieldname": "customer_group",
|
||||
"permlevel": 0,
|
||||
"options": "Customer Group",
|
||||
"fieldname": "customer_group",
|
||||
"fieldtype": "Link",
|
||||
"search_index": 0,
|
||||
"reqd": 0,
|
||||
"options": "Customer Group",
|
||||
"permlevel": 0,
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
@@ -685,10 +685,10 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Letter Head",
|
||||
"oldfieldname": "letter_head",
|
||||
"options": "link:Letter Head",
|
||||
"permlevel": 0,
|
||||
"fieldname": "letter_head",
|
||||
"fieldtype": "Select",
|
||||
"permlevel": 0
|
||||
"options": "link:Letter Head"
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
@@ -703,8 +703,8 @@
|
||||
"fieldtype": "Link",
|
||||
"search_index": 0,
|
||||
"reqd": 1,
|
||||
"in_filter": 1,
|
||||
"options": "Company"
|
||||
"options": "Company",
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
@@ -713,11 +713,11 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Source",
|
||||
"oldfieldname": "source",
|
||||
"permlevel": 0,
|
||||
"options": "\nExisting Customer\nReference\nAdvertisement\nCold Calling\nExhibition\nSupplier Reference\nMass Mailing\nCustomer's Vendor\nCampaign",
|
||||
"fieldname": "source",
|
||||
"fieldtype": "Select",
|
||||
"hidden": 0,
|
||||
"options": "\nExisting Customer\nReference\nAdvertisement\nCold Calling\nExhibition\nSupplier Reference\nMass Mailing\nCustomer's Vendor\nCampaign",
|
||||
"permlevel": 0,
|
||||
"report_hide": 0
|
||||
},
|
||||
{
|
||||
@@ -726,12 +726,12 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Fiscal Year",
|
||||
"oldfieldname": "fiscal_year",
|
||||
"permlevel": 0,
|
||||
"options": "link:Fiscal Year",
|
||||
"fieldname": "fiscal_year",
|
||||
"fieldtype": "Select",
|
||||
"search_index": 0,
|
||||
"reqd": 1,
|
||||
"options": "link:Fiscal Year",
|
||||
"permlevel": 0,
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
@@ -780,11 +780,11 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Campaign",
|
||||
"oldfieldname": "campaign",
|
||||
"permlevel": 0,
|
||||
"options": "Campaign",
|
||||
"fieldname": "campaign",
|
||||
"fieldtype": "Link",
|
||||
"hidden": 0,
|
||||
"options": "Campaign",
|
||||
"permlevel": 0,
|
||||
"report_hide": 0
|
||||
},
|
||||
{
|
||||
@@ -807,10 +807,10 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Select Print Heading",
|
||||
"oldfieldname": "select_print_heading",
|
||||
"permlevel": 0,
|
||||
"options": "Print Heading",
|
||||
"fieldname": "select_print_heading",
|
||||
"fieldtype": "Link",
|
||||
"options": "Print Heading",
|
||||
"permlevel": 0,
|
||||
"report_hide": 1
|
||||
},
|
||||
{
|
||||
@@ -876,8 +876,8 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 0,
|
||||
"write": 0,
|
||||
"cancel": 0,
|
||||
"role": "Sales Manager",
|
||||
"cancel": 0,
|
||||
"permlevel": 1
|
||||
},
|
||||
{
|
||||
@@ -886,8 +886,9 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 1,
|
||||
"write": 1,
|
||||
"cancel": 1,
|
||||
"report": 1,
|
||||
"role": "Sales Manager",
|
||||
"cancel": 1,
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
@@ -896,8 +897,9 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 1,
|
||||
"write": 1,
|
||||
"cancel": 1,
|
||||
"report": 1,
|
||||
"role": "Sales User",
|
||||
"cancel": 1,
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
@@ -906,8 +908,8 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 0,
|
||||
"write": 0,
|
||||
"cancel": 0,
|
||||
"role": "Sales User",
|
||||
"cancel": 0,
|
||||
"permlevel": 1
|
||||
},
|
||||
{
|
||||
@@ -916,8 +918,9 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 0,
|
||||
"write": 0,
|
||||
"cancel": 0,
|
||||
"report": 1,
|
||||
"role": "Customer",
|
||||
"cancel": 0,
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
@@ -926,8 +929,9 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 1,
|
||||
"write": 1,
|
||||
"cancel": 1,
|
||||
"report": 1,
|
||||
"role": "Maintenance Manager",
|
||||
"cancel": 1,
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
@@ -936,8 +940,8 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 0,
|
||||
"write": 0,
|
||||
"cancel": 0,
|
||||
"role": "Maintenance Manager",
|
||||
"cancel": 0,
|
||||
"permlevel": 1
|
||||
},
|
||||
{
|
||||
@@ -946,8 +950,9 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 1,
|
||||
"write": 1,
|
||||
"cancel": 1,
|
||||
"report": 1,
|
||||
"role": "Maintenance User",
|
||||
"cancel": 1,
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
@@ -956,8 +961,8 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 0,
|
||||
"write": 0,
|
||||
"cancel": 0,
|
||||
"role": "Maintenance User",
|
||||
"cancel": 0,
|
||||
"permlevel": 1
|
||||
}
|
||||
]
|
||||
@@ -12,9 +12,9 @@
|
||||
"search_fields": "status,transaction_date,customer,customer_name, territory,order_type,company",
|
||||
"module": "Selling",
|
||||
"read_only_onload": 1,
|
||||
"autoname": "naming_series:",
|
||||
"document_type": "Transaction",
|
||||
"issingle": 0,
|
||||
"autoname": "naming_series:",
|
||||
"name": "__common__",
|
||||
"doctype": "DocType"
|
||||
},
|
||||
@@ -76,8 +76,8 @@
|
||||
"fieldtype": "Link",
|
||||
"search_index": 1,
|
||||
"reqd": 1,
|
||||
"in_filter": 1,
|
||||
"options": "Customer"
|
||||
"options": "Customer",
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
@@ -128,11 +128,11 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Order Type",
|
||||
"oldfieldname": "order_type",
|
||||
"permlevel": 0,
|
||||
"options": "\nSales\nMaintenance",
|
||||
"fieldname": "order_type",
|
||||
"fieldtype": "Select",
|
||||
"reqd": 1,
|
||||
"options": "\nSales\nMaintenance"
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
"oldfieldtype": "Column Break",
|
||||
@@ -156,21 +156,21 @@
|
||||
"fieldtype": "Date",
|
||||
"search_index": 1,
|
||||
"reqd": 1,
|
||||
"in_filter": 1,
|
||||
"permlevel": 0
|
||||
"permlevel": 0,
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
"depends_on": "eval:doc.order_type == 'Sales'",
|
||||
"doctype": "DocField",
|
||||
"search_index": 1,
|
||||
"colour": "White:FFF",
|
||||
"doctype": "DocField",
|
||||
"oldfieldtype": "Date",
|
||||
"label": "Expected Delivery Date",
|
||||
"oldfieldname": "delivery_date",
|
||||
"width": "160px",
|
||||
"fieldname": "delivery_date",
|
||||
"fieldtype": "Date",
|
||||
"oldfieldtype": "Date",
|
||||
"depends_on": "eval:doc.order_type == 'Sales'",
|
||||
"reqd": 0,
|
||||
"hidden": 0,
|
||||
"permlevel": 0,
|
||||
@@ -211,11 +211,11 @@
|
||||
"colour": "White:FFF",
|
||||
"doctype": "DocField",
|
||||
"label": "Shipping Address Name",
|
||||
"options": "Address",
|
||||
"permlevel": 1,
|
||||
"fieldname": "shipping_address_name",
|
||||
"fieldtype": "Link",
|
||||
"hidden": 1,
|
||||
"permlevel": 1,
|
||||
"options": "Address",
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
@@ -246,10 +246,10 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Sales Order Items",
|
||||
"oldfieldname": "sales_order_details",
|
||||
"options": "Sales Order Item",
|
||||
"permlevel": 0,
|
||||
"fieldname": "sales_order_details",
|
||||
"fieldtype": "Table",
|
||||
"permlevel": 0
|
||||
"options": "Sales Order Item"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
@@ -309,8 +309,8 @@
|
||||
"fieldname": "quotation_no",
|
||||
"fieldtype": "Link",
|
||||
"search_index": 1,
|
||||
"in_filter": 1,
|
||||
"options": "Quotation"
|
||||
"options": "Quotation",
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
@@ -333,10 +333,10 @@
|
||||
"oldfieldtype": "Button",
|
||||
"doctype": "DocField",
|
||||
"label": "Pull Quotation Items",
|
||||
"options": "pull_quotation_details",
|
||||
"permlevel": 0,
|
||||
"fieldname": "pull_quotation_details",
|
||||
"fieldtype": "Button",
|
||||
"permlevel": 0
|
||||
"options": "pull_quotation_details"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
@@ -366,11 +366,11 @@
|
||||
"description": "Select the currency in which price list is maintained",
|
||||
"doctype": "DocField",
|
||||
"label": "Price List Currency",
|
||||
"options": "link:Currency",
|
||||
"permlevel": 0,
|
||||
"fieldname": "price_list_currency",
|
||||
"fieldtype": "Select",
|
||||
"reqd": 1,
|
||||
"permlevel": 0
|
||||
"options": "link:Currency"
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
@@ -437,10 +437,10 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Sales Taxes and Charges",
|
||||
"oldfieldname": "charge",
|
||||
"options": "Sales Taxes and Charges Master",
|
||||
"permlevel": 0,
|
||||
"fieldname": "charge",
|
||||
"fieldtype": "Link",
|
||||
"permlevel": 0
|
||||
"options": "Sales Taxes and Charges Master"
|
||||
},
|
||||
{
|
||||
"oldfieldtype": "Button",
|
||||
@@ -456,10 +456,10 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Sales Taxes and Charges",
|
||||
"oldfieldname": "other_charges",
|
||||
"options": "Sales Taxes and Charges",
|
||||
"permlevel": 0,
|
||||
"fieldname": "other_charges",
|
||||
"fieldtype": "Table",
|
||||
"permlevel": 0
|
||||
"options": "Sales Taxes and Charges"
|
||||
},
|
||||
{
|
||||
"print_hide": 0,
|
||||
@@ -597,31 +597,31 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Select Terms and Conditions",
|
||||
"oldfieldname": "tc_name",
|
||||
"options": "Terms and Conditions",
|
||||
"permlevel": 0,
|
||||
"fieldname": "tc_name",
|
||||
"fieldtype": "Link",
|
||||
"search_index": 0,
|
||||
"permlevel": 0
|
||||
"options": "Terms and Conditions"
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
"oldfieldtype": "Button",
|
||||
"doctype": "DocField",
|
||||
"label": "Get Terms and Conditions",
|
||||
"options": "get_tc_details",
|
||||
"permlevel": 0,
|
||||
"fieldname": "get_terms",
|
||||
"fieldtype": "Button",
|
||||
"permlevel": 0
|
||||
"options": "get_tc_details"
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
"oldfieldtype": "HTML",
|
||||
"doctype": "DocField",
|
||||
"label": "Terms and Conditions HTML",
|
||||
"options": "You can add Terms and Notes that will be printed in the Transaction",
|
||||
"permlevel": 0,
|
||||
"fieldname": "terms_html",
|
||||
"fieldtype": "HTML",
|
||||
"permlevel": 0
|
||||
"options": "You can add Terms and Notes that will be printed in the Transaction"
|
||||
},
|
||||
{
|
||||
"print_hide": 0,
|
||||
@@ -651,21 +651,21 @@
|
||||
"print_hide": 1,
|
||||
"doctype": "DocField",
|
||||
"label": "Customer Address",
|
||||
"options": "Address",
|
||||
"permlevel": 0,
|
||||
"fieldname": "customer_address",
|
||||
"fieldtype": "Link",
|
||||
"hidden": 0,
|
||||
"permlevel": 0,
|
||||
"options": "Address",
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
"doctype": "DocField",
|
||||
"label": "Contact Person",
|
||||
"options": "Contact",
|
||||
"permlevel": 0,
|
||||
"fieldname": "contact_person",
|
||||
"fieldtype": "Link",
|
||||
"permlevel": 0,
|
||||
"options": "Contact",
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
@@ -673,11 +673,11 @@
|
||||
"search_index": 1,
|
||||
"doctype": "DocField",
|
||||
"label": "Territory",
|
||||
"options": "Territory",
|
||||
"permlevel": 0,
|
||||
"fieldname": "territory",
|
||||
"fieldtype": "Link",
|
||||
"reqd": 1,
|
||||
"permlevel": 0,
|
||||
"options": "Territory",
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
@@ -694,12 +694,12 @@
|
||||
"colour": "White:FFF",
|
||||
"doctype": "DocField",
|
||||
"label": "Customer Group",
|
||||
"permlevel": 0,
|
||||
"options": "Customer Group",
|
||||
"fieldname": "customer_group",
|
||||
"fieldtype": "Link",
|
||||
"reqd": 1,
|
||||
"in_filter": 1,
|
||||
"options": "Customer Group"
|
||||
"permlevel": 0,
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
@@ -723,15 +723,15 @@
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
"allow_on_submit": 1,
|
||||
"oldfieldtype": "Select",
|
||||
"allow_on_submit": 1,
|
||||
"doctype": "DocField",
|
||||
"label": "Letter Head",
|
||||
"oldfieldname": "letter_head",
|
||||
"options": "link:Letter Head",
|
||||
"permlevel": 0,
|
||||
"fieldname": "letter_head",
|
||||
"fieldtype": "Select",
|
||||
"permlevel": 0
|
||||
"options": "link:Letter Head"
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
@@ -755,11 +755,11 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Campaign",
|
||||
"oldfieldname": "campaign",
|
||||
"options": "Campaign",
|
||||
"permlevel": 0,
|
||||
"fieldname": "campaign",
|
||||
"fieldtype": "Link",
|
||||
"depends_on": "eval:doc.source == 'Campaign'",
|
||||
"permlevel": 0
|
||||
"options": "Campaign"
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
@@ -804,8 +804,8 @@
|
||||
"fieldtype": "Link",
|
||||
"search_index": 1,
|
||||
"reqd": 1,
|
||||
"in_filter": 1,
|
||||
"options": "Company"
|
||||
"options": "Company",
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
@@ -827,14 +827,14 @@
|
||||
"no_copy": 1,
|
||||
"depends_on": "eval:!doc.__islocal",
|
||||
"colour": "White:FFF",
|
||||
"no_column": 0,
|
||||
"doctype": "DocField",
|
||||
"label": "Cancel Reason",
|
||||
"oldfieldname": "cancel_reason",
|
||||
"permlevel": 1,
|
||||
"fieldname": "cancel_reason",
|
||||
"fieldtype": "Data",
|
||||
"no_column": 0,
|
||||
"oldfieldtype": "Data"
|
||||
"oldfieldtype": "Data",
|
||||
"permlevel": 1
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
@@ -852,10 +852,10 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Source",
|
||||
"oldfieldname": "source",
|
||||
"options": "\nExisting Customer\nReference\nAdvertisement\nCold Calling\nExhibition\nSupplier Reference\nMass Mailing\nCustomer's Vendor\nCampaign",
|
||||
"permlevel": 0,
|
||||
"fieldname": "source",
|
||||
"fieldtype": "Select",
|
||||
"permlevel": 0
|
||||
"options": "\nExisting Customer\nReference\nAdvertisement\nCold Calling\nExhibition\nSupplier Reference\nMass Mailing\nCustomer's Vendor\nCampaign"
|
||||
},
|
||||
{
|
||||
"description": "Track this Sales Order against any Project",
|
||||
@@ -869,8 +869,8 @@
|
||||
"fieldname": "project_name",
|
||||
"fieldtype": "Link",
|
||||
"search_index": 1,
|
||||
"in_filter": 1,
|
||||
"options": "Project"
|
||||
"options": "Project",
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
@@ -902,8 +902,8 @@
|
||||
"fieldname": "per_delivered",
|
||||
"fieldtype": "Currency",
|
||||
"depends_on": "eval:!doc.__islocal",
|
||||
"in_filter": 1,
|
||||
"permlevel": 1
|
||||
"permlevel": 1,
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
@@ -918,32 +918,32 @@
|
||||
"fieldname": "per_billed",
|
||||
"fieldtype": "Currency",
|
||||
"depends_on": "eval:!doc.__islocal",
|
||||
"in_filter": 1,
|
||||
"permlevel": 1
|
||||
"permlevel": 1,
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
"no_copy": 1,
|
||||
"doctype": "DocField",
|
||||
"label": "Delivery Status",
|
||||
"options": "Delivered\nNot Delivered\nPartly Delivered\nClosed\nNot Applicable",
|
||||
"permlevel": 0,
|
||||
"fieldname": "delivery_status",
|
||||
"fieldtype": "Select",
|
||||
"no_column": 0,
|
||||
"hidden": 1,
|
||||
"permlevel": 0
|
||||
"options": "Delivered\nNot Delivered\nPartly Delivered\nClosed\nNot Applicable"
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
"no_copy": 1,
|
||||
"doctype": "DocField",
|
||||
"label": "Billing Status",
|
||||
"options": "Billed\nNot Billed\nPartly Billed\nClosed",
|
||||
"permlevel": 0,
|
||||
"fieldname": "billing_status",
|
||||
"fieldtype": "Select",
|
||||
"no_column": 0,
|
||||
"hidden": 1,
|
||||
"permlevel": 0
|
||||
"options": "Billed\nNot Billed\nPartly Billed\nClosed"
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
@@ -964,10 +964,10 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Packing Details",
|
||||
"oldfieldname": "packing_details",
|
||||
"options": "Delivery Note Packing Item",
|
||||
"permlevel": 1,
|
||||
"fieldname": "packing_details",
|
||||
"fieldtype": "Table",
|
||||
"permlevel": 1
|
||||
"options": "Delivery Note Packing Item"
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
@@ -1000,8 +1000,8 @@
|
||||
"fieldname": "sales_partner",
|
||||
"fieldtype": "Link",
|
||||
"search_index": 1,
|
||||
"in_filter": 1,
|
||||
"options": "Sales Partner"
|
||||
"options": "Sales Partner",
|
||||
"in_filter": 1
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
@@ -1048,10 +1048,10 @@
|
||||
"doctype": "DocField",
|
||||
"label": "Sales Team1",
|
||||
"oldfieldname": "sales_team",
|
||||
"options": "Sales Team",
|
||||
"permlevel": 0,
|
||||
"fieldname": "sales_team",
|
||||
"fieldtype": "Table",
|
||||
"permlevel": 0
|
||||
"options": "Sales Team"
|
||||
},
|
||||
{
|
||||
"print_hide": 1,
|
||||
@@ -1069,6 +1069,7 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 1,
|
||||
"write": 1,
|
||||
"report": 1,
|
||||
"role": "Sales User",
|
||||
"cancel": 1,
|
||||
"permlevel": 0
|
||||
@@ -1079,6 +1080,7 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 1,
|
||||
"write": 1,
|
||||
"report": 1,
|
||||
"role": "Maintenance User",
|
||||
"cancel": 1,
|
||||
"permlevel": 0
|
||||
@@ -1099,6 +1101,7 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 1,
|
||||
"write": 1,
|
||||
"report": 1,
|
||||
"role": "Maintenance Manager",
|
||||
"cancel": 1,
|
||||
"permlevel": 0
|
||||
@@ -1109,6 +1112,7 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 1,
|
||||
"write": 1,
|
||||
"report": 1,
|
||||
"role": "Sales Manager",
|
||||
"cancel": 1,
|
||||
"permlevel": 0
|
||||
@@ -1139,8 +1143,9 @@
|
||||
"doctype": "DocPerm",
|
||||
"submit": 0,
|
||||
"write": 0,
|
||||
"role": "Customer",
|
||||
"cancel": 0,
|
||||
"role": "Customer",
|
||||
"report": 1,
|
||||
"permlevel": 0,
|
||||
"match": "customer"
|
||||
},
|
||||
|
||||
@@ -10,12 +10,12 @@
|
||||
"section_style": "Simple",
|
||||
"search_fields": "customer, ship_to, shipping_address",
|
||||
"module": "Selling",
|
||||
"doctype": "DocType",
|
||||
"allow_trash": 1,
|
||||
"autoname": "SA.#####",
|
||||
"document_type": "Master",
|
||||
"autoname": "SA.#####",
|
||||
"name": "__common__",
|
||||
"colour": "White:FFF",
|
||||
"doctype": "DocType",
|
||||
"show_in_menu": 0,
|
||||
"version": 8
|
||||
},
|
||||
@@ -42,8 +42,9 @@
|
||||
"create": 1,
|
||||
"doctype": "DocPerm",
|
||||
"write": 1,
|
||||
"role": "Sales Master Manager",
|
||||
"cancel": 1,
|
||||
"role": "Sales Master Manager",
|
||||
"report": 1,
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
@@ -55,8 +56,9 @@
|
||||
"create": 1,
|
||||
"doctype": "DocPerm",
|
||||
"write": 1,
|
||||
"role": "Sales Manager",
|
||||
"cancel": 1,
|
||||
"role": "Sales Manager",
|
||||
"report": 1,
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
@@ -74,11 +76,11 @@
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Customer",
|
||||
"options": "Customer",
|
||||
"permlevel": 0,
|
||||
"fieldname": "customer",
|
||||
"fieldtype": "Link",
|
||||
"reqd": 1,
|
||||
"permlevel": 0
|
||||
"options": "Customer"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
|
||||
Reference in New Issue
Block a user