converted currency to float and removed level 1 permissions

This commit is contained in:
Rushabh Mehta
2013-01-22 15:10:25 +05:30
parent fad6746ca1
commit cd4a854a28
151 changed files with 15283 additions and 19754 deletions

View File

@@ -1,258 +1,221 @@
[
{
"owner": "Administrator",
"creation": "2013-01-10 16:34:32",
"docstatus": 0,
"creation": "2012-07-03 13:30:41",
"modified": "2013-01-22 14:55:56",
"modified_by": "Administrator",
"modified": "2012-12-27 18:08:55"
"owner": "Administrator"
},
{
"document_type": "Master",
"name": "__common__",
"module": "Utilities",
"doctype": "DocType",
"document_type": "Master",
"in_dialog": 0,
"module": "Utilities",
"name": "__common__",
"search_fields": "customer, supplier, sales_partner, country, state"
},
{
"doctype": "DocField",
"name": "__common__",
"parent": "Address",
"doctype": "DocField",
"parentfield": "fields",
"parenttype": "DocType",
"parentfield": "fields"
"permlevel": 0
},
{
"name": "__common__",
"parent": "Address",
"read": 1,
"create": 1,
"doctype": "DocPerm",
"name": "__common__",
"parent": "Address",
"parentfield": "permissions",
"parenttype": "DocType",
"parentfield": "permissions"
"permlevel": 0,
"read": 1,
"report": 1,
"submit": 0,
"write": 1
},
{
"name": "Address",
"doctype": "DocType"
"doctype": "DocType",
"name": "Address"
},
{
"doctype": "DocField",
"label": "Address Details",
"fieldname": "address_details",
"fieldtype": "Section Break",
"permlevel": 0
"label": "Address Details"
},
{
"description": "e.g. Office, Billing, Shipping",
"doctype": "DocField",
"label": "Address Type",
"fieldname": "address_type",
"fieldtype": "Data",
"reqd": 1,
"permlevel": 0
"label": "Address Type",
"reqd": 1
},
{
"description": "Name of person or organization that this address belongs to.",
"doctype": "DocField",
"label": "Address Title",
"fieldname": "address_title",
"fieldtype": "Data",
"reqd": 1,
"permlevel": 0
"label": "Address Title",
"reqd": 1
},
{
"doctype": "DocField",
"label": "Address Line1",
"fieldname": "address_line1",
"fieldtype": "Data",
"reqd": 1,
"permlevel": 0
"label": "Address Line1",
"reqd": 1
},
{
"doctype": "DocField",
"label": "Address Line2",
"fieldname": "address_line2",
"fieldtype": "Data",
"permlevel": 0
"label": "Address Line2"
},
{
"search_index": 1,
"doctype": "DocField",
"label": "City/Town",
"fieldname": "city",
"fieldtype": "Data",
"in_filter": 1,
"label": "City/Town",
"reqd": 1,
"permlevel": 0,
"in_filter": 1
"search_index": 1
},
{
"search_index": 1,
"doctype": "DocField",
"label": "Pincode",
"fieldname": "pincode",
"fieldtype": "Data",
"permlevel": 0,
"in_filter": 1
"in_filter": 1,
"label": "Pincode",
"search_index": 1
},
{
"search_index": 1,
"doctype": "DocField",
"label": "Country",
"permlevel": 0,
"fieldname": "country",
"fieldtype": "Select",
"reqd": 1,
"in_filter": 1,
"label": "Country",
"options": "link:Country",
"in_filter": 1
"reqd": 1,
"search_index": 1
},
{
"search_index": 0,
"doctype": "DocField",
"label": "State",
"permlevel": 0,
"fieldname": "state",
"fieldtype": "Data",
"in_filter": 1,
"label": "State",
"options": "Suggest",
"in_filter": 1
"search_index": 0
},
{
"print_hide": 0,
"doctype": "DocField",
"width": "50%",
"fieldname": "column_break0",
"fieldtype": "Column Break",
"permlevel": 0
"print_hide": 0,
"width": "50%"
},
{
"doctype": "DocField",
"label": "Phone",
"fieldname": "phone",
"fieldtype": "Data",
"reqd": 1,
"permlevel": 0
"label": "Phone",
"reqd": 1
},
{
"doctype": "DocField",
"label": "Email Id",
"fieldname": "email_id",
"fieldtype": "Data",
"permlevel": 0
"label": "Email Id"
},
{
"doctype": "DocField",
"label": "Fax",
"fieldname": "fax",
"fieldtype": "Data",
"permlevel": 0,
"in_filter": 1
"in_filter": 1,
"label": "Fax"
},
{
"description": "Check to make primary address",
"default": "0",
"description": "Check to make primary address",
"doctype": "DocField",
"label": "Is Primary Address",
"fieldname": "is_primary_address",
"fieldtype": "Check",
"permlevel": 0
"label": "Is Primary Address"
},
{
"description": "Check to make Shipping Address",
"default": "0",
"description": "Check to make Shipping Address",
"doctype": "DocField",
"label": "Is Shipping Address",
"fieldname": "is_shipping_address",
"fieldtype": "Check",
"permlevel": 0
"label": "Is Shipping Address"
},
{
"doctype": "DocField",
"label": "Linked With",
"fieldname": "linked_with",
"fieldtype": "Section Break",
"permlevel": 0
"label": "Linked With"
},
{
"depends_on": "eval:!doc.supplier && !doc.sales_partner",
"doctype": "DocField",
"label": "Customer",
"permlevel": 0,
"fieldname": "customer",
"fieldtype": "Link",
"label": "Customer",
"options": "Customer"
},
{
"depends_on": "eval:!doc.supplier && !doc.sales_partner",
"doctype": "DocField",
"label": "Customer Name",
"fieldname": "customer_name",
"fieldtype": "Data",
"permlevel": 1,
"in_filter": 1
"in_filter": 1,
"label": "Customer Name",
"read_only": 1
},
{
"depends_on": "eval:!doc.customer && !doc.sales_partner",
"doctype": "DocField",
"label": "Supplier",
"permlevel": 0,
"fieldname": "supplier",
"fieldtype": "Link",
"label": "Supplier",
"options": "Supplier"
},
{
"depends_on": "eval:!doc.customer && !doc.sales_partner",
"doctype": "DocField",
"label": "Supplier Name",
"fieldname": "supplier_name",
"fieldtype": "Data",
"search_index": 0,
"permlevel": 1,
"in_filter": 1
"in_filter": 1,
"label": "Supplier Name",
"read_only": 1,
"search_index": 0
},
{
"depends_on": "eval:!doc.customer && !doc.supplier",
"doctype": "DocField",
"label": "Sales Partner",
"permlevel": 0,
"fieldname": "sales_partner",
"fieldtype": "Link",
"label": "Sales Partner",
"options": "Sales Partner"
},
{
"create": 1,
"doctype": "DocPerm",
"write": 1,
"role": "Sales User",
"report": 1,
"permlevel": 0
"role": "Sales User"
},
{
"create": 1,
"doctype": "DocPerm",
"write": 1,
"role": "Purchase User",
"report": 1,
"permlevel": 0
"role": "Purchase User"
},
{
"create": 1,
"doctype": "DocPerm",
"write": 1,
"role": "Maintenance User",
"report": 1,
"permlevel": 0
"role": "Maintenance User"
},
{
"create": 1,
"doctype": "DocPerm",
"write": 1,
"role": "Accounts User",
"report": 1,
"permlevel": 0
},
{
"create": 0,
"doctype": "DocPerm",
"write": 0,
"role": "All",
"cancel": 0,
"permlevel": 1
"role": "Accounts User"
}
]