Merge branch 'production' of github.com:webnotes/erpnext into production

Conflicts:
	accounts/doctype/purchase_invoice_item/purchase_invoice_item.txt
	buying/doctype/purchase_order_item/purchase_order_item.txt
	buying/doctype/supplier_quotation_item/supplier_quotation_item.txt
	patches/patch_list.py
This commit is contained in:
Anand Doshi
2012-12-19 22:28:00 +05:30
537 changed files with 27532 additions and 39772 deletions

View File

@@ -1,153 +1,118 @@
# DocType Mapper, Delivery Note-Installation Note
[
# These values are common in all dictionaries
{
'creation': '2010-08-08 17:09:34',
'docstatus': 0,
'modified': '2011-09-15 15:04:42',
'modified_by': 'Administrator',
'owner': 'Administrator'
},
# These values are common for all Table Mapper Detail
{
'doctype': 'Table Mapper Detail',
'name': '__common__',
'parent': 'Delivery Note-Installation Note',
'parentfield': 'table_mapper_details',
'parenttype': 'DocType Mapper'
},
# These values are common for all Field Mapper Detail
{
'doctype': 'Field Mapper Detail',
'map': 'Yes',
'name': '__common__',
'parent': 'Delivery Note-Installation Note',
'parentfield': 'field_mapper_details',
'parenttype': 'DocType Mapper'
},
# These values are common for all DocType Mapper
{
'doctype': u'DocType Mapper',
'from_doctype': 'Delivery Note',
'module': 'Selling',
'name': '__common__',
'ref_doc_submitted': 1,
'to_doctype': 'Installation Note'
},
# DocType Mapper, Delivery Note-Installation Note
{
'doctype': u'DocType Mapper',
'name': 'Delivery Note-Installation Note'
},
# Field Mapper Detail
{
'checking_operator': '=',
'doctype': 'Field Mapper Detail',
'from_field': 'company',
'match_id': 0,
'to_field': 'company'
},
# Field Mapper Detail
{
'checking_operator': '=',
'doctype': 'Field Mapper Detail',
'from_field': 'customer',
'match_id': 0,
'to_field': 'customer'
},
# Field Mapper Detail
{
'doctype': 'Field Mapper Detail',
'from_field': 'name',
'match_id': 0,
'to_field': 'delivery_note_no'
},
# Field Mapper Detail
{
'doctype': 'Field Mapper Detail',
'from_field': 'name',
'match_id': 1,
'to_field': 'prevdoc_detail_docname'
},
# Field Mapper Detail
{
'doctype': 'Field Mapper Detail',
'from_field': 'parent',
'match_id': 1,
'to_field': 'prevdoc_docname'
},
# Field Mapper Detail
{
'doctype': 'Field Mapper Detail',
'from_field': 'parenttype',
'match_id': 1,
'to_field': 'prevdoc_doctype'
},
# Field Mapper Detail
{
'doctype': 'Field Mapper Detail',
'from_field': 'eval: flt(obj.qty) - flt(obj.installed_qty)',
'match_id': 1,
'to_field': 'qty'
},
# Field Mapper Detail
{
'doctype': 'Field Mapper Detail',
'from_field': 'posting_date',
'match_id': 2,
'to_field': 'prevdoc_date'
},
# Field Mapper Detail
{
'doctype': 'Field Mapper Detail',
'from_field': 'serial_no',
'match_id': 1,
'to_field': 'serial_no'
},
# Table Mapper Detail
{
'doctype': 'Table Mapper Detail',
'from_field': 'delivery_note_details',
'from_table': 'Delivery Note Item',
'match_id': 1,
'to_field': 'installed_item_details',
'to_table': 'Installation Note Item',
'validation_logic': 'qty > ifnull(installed_qty,0) and docstatus = 1'
},
# Table Mapper Detail
{
'doctype': 'Table Mapper Detail',
'from_table': 'Delivery Note',
'match_id': 0,
'to_table': 'Installation Note',
'validation_logic': 'docstatus = 1'
},
# Table Mapper Detail
{
'doctype': 'Table Mapper Detail',
'from_table': 'Delivery Note',
'match_id': 2,
'reference_doctype_key': 'prevdoc_doctype',
'reference_key': 'prevdoc_docname',
'to_field': 'installed_item_details',
'to_table': 'Installation Note Item',
'validation_logic': 'docstatus = 1'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2010-08-08 17:09:34",
"modified_by": "Administrator",
"modified": "2011-09-15 15:04:42"
},
{
"name": "__common__",
"parent": "Delivery Note-Installation Note",
"doctype": "Table Mapper Detail",
"parenttype": "DocType Mapper",
"parentfield": "table_mapper_details"
},
{
"map": "Yes",
"name": "__common__",
"parent": "Delivery Note-Installation Note",
"doctype": "Field Mapper Detail",
"parenttype": "DocType Mapper",
"parentfield": "field_mapper_details"
},
{
"name": "__common__",
"to_doctype": "Installation Note",
"module": "Selling",
"doctype": "DocType Mapper",
"ref_doc_submitted": 1,
"from_doctype": "Delivery Note"
},
{
"name": "Delivery Note-Installation Note",
"doctype": "DocType Mapper"
},
{
"match_id": 0,
"to_field": "company",
"doctype": "Field Mapper Detail",
"from_field": "company",
"checking_operator": "="
},
{
"match_id": 0,
"to_field": "customer",
"doctype": "Field Mapper Detail",
"from_field": "customer",
"checking_operator": "="
},
{
"to_field": "delivery_note_no",
"doctype": "Field Mapper Detail",
"match_id": 0,
"from_field": "name"
},
{
"to_field": "prevdoc_detail_docname",
"doctype": "Field Mapper Detail",
"match_id": 1,
"from_field": "name"
},
{
"to_field": "prevdoc_docname",
"doctype": "Field Mapper Detail",
"match_id": 1,
"from_field": "parent"
},
{
"to_field": "prevdoc_doctype",
"doctype": "Field Mapper Detail",
"match_id": 1,
"from_field": "parenttype"
},
{
"to_field": "qty",
"doctype": "Field Mapper Detail",
"match_id": 1,
"from_field": "eval: flt(obj.qty) - flt(obj.installed_qty)"
},
{
"to_field": "prevdoc_date",
"doctype": "Field Mapper Detail",
"match_id": 2,
"from_field": "posting_date"
},
{
"to_field": "serial_no",
"doctype": "Field Mapper Detail",
"match_id": 1,
"from_field": "serial_no"
},
{
"match_id": 1,
"to_field": "installed_item_details",
"doctype": "Table Mapper Detail",
"from_field": "delivery_note_details",
"from_table": "Delivery Note Item",
"to_table": "Installation Note Item",
"validation_logic": "qty > ifnull(installed_qty,0) and docstatus = 1"
},
{
"match_id": 0,
"doctype": "Table Mapper Detail",
"from_table": "Delivery Note",
"to_table": "Installation Note",
"validation_logic": "docstatus = 1"
},
{
"reference_key": "prevdoc_docname",
"match_id": 2,
"reference_doctype_key": "prevdoc_doctype",
"to_field": "installed_item_details",
"doctype": "Table Mapper Detail",
"from_table": "Delivery Note",
"to_table": "Installation Note Item",
"validation_logic": "docstatus = 1"
}
]

View File

@@ -1,84 +1,63 @@
# DocType Mapper, Lead-Customer
[
# These values are common in all dictionaries
{
'creation': '2010-08-08 17:09:34',
'docstatus': 0,
'modified': '2011-09-14 12:36:24',
'modified_by': 'Administrator',
'owner': 'Administrator'
},
# These values are common for all Table Mapper Detail
{
'doctype': 'Table Mapper Detail',
'from_table': 'Lead',
'match_id': 0,
'name': '__common__',
'parent': 'Lead-Customer',
'parentfield': 'table_mapper_details',
'parenttype': 'DocType Mapper',
'to_table': 'Customer',
'validation_logic': 'name is not null'
},
# These values are common for all Field Mapper Detail
{
'doctype': 'Field Mapper Detail',
'map': 'Yes',
'match_id': 0,
'name': '__common__',
'parent': 'Lead-Customer',
'parentfield': 'field_mapper_details',
'parenttype': 'DocType Mapper'
},
# These values are common for all DocType Mapper
{
'doctype': u'DocType Mapper',
'from_doctype': 'Lead',
'module': 'Selling',
'name': '__common__',
'to_doctype': 'Customer'
},
# DocType Mapper, Lead-Customer
{
'doctype': u'DocType Mapper',
'name': 'Lead-Customer'
},
# Field Mapper Detail
{
'doctype': 'Field Mapper Detail',
'from_field': 'name',
'to_field': 'lead_name'
},
# Field Mapper Detail
{
'doctype': 'Field Mapper Detail',
'from_field': 'company_name',
'to_field': 'customer_name'
},
# Field Mapper Detail
{
'doctype': 'Field Mapper Detail',
'from_field': 'contact_no',
'to_field': 'phone_1'
},
# Field Mapper Detail
{
'doctype': 'Field Mapper Detail',
'from_field': 'fax',
'to_field': 'fax_1'
},
# Table Mapper Detail
{
'doctype': 'Table Mapper Detail'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2010-08-08 17:09:34",
"modified_by": "Administrator",
"modified": "2011-09-14 12:36:24"
},
{
"match_id": 0,
"parent": "Lead-Customer",
"name": "__common__",
"doctype": "Table Mapper Detail",
"parenttype": "DocType Mapper",
"from_table": "Lead",
"to_table": "Customer",
"validation_logic": "name is not null",
"parentfield": "table_mapper_details"
},
{
"map": "Yes",
"match_id": 0,
"parent": "Lead-Customer",
"name": "__common__",
"doctype": "Field Mapper Detail",
"parenttype": "DocType Mapper",
"parentfield": "field_mapper_details"
},
{
"name": "__common__",
"to_doctype": "Customer",
"module": "Selling",
"doctype": "DocType Mapper",
"from_doctype": "Lead"
},
{
"name": "Lead-Customer",
"doctype": "DocType Mapper"
},
{
"to_field": "lead_name",
"doctype": "Field Mapper Detail",
"from_field": "name"
},
{
"to_field": "customer_name",
"doctype": "Field Mapper Detail",
"from_field": "company_name"
},
{
"to_field": "phone_1",
"doctype": "Field Mapper Detail",
"from_field": "contact_no"
},
{
"to_field": "fax_1",
"doctype": "Field Mapper Detail",
"from_field": "fax"
},
{
"doctype": "Table Mapper Detail"
}
]

View File

@@ -1,87 +1,66 @@
# DocType Mapper, Lead-Opportunity
[
# These values are common in all dictionaries
{
'creation': '2010-08-08 17:09:34',
'docstatus': 0,
'modified': '2012-04-03 12:49:50',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all Table Mapper Detail
{
'doctype': u'Table Mapper Detail',
'from_table': u'Lead',
'match_id': 0,
'name': '__common__',
'parent': u'Lead-Opportunity',
'parentfield': u'table_mapper_details',
'parenttype': u'DocType Mapper',
'to_table': u'Opportunity',
'validation_logic': u'name is not null'
},
# These values are common for all Field Mapper Detail
{
'doctype': u'Field Mapper Detail',
'match_id': 0,
'name': '__common__',
'parent': u'Lead-Opportunity',
'parentfield': u'field_mapper_details',
'parenttype': u'DocType Mapper'
},
# These values are common for all DocType Mapper
{
'doctype': u'DocType Mapper',
'from_doctype': u'Lead',
'module': u'Selling',
'name': '__common__',
'to_doctype': u'Opportunity'
},
# DocType Mapper, Lead-Opportunity
{
'doctype': u'DocType Mapper',
'name': u'Lead-Opportunity'
},
# Field Mapper Detail
{
'doctype': u'Field Mapper Detail',
'from_field': u'campaign_name',
'map': u'Yes',
'to_field': u'campaign'
},
# Field Mapper Detail
{
'doctype': u'Field Mapper Detail',
'from_field': u'doctype',
'map': u'Yes',
'to_field': u'enquiry_from'
},
# Field Mapper Detail
{
'doctype': u'Field Mapper Detail',
'from_field': u'name',
'map': u'Yes',
'to_field': u'lead'
},
# Field Mapper Detail
{
'doctype': u'Field Mapper Detail',
'from_field': u'status',
'map': u'No',
'to_field': u'status'
},
# Table Mapper Detail
{
'doctype': u'Table Mapper Detail'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2010-08-08 17:09:34",
"modified_by": "Administrator",
"modified": "2012-04-03 12:49:50"
},
{
"match_id": 0,
"parent": "Lead-Opportunity",
"name": "__common__",
"doctype": "Table Mapper Detail",
"parenttype": "DocType Mapper",
"from_table": "Lead",
"to_table": "Opportunity",
"validation_logic": "name is not null",
"parentfield": "table_mapper_details"
},
{
"match_id": 0,
"parent": "Lead-Opportunity",
"name": "__common__",
"doctype": "Field Mapper Detail",
"parenttype": "DocType Mapper",
"parentfield": "field_mapper_details"
},
{
"name": "__common__",
"to_doctype": "Opportunity",
"module": "Selling",
"doctype": "DocType Mapper",
"from_doctype": "Lead"
},
{
"name": "Lead-Opportunity",
"doctype": "DocType Mapper"
},
{
"map": "Yes",
"to_field": "campaign",
"doctype": "Field Mapper Detail",
"from_field": "campaign_name"
},
{
"map": "Yes",
"to_field": "enquiry_from",
"doctype": "Field Mapper Detail",
"from_field": "doctype"
},
{
"map": "Yes",
"to_field": "lead",
"doctype": "Field Mapper Detail",
"from_field": "name"
},
{
"map": "No",
"to_field": "status",
"doctype": "Field Mapper Detail",
"from_field": "status"
},
{
"doctype": "Table Mapper Detail"
}
]

View File

@@ -1,146 +1,113 @@
# DocType Mapper, Opportunity-Quotation
[
# These values are common in all dictionaries
{
'creation': '2010-08-08 17:09:34',
'docstatus': 0,
'modified': '2012-04-03 12:49:50',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all Table Mapper Detail
{
'doctype': u'Table Mapper Detail',
'name': '__common__',
'parent': u'Opportunity-Quotation',
'parentfield': u'table_mapper_details',
'parenttype': u'DocType Mapper',
'validation_logic': u'docstatus=1'
},
# These values are common for all Field Mapper Detail
{
'doctype': u'Field Mapper Detail',
'name': '__common__',
'parent': u'Opportunity-Quotation',
'parentfield': u'field_mapper_details',
'parenttype': u'DocType Mapper'
},
# These values are common for all DocType Mapper
{
'doctype': u'DocType Mapper',
'from_doctype': u'Opportunity',
'module': u'Selling',
'name': '__common__',
'ref_doc_submitted': 1,
'to_doctype': u'Quotation'
},
# DocType Mapper, Opportunity-Quotation
{
'doctype': u'DocType Mapper',
'name': u'Opportunity-Quotation'
},
# Field Mapper Detail
{
'doctype': u'Field Mapper Detail',
'from_field': u'uom',
'map': u'Yes',
'match_id': 1,
'to_field': u'stock_uom'
},
# Field Mapper Detail
{
'doctype': u'Field Mapper Detail',
'from_field': u'name',
'map': u'Yes',
'match_id': 0,
'to_field': u'enq_no'
},
# Field Mapper Detail
{
'doctype': u'Field Mapper Detail',
'from_field': u'parent',
'map': u'Yes',
'match_id': 1,
'to_field': u'prevdoc_docname'
},
# Field Mapper Detail
{
'doctype': u'Field Mapper Detail',
'from_field': u'parenttype',
'map': u'Yes',
'match_id': 1,
'to_field': u'prevdoc_doctype'
},
# Field Mapper Detail
{
'doctype': u'Field Mapper Detail',
'from_field': u'enquiry_from',
'map': u'Yes',
'match_id': 0,
'to_field': u'quotation_to'
},
# Field Mapper Detail
{
'doctype': u'Field Mapper Detail',
'from_field': u'enquiry_type',
'map': u'Yes',
'match_id': 0,
'to_field': u'order_type'
},
# Field Mapper Detail
{
'doctype': u'Field Mapper Detail',
'from_field': u'transaction_date',
'map': u'No',
'match_id': 0,
'to_field': u'transaction_date'
},
# Field Mapper Detail
{
'doctype': u'Field Mapper Detail',
'from_field': u'status',
'map': u'No',
'match_id': 0,
'to_field': u'status'
},
# Field Mapper Detail
{
'doctype': u'Field Mapper Detail',
'from_field': u'naming_series',
'map': u'No',
'match_id': 0,
'to_field': u'naming_series'
},
# Table Mapper Detail
{
'doctype': u'Table Mapper Detail',
'from_table': u'Opportunity',
'match_id': 0,
'to_table': u'Quotation'
},
# Table Mapper Detail
{
'doctype': u'Table Mapper Detail',
'from_field': u'enq_details',
'from_table': u'Opportunity Item',
'match_id': 1,
'to_field': u'quotation_details',
'to_table': u'Quotation Item'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2010-08-08 17:09:34",
"modified_by": "Administrator",
"modified": "2012-04-03 12:49:50"
},
{
"name": "__common__",
"parent": "Opportunity-Quotation",
"doctype": "Table Mapper Detail",
"parenttype": "DocType Mapper",
"validation_logic": "docstatus=1",
"parentfield": "table_mapper_details"
},
{
"name": "__common__",
"parent": "Opportunity-Quotation",
"doctype": "Field Mapper Detail",
"parenttype": "DocType Mapper",
"parentfield": "field_mapper_details"
},
{
"name": "__common__",
"to_doctype": "Quotation",
"module": "Selling",
"doctype": "DocType Mapper",
"ref_doc_submitted": 1,
"from_doctype": "Opportunity"
},
{
"name": "Opportunity-Quotation",
"doctype": "DocType Mapper"
},
{
"map": "Yes",
"match_id": 1,
"to_field": "stock_uom",
"doctype": "Field Mapper Detail",
"from_field": "uom"
},
{
"map": "Yes",
"match_id": 0,
"to_field": "enq_no",
"doctype": "Field Mapper Detail",
"from_field": "name"
},
{
"map": "Yes",
"match_id": 1,
"to_field": "prevdoc_docname",
"doctype": "Field Mapper Detail",
"from_field": "parent"
},
{
"map": "Yes",
"match_id": 1,
"to_field": "prevdoc_doctype",
"doctype": "Field Mapper Detail",
"from_field": "parenttype"
},
{
"map": "Yes",
"match_id": 0,
"to_field": "quotation_to",
"doctype": "Field Mapper Detail",
"from_field": "enquiry_from"
},
{
"map": "Yes",
"match_id": 0,
"to_field": "order_type",
"doctype": "Field Mapper Detail",
"from_field": "enquiry_type"
},
{
"map": "No",
"match_id": 0,
"to_field": "transaction_date",
"doctype": "Field Mapper Detail",
"from_field": "transaction_date"
},
{
"map": "No",
"match_id": 0,
"to_field": "status",
"doctype": "Field Mapper Detail",
"from_field": "status"
},
{
"map": "No",
"match_id": 0,
"to_field": "naming_series",
"doctype": "Field Mapper Detail",
"from_field": "naming_series"
},
{
"to_table": "Quotation",
"doctype": "Table Mapper Detail",
"match_id": 0,
"from_table": "Opportunity"
},
{
"match_id": 1,
"to_field": "quotation_details",
"doctype": "Table Mapper Detail",
"from_field": "enq_details",
"from_table": "Opportunity Item",
"to_table": "Quotation Item"
}
]

View File

@@ -1,64 +1,49 @@
# DocType Mapper, Project-Sales Order
[
# These values are common in all dictionaries
{
'creation': '2010-09-01 15:47:59',
'docstatus': 0,
'modified': '2011-09-15 15:04:43',
'modified_by': 'Administrator',
'owner': 'ashwini@webnotestech.com'
},
# These values are common for all Table Mapper Detail
{
'doctype': 'Table Mapper Detail',
'from_table': 'Project',
'match_id': 0,
'name': '__common__',
'parent': 'Project-Sales Order',
'parentfield': 'table_mapper_details',
'parenttype': 'DocType Mapper',
'to_table': 'Sales Order',
'validation_logic': 'name is not null'
},
# These values are common for all Field Mapper Detail
{
'checking_operator': '=',
'doctype': 'Field Mapper Detail',
'from_field': 'customer',
'map': 'Yes',
'match_id': 0,
'name': '__common__',
'parent': 'Project-Sales Order',
'parentfield': 'field_mapper_details',
'parenttype': 'DocType Mapper',
'to_field': 'customer'
},
# These values are common for all DocType Mapper
{
'doctype': 'DocType Mapper',
'from_doctype': 'Project',
'module': 'Selling',
'name': '__common__',
'to_doctype': 'Sales Order'
},
# DocType Mapper, Project-Sales Order
{
'doctype': 'DocType Mapper',
'name': 'Project-Sales Order'
},
# Field Mapper Detail
{
'doctype': 'Field Mapper Detail'
},
# Table Mapper Detail
{
'doctype': 'Table Mapper Detail'
}
{
"owner": "ashwini@webnotestech.com",
"docstatus": 0,
"creation": "2010-09-01 15:47:59",
"modified_by": "Administrator",
"modified": "2011-09-15 15:04:43"
},
{
"match_id": 0,
"parent": "Project-Sales Order",
"name": "__common__",
"doctype": "Table Mapper Detail",
"parenttype": "DocType Mapper",
"from_table": "Project",
"to_table": "Sales Order",
"validation_logic": "name is not null",
"parentfield": "table_mapper_details"
},
{
"map": "Yes",
"match_id": 0,
"parent": "Project-Sales Order",
"name": "__common__",
"to_field": "customer",
"doctype": "Field Mapper Detail",
"parenttype": "DocType Mapper",
"checking_operator": "=",
"from_field": "customer",
"parentfield": "field_mapper_details"
},
{
"name": "__common__",
"to_doctype": "Sales Order",
"module": "Selling",
"doctype": "DocType Mapper",
"from_doctype": "Project"
},
{
"name": "Project-Sales Order",
"doctype": "DocType Mapper"
},
{
"doctype": "Field Mapper Detail"
},
{
"doctype": "Table Mapper Detail"
}
]

View File

@@ -1,165 +1,130 @@
# DocType Mapper, Quotation-Sales Order
[
# These values are common in all dictionaries
{
'creation': '2010-08-08 17:09:35',
'docstatus': 0,
'modified': '2011-09-14 12:36:24',
'modified_by': 'Administrator',
'owner': 'Administrator'
},
# These values are common for all Table Mapper Detail
{
'doctype': 'Table Mapper Detail',
'name': '__common__',
'parent': 'Quotation-Sales Order',
'parentfield': 'table_mapper_details',
'parenttype': 'DocType Mapper'
},
# These values are common for all Field Mapper Detail
{
'doctype': 'Field Mapper Detail',
'name': '__common__',
'parent': 'Quotation-Sales Order',
'parentfield': 'field_mapper_details',
'parenttype': 'DocType Mapper'
},
# These values are common for all DocType Mapper
{
'doctype': u'DocType Mapper',
'from_doctype': 'Quotation',
'module': 'Selling',
'name': '__common__',
'ref_doc_submitted': 1,
'to_doctype': 'Sales Order'
},
# DocType Mapper, Quotation-Sales Order
{
'doctype': u'DocType Mapper',
'name': 'Quotation-Sales Order'
},
# Field Mapper Detail
{
'checking_operator': '>=',
'doctype': 'Field Mapper Detail',
'from_field': 'transaction_date',
'map': 'No',
'match_id': 0,
'to_field': 'transaction_date'
},
# Field Mapper Detail
{
'doctype': 'Field Mapper Detail',
'from_field': 'transaction_date',
'map': 'Yes',
'match_id': 0,
'to_field': 'quotation_date'
},
# Field Mapper Detail
{
'doctype': 'Field Mapper Detail',
'from_field': 'name',
'map': 'Yes',
'match_id': 0,
'to_field': 'quotation_no'
},
# Field Mapper Detail
{
'checking_operator': '=',
'doctype': 'Field Mapper Detail',
'from_field': 'company',
'map': 'Yes',
'match_id': 0,
'to_field': 'company'
},
# Field Mapper Detail
{
'checking_operator': '=',
'doctype': 'Field Mapper Detail',
'from_field': 'fiscal_year',
'map': 'Yes',
'match_id': 0,
'to_field': 'fiscal_year'
},
# Field Mapper Detail
{
'doctype': 'Field Mapper Detail',
'from_field': 'parent',
'map': 'Yes',
'match_id': 1,
'to_field': 'prevdoc_docname'
},
# Field Mapper Detail
{
'doctype': 'Field Mapper Detail',
'from_field': 'naming_series',
'map': 'No',
'match_id': 0,
'to_field': 'naming_series'
},
# Field Mapper Detail
{
'doctype': 'Field Mapper Detail',
'from_field': 'status',
'map': 'No',
'match_id': 0,
'to_field': 'status'
},
# Table Mapper Detail
{
'doctype': 'Table Mapper Detail',
'from_field': 'sales_team',
'from_table': 'Sales Team',
'match_id': 3,
'to_field': 'sales_team',
'to_table': 'Sales Team',
'validation_logic': 'name is not null'
},
# Table Mapper Detail
{
'doctype': 'Table Mapper Detail',
'from_field': 'other_charges',
'from_table': 'Sales Taxes and Charges',
'match_id': 2,
'to_field': 'other_charges',
'to_table': 'Sales Taxes and Charges',
'validation_logic': 'name is not null'
},
# Table Mapper Detail
{
'doctype': 'Table Mapper Detail',
'from_field': 'quotation_details',
'from_table': 'Quotation Item',
'match_id': 1,
'reference_doctype_key': 'prevdoc_doctype',
'to_field': 'sales_order_details',
'to_table': 'Sales Order Item',
'validation_logic': 'name is not null'
},
# Table Mapper Detail
{
'doctype': 'Table Mapper Detail',
'from_table': 'Quotation',
'match_id': 0,
'reference_key': 'prevdoc_docname',
'to_table': 'Sales Order',
'validation_logic': 'docstatus = 1'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2010-08-08 17:09:35",
"modified_by": "Administrator",
"modified": "2011-09-14 12:36:24"
},
{
"name": "__common__",
"parent": "Quotation-Sales Order",
"doctype": "Table Mapper Detail",
"parenttype": "DocType Mapper",
"parentfield": "table_mapper_details"
},
{
"name": "__common__",
"parent": "Quotation-Sales Order",
"doctype": "Field Mapper Detail",
"parenttype": "DocType Mapper",
"parentfield": "field_mapper_details"
},
{
"name": "__common__",
"to_doctype": "Sales Order",
"module": "Selling",
"doctype": "DocType Mapper",
"ref_doc_submitted": 1,
"from_doctype": "Quotation"
},
{
"name": "Quotation-Sales Order",
"doctype": "DocType Mapper"
},
{
"map": "No",
"match_id": 0,
"to_field": "transaction_date",
"doctype": "Field Mapper Detail",
"from_field": "transaction_date",
"checking_operator": ">="
},
{
"map": "Yes",
"match_id": 0,
"to_field": "quotation_date",
"doctype": "Field Mapper Detail",
"from_field": "transaction_date"
},
{
"map": "Yes",
"match_id": 0,
"to_field": "quotation_no",
"doctype": "Field Mapper Detail",
"from_field": "name"
},
{
"map": "Yes",
"match_id": 0,
"to_field": "company",
"doctype": "Field Mapper Detail",
"from_field": "company",
"checking_operator": "="
},
{
"map": "Yes",
"match_id": 0,
"to_field": "fiscal_year",
"doctype": "Field Mapper Detail",
"from_field": "fiscal_year",
"checking_operator": "="
},
{
"map": "Yes",
"match_id": 1,
"to_field": "prevdoc_docname",
"doctype": "Field Mapper Detail",
"from_field": "parent"
},
{
"map": "No",
"match_id": 0,
"to_field": "naming_series",
"doctype": "Field Mapper Detail",
"from_field": "naming_series"
},
{
"map": "No",
"match_id": 0,
"to_field": "status",
"doctype": "Field Mapper Detail",
"from_field": "status"
},
{
"match_id": 3,
"to_field": "sales_team",
"doctype": "Table Mapper Detail",
"from_field": "sales_team",
"from_table": "Sales Team",
"to_table": "Sales Team",
"validation_logic": "name is not null"
},
{
"match_id": 2,
"to_field": "other_charges",
"doctype": "Table Mapper Detail",
"from_field": "other_charges",
"from_table": "Sales Taxes and Charges",
"to_table": "Sales Taxes and Charges",
"validation_logic": "name is not null"
},
{
"match_id": 1,
"reference_doctype_key": "prevdoc_doctype",
"to_field": "sales_order_details",
"doctype": "Table Mapper Detail",
"from_field": "quotation_details",
"from_table": "Quotation Item",
"to_table": "Sales Order Item",
"validation_logic": "name is not null"
},
{
"reference_key": "prevdoc_docname",
"match_id": 0,
"doctype": "Table Mapper Detail",
"from_table": "Quotation",
"to_table": "Sales Order",
"validation_logic": "docstatus = 1"
}
]

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,161 +1,130 @@
# DocType, Campaign
[
# These values are common in all dictionaries
{
'creation': '2012-07-03 13:30:38',
'docstatus': 0,
'modified': '2012-07-12 13:21:52',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'_last_update': u'1326102553',
'allow_trash': 1,
'autoname': u'field:campaign_name',
'colour': u'White:FFF',
'description': u'Keep Track of Sales Campaigns. Keep track of Leads, Quotations, Sales Order etc from Campaigns to gauge Return on Investment. ',
'doctype': 'DocType',
'document_type': u'Master',
'module': u'Selling',
'name': '__common__',
'section_style': u'Simple',
'server_code_error': u' ',
'show_in_menu': 0,
'version': 1
},
# These values are common for all DocField
{
'doctype': u'DocField',
'name': '__common__',
'parent': u'Campaign',
'parentfield': u'fields',
'parenttype': u'DocType'
},
# These values are common for all DocPerm
{
'amend': 0,
'doctype': u'DocPerm',
'name': '__common__',
'parent': u'Campaign',
'parentfield': u'permissions',
'parenttype': u'DocType',
'read': 1,
'submit': 0
},
# DocType, Campaign
{
'doctype': 'DocType',
'name': u'Campaign'
},
# DocPerm
{
'cancel': 0,
'create': 0,
'doctype': u'DocPerm',
'permlevel': 1,
'role': u'Sales Manager',
'write': 0
},
# DocPerm
{
'cancel': 0,
'create': 0,
'doctype': u'DocPerm',
'permlevel': 0,
'role': u'Sales Manager',
'write': 0
},
# DocPerm
{
'cancel': 0,
'create': 0,
'doctype': u'DocPerm',
'permlevel': 1,
'role': u'Sales Master Manager',
'write': 0
},
# DocPerm
{
'cancel': 0,
'create': 0,
'doctype': u'DocPerm',
'permlevel': 1,
'role': u'Sales User',
'write': 0
},
# DocPerm
{
'cancel': 0,
'create': 0,
'doctype': u'DocPerm',
'permlevel': 0,
'role': u'Sales User',
'write': 0
},
# DocPerm
{
'cancel': 1,
'create': 1,
'doctype': u'DocPerm',
'permlevel': 0,
'role': u'Sales Master Manager',
'write': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'trash_reason',
'fieldtype': u'Small Text',
'label': u'Trash Reason',
'oldfieldname': u'trash_reason',
'oldfieldtype': u'Small Text',
'permlevel': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'campaign',
'fieldtype': u'Section Break',
'label': u'Campaign',
'oldfieldtype': u'Section Break',
'permlevel': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'campaign_name',
'fieldtype': u'Data',
'label': u'Campaign Name',
'oldfieldname': u'campaign_name',
'oldfieldtype': u'Data',
'permlevel': 0,
'reqd': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'description',
'fieldtype': u'Text',
'label': u'Description',
'oldfieldname': u'description',
'oldfieldtype': u'Text',
'permlevel': 0,
'width': u'300px'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-07-03 13:30:38",
"modified_by": "Administrator",
"modified": "2012-07-12 13:21:52"
},
{
"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",
"autoname": "field:campaign_name",
"name": "__common__",
"colour": "White:FFF",
"_last_update": "1326102553",
"show_in_menu": 0,
"version": 1
},
{
"name": "__common__",
"parent": "Campaign",
"doctype": "DocField",
"parenttype": "DocType",
"parentfield": "fields"
},
{
"name": "__common__",
"parent": "Campaign",
"amend": 0,
"doctype": "DocPerm",
"submit": 0,
"read": 1,
"parenttype": "DocType",
"parentfield": "permissions"
},
{
"name": "Campaign",
"doctype": "DocType"
},
{
"create": 0,
"doctype": "DocPerm",
"write": 0,
"role": "Sales Manager",
"cancel": 0,
"permlevel": 1
},
{
"create": 0,
"doctype": "DocPerm",
"write": 0,
"role": "Sales Manager",
"cancel": 0,
"permlevel": 0
},
{
"create": 0,
"doctype": "DocPerm",
"write": 0,
"role": "Sales Master Manager",
"cancel": 0,
"permlevel": 1
},
{
"create": 0,
"doctype": "DocPerm",
"write": 0,
"role": "Sales User",
"cancel": 0,
"permlevel": 1
},
{
"create": 0,
"doctype": "DocPerm",
"write": 0,
"role": "Sales User",
"cancel": 0,
"permlevel": 0
},
{
"create": 1,
"doctype": "DocPerm",
"write": 1,
"role": "Sales Master Manager",
"cancel": 1,
"permlevel": 0
},
{
"oldfieldtype": "Small Text",
"doctype": "DocField",
"label": "Trash Reason",
"oldfieldname": "trash_reason",
"fieldname": "trash_reason",
"fieldtype": "Small Text",
"permlevel": 1
},
{
"oldfieldtype": "Section Break",
"doctype": "DocField",
"label": "Campaign",
"fieldname": "campaign",
"fieldtype": "Section Break",
"permlevel": 0
},
{
"oldfieldtype": "Data",
"doctype": "DocField",
"label": "Campaign Name",
"oldfieldname": "campaign_name",
"fieldname": "campaign_name",
"fieldtype": "Data",
"reqd": 1,
"permlevel": 0
},
{
"oldfieldtype": "Text",
"doctype": "DocField",
"label": "Description",
"oldfieldname": "description",
"width": "300px",
"fieldname": "description",
"fieldtype": "Text",
"permlevel": 0
}
]

View File

@@ -1,85 +1,66 @@
# DocType, Industry Type
[
# These values are common in all dictionaries
{
'creation': '2012-03-27 14:36:09',
'docstatus': 0,
'modified': '2012-03-27 14:36:09',
'modified_by': u'Administrator',
'owner': u'harshada@webnotestech.com'
},
# These values are common for all DocType
{
'autoname': u'field:industry',
'colour': u'White:FFF',
'doctype': 'DocType',
'document_type': u'Master',
'module': u'Selling',
'name': '__common__',
'section_style': u'Simple',
'server_code_error': u' ',
'version': 4
},
# These values are common for all DocField
{
'doctype': u'DocField',
'fieldname': u'industry',
'fieldtype': u'Data',
'label': u'Industry',
'name': '__common__',
'oldfieldname': u'industry',
'oldfieldtype': u'Data',
'parent': u'Industry Type',
'parentfield': u'fields',
'parenttype': u'DocType',
'permlevel': 0,
'reqd': 1
},
# These values are common for all DocPerm
{
'doctype': u'DocPerm',
'name': '__common__',
'parent': u'Industry Type',
'parentfield': u'permissions',
'parenttype': u'DocType',
'permlevel': 0,
'read': 1
},
# DocType, Industry Type
{
'doctype': 'DocType',
'name': u'Industry Type'
},
# DocPerm
{
'create': 1,
'doctype': u'DocPerm',
'role': u'Sales Manager',
'write': 1
},
# DocPerm
{
'doctype': u'DocPerm',
'role': u'Sales User'
},
# DocPerm
{
'create': 1,
'doctype': u'DocPerm',
'role': u'Sales Master Manager',
'write': 1
},
# DocField
{
'doctype': u'DocField'
}
{
"owner": "harshada@webnotestech.com",
"docstatus": 0,
"creation": "2012-03-27 14:36:09",
"modified_by": "Administrator",
"modified": "2012-03-27 14:36:09"
},
{
"section_style": "Simple",
"name": "__common__",
"colour": "White:FFF",
"module": "Selling",
"server_code_error": " ",
"version": 4,
"doctype": "DocType",
"autoname": "field:industry",
"document_type": "Master"
},
{
"parent": "Industry Type",
"oldfieldtype": "Data",
"oldfieldname": "industry",
"reqd": 1,
"name": "__common__",
"doctype": "DocField",
"label": "Industry",
"parenttype": "DocType",
"fieldname": "industry",
"fieldtype": "Data",
"permlevel": 0,
"parentfield": "fields"
},
{
"name": "__common__",
"parent": "Industry Type",
"read": 1,
"doctype": "DocPerm",
"parenttype": "DocType",
"permlevel": 0,
"parentfield": "permissions"
},
{
"name": "Industry Type",
"doctype": "DocType"
},
{
"write": 1,
"create": 1,
"role": "Sales Manager",
"doctype": "DocPerm"
},
{
"role": "Sales User",
"doctype": "DocPerm"
},
{
"write": 1,
"create": 1,
"role": "Sales Master Manager",
"doctype": "DocPerm"
},
{
"doctype": "DocField"
}
]

View File

@@ -1,452 +1,375 @@
# DocType, Installation Note
[
# These values are common in all dictionaries
{
'creation': '2012-03-27 14:36:09',
'docstatus': 0,
'modified': '2012-03-27 18:48:02',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'_last_update': u'1306480044',
'autoname': u'IN/.####',
'colour': u'White:FFF',
'doctype': 'DocType',
'is_submittable': 1,
'module': u'Selling',
'name': '__common__',
'section_style': u'Simple',
'server_code_error': u' ',
'show_in_menu': 0,
'subject': u'At %(customer_name)s on %(inst_date)s',
'version': 98
},
# These values are common for all DocField
{
'doctype': u'DocField',
'name': '__common__',
'parent': u'Installation Note',
'parentfield': u'fields',
'parenttype': u'DocType'
},
# These values are common for all DocPerm
{
'doctype': u'DocPerm',
'name': '__common__',
'parent': u'Installation Note',
'parentfield': u'permissions',
'parenttype': u'DocType',
'read': 1
},
# DocType, Installation Note
{
'doctype': 'DocType',
'name': u'Installation Note'
},
# DocPerm
{
'amend': 1,
'cancel': 1,
'create': 1,
'doctype': u'DocPerm',
'permlevel': 0,
'role': u'System Manager',
'submit': 1,
'write': 1
},
# DocPerm
{
'doctype': u'DocPerm',
'permlevel': 1,
'role': u'System Manager'
},
# DocPerm
{
'amend': 1,
'cancel': 1,
'create': 1,
'doctype': u'DocPerm',
'permlevel': 0,
'role': u'Sales User',
'submit': 1,
'write': 1
},
# DocPerm
{
'amend': 1,
'cancel': 1,
'create': 1,
'doctype': u'DocPerm',
'permlevel': 0,
'role': u'Sales Manager',
'submit': 1,
'write': 1
},
# DocPerm
{
'doctype': u'DocPerm',
'permlevel': 1,
'role': u'Sales User'
},
# DocPerm
{
'doctype': u'DocPerm',
'permlevel': 1,
'role': u'Sales Manager'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'installation_note',
'fieldtype': u'Section Break',
'label': u'Installation Note',
'oldfieldtype': u'Section Break',
'permlevel': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'column_break0',
'fieldtype': u'Column Break',
'oldfieldtype': u'Column Break',
'permlevel': 0,
'width': u'50%'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'naming_series',
'fieldtype': u'Select',
'label': u'Series',
'no_copy': 1,
'oldfieldname': u'naming_series',
'oldfieldtype': u'Select',
'options': u'\nIN',
'permlevel': 0,
'reqd': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'customer',
'fieldtype': u'Link',
'label': u'Customer',
'oldfieldname': u'customer',
'oldfieldtype': u'Link',
'options': u'Customer',
'permlevel': 0,
'print_hide': 1,
'reqd': 1,
'search_index': 1,
'trigger': u'Client'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'customer_address',
'fieldtype': u'Link',
'label': u'Customer Address',
'options': u'Address',
'permlevel': 0,
'print_hide': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'contact_person',
'fieldtype': u'Link',
'label': u'Contact Person',
'options': u'Contact',
'permlevel': 0,
'print_hide': 1
},
# DocField
{
'colour': u'White:FFF',
'doctype': u'DocField',
'fieldname': u'customer_name',
'fieldtype': u'Data',
'label': u'Name',
'oldfieldname': u'customer_name',
'oldfieldtype': u'Data',
'permlevel': 1,
'reqd': 0,
'search_index': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'address_display',
'fieldtype': u'Small Text',
'label': u'Address',
'permlevel': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'contact_display',
'fieldtype': u'Small Text',
'label': u'Contact',
'permlevel': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'contact_mobile',
'fieldtype': u'Text',
'label': u'Mobile No',
'permlevel': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'contact_email',
'fieldtype': u'Text',
'label': u'Contact Email',
'permlevel': 1,
'print_hide': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'territory',
'fieldtype': u'Link',
'in_filter': 1,
'label': u'Territory',
'options': u'Territory',
'permlevel': 0,
'print_hide': 1,
'reqd': 1,
'search_index': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'customer_group',
'fieldtype': u'Link',
'label': u'Customer Group',
'options': u'Customer Group',
'permlevel': 0,
'print_hide': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'column_break1',
'fieldtype': u'Column Break',
'oldfieldtype': u'Column Break',
'permlevel': 0,
'width': u'50%'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'inst_date',
'fieldtype': u'Date',
'label': u'Installation Date',
'oldfieldname': u'inst_date',
'oldfieldtype': u'Date',
'permlevel': 0,
'reqd': 1,
'search_index': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'inst_time',
'fieldtype': u'Time',
'label': u'Installation Time',
'oldfieldname': u'inst_time',
'oldfieldtype': u'Time',
'permlevel': 0
},
# DocField
{
'default': u'Draft',
'doctype': u'DocField',
'fieldname': u'status',
'fieldtype': u'Select',
'label': u'Status',
'no_copy': 1,
'oldfieldname': u'status',
'oldfieldtype': u'Select',
'options': u'Draft\nSubmitted\nCancelled',
'permlevel': 1,
'print_hide': 1,
'reqd': 1
},
# DocField
{
'colour': u'White:FFF',
'description': u'Select the relevant company name if you have multiple companies.',
'doctype': u'DocField',
'fieldname': u'company',
'fieldtype': u'Select',
'in_filter': 1,
'label': u'Company',
'oldfieldname': u'company',
'oldfieldtype': u'Select',
'options': u'link:Company',
'permlevel': 0,
'print_hide': 1,
'reqd': 1,
'search_index': 0,
'trigger': u'Client'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'fiscal_year',
'fieldtype': u'Select',
'in_filter': 1,
'label': u'Fiscal Year',
'oldfieldname': u'fiscal_year',
'oldfieldtype': u'Select',
'options': u'link:Fiscal Year',
'permlevel': 0,
'print_hide': 1,
'reqd': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'amended_from',
'fieldtype': u'Data',
'label': u'Amended From',
'no_copy': 1,
'oldfieldname': u'amended_from',
'oldfieldtype': u'Data',
'permlevel': 1,
'print_hide': 1
},
# DocField
{
'colour': u'White:FFF',
'description': u'The date at which current entry is corrected in the system.',
'doctype': u'DocField',
'fieldname': u'amendment_date',
'fieldtype': u'Date',
'hidden': 1,
'label': u'Amendment Date',
'no_copy': 1,
'oldfieldname': u'amendment_date',
'oldfieldtype': u'Date',
'permlevel': 0,
'print_hide': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'remarks',
'fieldtype': u'Small Text',
'label': u'Remarks',
'oldfieldname': u'remarks',
'oldfieldtype': u'Small Text',
'permlevel': 0,
'print_hide': 1
},
# DocField
{
'colour': u'White:FFF',
'doctype': u'DocField',
'fieldname': u'cancel_reason',
'fieldtype': u'Data',
'hidden': 1,
'label': u'Cancel Reason',
'no_copy': 1,
'oldfieldname': u'cancel_reason',
'oldfieldtype': u'Data',
'permlevel': 1,
'print_hide': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'item_details',
'fieldtype': u'Section Break',
'label': u'Item Details',
'oldfieldtype': u'Section Break',
'options': u'Simple',
'permlevel': 0
},
# DocField
{
'colour': u'White:FFF',
'doctype': u'DocField',
'fieldname': u'delivery_note_no',
'fieldtype': u'Link',
'label': u'Delivery Note No',
'no_copy': 1,
'oldfieldname': u'delivery_note_no',
'oldfieldtype': u'Link',
'options': u'Delivery Note',
'permlevel': 0,
'print_hide': 0,
'reqd': 1,
'search_index': 1,
'trigger': u'Client'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'get_items',
'fieldtype': u'Button',
'hidden': 0,
'label': u'Get Items',
'oldfieldtype': u'Button',
'options': u'pull_delivery_note_details',
'permlevel': 0,
'print_hide': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'installed_item_details',
'fieldtype': u'Table',
'label': u'Installation Note Item',
'oldfieldname': u'installed_item_details',
'oldfieldtype': u'Table',
'options': u'Installation Note Item',
'permlevel': 0
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-03-27 14:36:09",
"modified_by": "Administrator",
"modified": "2012-03-27 18:48:02"
},
{
"section_style": "Simple",
"is_submittable": 1,
"module": "Selling",
"doctype": "DocType",
"server_code_error": " ",
"subject": "At %(customer_name)s on %(inst_date)s",
"autoname": "IN/.####",
"name": "__common__",
"colour": "White:FFF",
"_last_update": "1306480044",
"show_in_menu": 0,
"version": 98
},
{
"name": "__common__",
"parent": "Installation Note",
"doctype": "DocField",
"parenttype": "DocType",
"parentfield": "fields"
},
{
"name": "__common__",
"parent": "Installation Note",
"read": 1,
"doctype": "DocPerm",
"parenttype": "DocType",
"parentfield": "permissions"
},
{
"name": "Installation Note",
"doctype": "DocType"
},
{
"amend": 1,
"create": 1,
"doctype": "DocPerm",
"submit": 1,
"write": 1,
"role": "System Manager",
"cancel": 1,
"permlevel": 0
},
{
"role": "System Manager",
"permlevel": 1,
"doctype": "DocPerm"
},
{
"amend": 1,
"create": 1,
"doctype": "DocPerm",
"submit": 1,
"write": 1,
"role": "Sales User",
"cancel": 1,
"permlevel": 0
},
{
"amend": 1,
"create": 1,
"doctype": "DocPerm",
"submit": 1,
"write": 1,
"role": "Sales Manager",
"cancel": 1,
"permlevel": 0
},
{
"role": "Sales User",
"permlevel": 1,
"doctype": "DocPerm"
},
{
"role": "Sales Manager",
"permlevel": 1,
"doctype": "DocPerm"
},
{
"oldfieldtype": "Section Break",
"doctype": "DocField",
"label": "Installation Note",
"fieldname": "installation_note",
"fieldtype": "Section Break",
"permlevel": 0
},
{
"oldfieldtype": "Column Break",
"doctype": "DocField",
"width": "50%",
"fieldname": "column_break0",
"fieldtype": "Column Break",
"permlevel": 0
},
{
"no_copy": 1,
"oldfieldtype": "Select",
"doctype": "DocField",
"label": "Series",
"oldfieldname": "naming_series",
"permlevel": 0,
"fieldname": "naming_series",
"fieldtype": "Select",
"reqd": 1,
"options": "\nIN"
},
{
"print_hide": 1,
"search_index": 1,
"doctype": "DocField",
"label": "Customer",
"oldfieldname": "customer",
"trigger": "Client",
"fieldname": "customer",
"fieldtype": "Link",
"oldfieldtype": "Link",
"reqd": 1,
"options": "Customer",
"permlevel": 0
},
{
"print_hide": 1,
"doctype": "DocField",
"label": "Customer Address",
"options": "Address",
"fieldname": "customer_address",
"fieldtype": "Link",
"permlevel": 0
},
{
"print_hide": 1,
"doctype": "DocField",
"label": "Contact Person",
"options": "Contact",
"fieldname": "contact_person",
"fieldtype": "Link",
"permlevel": 0
},
{
"search_index": 0,
"colour": "White:FFF",
"doctype": "DocField",
"label": "Name",
"oldfieldname": "customer_name",
"fieldname": "customer_name",
"fieldtype": "Data",
"oldfieldtype": "Data",
"reqd": 0,
"permlevel": 1
},
{
"doctype": "DocField",
"label": "Address",
"fieldname": "address_display",
"fieldtype": "Small Text",
"permlevel": 1
},
{
"doctype": "DocField",
"label": "Contact",
"fieldname": "contact_display",
"fieldtype": "Small Text",
"permlevel": 1
},
{
"doctype": "DocField",
"label": "Mobile No",
"fieldname": "contact_mobile",
"fieldtype": "Text",
"permlevel": 1
},
{
"print_hide": 1,
"doctype": "DocField",
"label": "Contact Email",
"fieldname": "contact_email",
"fieldtype": "Text",
"permlevel": 1
},
{
"print_hide": 1,
"search_index": 1,
"doctype": "DocField",
"label": "Territory",
"permlevel": 0,
"fieldname": "territory",
"fieldtype": "Link",
"reqd": 1,
"options": "Territory",
"in_filter": 1
},
{
"print_hide": 1,
"doctype": "DocField",
"label": "Customer Group",
"options": "Customer Group",
"fieldname": "customer_group",
"fieldtype": "Link",
"permlevel": 0
},
{
"oldfieldtype": "Column Break",
"doctype": "DocField",
"width": "50%",
"fieldname": "column_break1",
"fieldtype": "Column Break",
"permlevel": 0
},
{
"search_index": 1,
"doctype": "DocField",
"label": "Installation Date",
"oldfieldname": "inst_date",
"fieldname": "inst_date",
"fieldtype": "Date",
"oldfieldtype": "Date",
"reqd": 1,
"permlevel": 0
},
{
"oldfieldtype": "Time",
"doctype": "DocField",
"label": "Installation Time",
"oldfieldname": "inst_time",
"fieldname": "inst_time",
"fieldtype": "Time",
"permlevel": 0
},
{
"print_hide": 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
},
{
"print_hide": 1,
"description": "Select the relevant company name if you have multiple companies.",
"oldfieldtype": "Select",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Company",
"oldfieldname": "company",
"permlevel": 0,
"trigger": "Client",
"fieldname": "company",
"fieldtype": "Select",
"search_index": 0,
"reqd": 1,
"options": "link:Company",
"in_filter": 1
},
{
"print_hide": 1,
"oldfieldtype": "Select",
"doctype": "DocField",
"label": "Fiscal Year",
"oldfieldname": "fiscal_year",
"options": "link:Fiscal Year",
"fieldname": "fiscal_year",
"fieldtype": "Select",
"reqd": 1,
"permlevel": 0,
"in_filter": 1
},
{
"print_hide": 1,
"no_copy": 1,
"oldfieldtype": "Data",
"doctype": "DocField",
"label": "Amended From",
"oldfieldname": "amended_from",
"fieldname": "amended_from",
"fieldtype": "Data",
"permlevel": 1
},
{
"print_hide": 1,
"description": "The date at which current entry is corrected in the system.",
"no_copy": 1,
"oldfieldtype": "Date",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Amendment Date",
"oldfieldname": "amendment_date",
"fieldname": "amendment_date",
"fieldtype": "Date",
"hidden": 1,
"permlevel": 0
},
{
"print_hide": 1,
"oldfieldtype": "Small Text",
"doctype": "DocField",
"label": "Remarks",
"oldfieldname": "remarks",
"fieldname": "remarks",
"fieldtype": "Small Text",
"permlevel": 0
},
{
"print_hide": 1,
"no_copy": 1,
"oldfieldtype": "Data",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Cancel Reason",
"oldfieldname": "cancel_reason",
"fieldname": "cancel_reason",
"fieldtype": "Data",
"hidden": 1,
"permlevel": 1
},
{
"oldfieldtype": "Section Break",
"doctype": "DocField",
"label": "Item Details",
"permlevel": 0,
"fieldname": "item_details",
"fieldtype": "Section Break",
"options": "Simple"
},
{
"print_hide": 0,
"no_copy": 1,
"oldfieldtype": "Link",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Delivery Note No",
"oldfieldname": "delivery_note_no",
"permlevel": 0,
"trigger": "Client",
"fieldname": "delivery_note_no",
"fieldtype": "Link",
"search_index": 1,
"reqd": 1,
"options": "Delivery Note"
},
{
"print_hide": 1,
"oldfieldtype": "Button",
"doctype": "DocField",
"label": "Get Items",
"permlevel": 0,
"fieldname": "get_items",
"fieldtype": "Button",
"hidden": 0,
"options": "pull_delivery_note_details"
},
{
"oldfieldtype": "Table",
"doctype": "DocField",
"label": "Installation Note Item",
"oldfieldname": "installed_item_details",
"permlevel": 0,
"fieldname": "installed_item_details",
"fieldtype": "Table",
"options": "Installation Note Item"
}
]

View File

@@ -1,152 +1,127 @@
# DocType, Installation Note Item
[
# These values are common in all dictionaries
{
'creation': '2012-03-27 14:36:10',
'docstatus': 0,
'modified': '2012-03-27 14:36:10',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'autoname': u'IID/.#####',
'colour': u'White:FFF',
'doctype': 'DocType',
'istable': 1,
'module': u'Selling',
'name': '__common__',
'section_style': u'Simple',
'server_code_error': u' ',
'show_in_menu': 0,
'version': 25
},
# These values are common for all DocField
{
'doctype': u'DocField',
'name': '__common__',
'parent': u'Installation Note Item',
'parentfield': u'fields',
'parenttype': u'DocType'
},
# DocType, Installation Note Item
{
'doctype': 'DocType',
'name': u'Installation Note Item'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'item_code',
'fieldtype': u'Link',
'label': u'Item Code',
'oldfieldname': u'item_code',
'oldfieldtype': u'Link',
'options': u'Item',
'permlevel': 0,
'reqd': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'description',
'fieldtype': u'Data',
'label': u'Description',
'oldfieldname': u'description',
'oldfieldtype': u'Data',
'permlevel': 1,
'width': u'300px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'prevdoc_date',
'fieldtype': u'Date',
'hidden': 0,
'label': u'Delivery Date',
'oldfieldname': u'prevdoc_date',
'oldfieldtype': u'Date',
'permlevel': 1,
'print_hide': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'serial_no',
'fieldtype': u'Small Text',
'label': u'Serial No',
'oldfieldname': u'serial_no',
'oldfieldtype': u'Small Text',
'permlevel': 0,
'width': u'180px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'prevdoc_detail_docname',
'fieldtype': u'Data',
'hidden': 1,
'label': u'Against Document Detail No',
'no_copy': 1,
'oldfieldname': u'prevdoc_detail_docname',
'oldfieldtype': u'Data',
'permlevel': 1,
'print_hide': 1,
'width': u'150px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'prevdoc_docname',
'fieldtype': u'Data',
'hidden': 1,
'in_filter': 1,
'label': u'Against Document No',
'no_copy': 1,
'oldfieldname': u'prevdoc_docname',
'oldfieldtype': u'Data',
'permlevel': 1,
'print_hide': 1,
'search_index': 1,
'width': u'150px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'prevdoc_doctype',
'fieldtype': u'Data',
'hidden': 1,
'in_filter': 1,
'label': u'Document Type',
'no_copy': 1,
'oldfieldname': u'prevdoc_doctype',
'oldfieldtype': u'Data',
'permlevel': 1,
'print_hide': 1,
'search_index': 1,
'width': u'150px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'qty',
'fieldtype': u'Currency',
'label': u'Installed Qty',
'oldfieldname': u'qty',
'oldfieldtype': u'Currency',
'permlevel': 0,
'reqd': 1
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-03-27 14:36:10",
"modified_by": "Administrator",
"modified": "2012-03-27 14:36:10"
},
{
"section_style": "Simple",
"istable": 1,
"module": "Selling",
"server_code_error": " ",
"doctype": "DocType",
"autoname": "IID/.#####",
"name": "__common__",
"colour": "White:FFF",
"show_in_menu": 0,
"version": 25
},
{
"name": "__common__",
"parent": "Installation Note Item",
"doctype": "DocField",
"parenttype": "DocType",
"parentfield": "fields"
},
{
"name": "Installation Note Item",
"doctype": "DocType"
},
{
"oldfieldtype": "Link",
"doctype": "DocField",
"label": "Item Code",
"oldfieldname": "item_code",
"permlevel": 0,
"fieldname": "item_code",
"fieldtype": "Link",
"reqd": 1,
"options": "Item"
},
{
"oldfieldtype": "Data",
"doctype": "DocField",
"label": "Description",
"oldfieldname": "description",
"width": "300px",
"fieldname": "description",
"fieldtype": "Data",
"permlevel": 1
},
{
"print_hide": 0,
"oldfieldtype": "Date",
"doctype": "DocField",
"label": "Delivery Date",
"oldfieldname": "prevdoc_date",
"fieldname": "prevdoc_date",
"fieldtype": "Date",
"hidden": 0,
"permlevel": 1
},
{
"oldfieldtype": "Small Text",
"doctype": "DocField",
"label": "Serial No",
"oldfieldname": "serial_no",
"width": "180px",
"fieldname": "serial_no",
"fieldtype": "Small Text",
"permlevel": 0
},
{
"print_hide": 1,
"no_copy": 1,
"oldfieldtype": "Data",
"doctype": "DocField",
"label": "Against Document Detail No",
"oldfieldname": "prevdoc_detail_docname",
"width": "150px",
"fieldname": "prevdoc_detail_docname",
"fieldtype": "Data",
"hidden": 1,
"permlevel": 1
},
{
"print_hide": 1,
"no_copy": 1,
"oldfieldtype": "Data",
"doctype": "DocField",
"label": "Against Document No",
"oldfieldname": "prevdoc_docname",
"width": "150px",
"fieldname": "prevdoc_docname",
"fieldtype": "Data",
"search_index": 1,
"hidden": 1,
"permlevel": 1,
"in_filter": 1
},
{
"print_hide": 1,
"no_copy": 1,
"oldfieldtype": "Data",
"doctype": "DocField",
"label": "Document Type",
"oldfieldname": "prevdoc_doctype",
"width": "150px",
"fieldname": "prevdoc_doctype",
"fieldtype": "Data",
"search_index": 1,
"hidden": 1,
"permlevel": 1,
"in_filter": 1
},
{
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Installed Qty",
"oldfieldname": "qty",
"fieldname": "qty",
"fieldtype": "Currency",
"reqd": 1,
"permlevel": 0
}
]

View File

@@ -1,140 +1,115 @@
# DocType, Opportunity Item
[
# These values are common in all dictionaries
{
'creation': '2012-03-27 14:36:08',
'docstatus': 0,
'modified': '2012-03-27 14:36:08',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'colour': u'White:FFF',
'doctype': 'DocType',
'istable': 1,
'module': u'Selling',
'name': '__common__',
'section_style': u'Simple',
'server_code_error': u' ',
'show_in_menu': 0,
'version': 59
},
# These values are common for all DocField
{
'doctype': u'DocField',
'name': '__common__',
'parent': u'Opportunity Item',
'parentfield': u'fields',
'parenttype': u'DocType',
'permlevel': 0
},
# DocType, Opportunity Item
{
'doctype': 'DocType',
'name': u'Opportunity Item'
},
# DocField
{
'colour': u'White:FFF',
'doctype': u'DocField',
'fieldname': u'item_code',
'fieldtype': u'Link',
'label': u'Item Code',
'oldfieldname': u'item_code',
'oldfieldtype': u'Link',
'options': u'Item',
'reqd': 0,
'trigger': u'Client'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'item_name',
'fieldtype': u'Data',
'label': u'Item Name',
'oldfieldname': u'item_name',
'oldfieldtype': u'Data',
'reqd': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'description',
'fieldtype': u'Text',
'label': u'Description',
'oldfieldname': u'description',
'oldfieldtype': u'Text',
'reqd': 1,
'width': u'300px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'item_group',
'fieldtype': u'Link',
'hidden': 1,
'label': u'Item Group',
'oldfieldname': u'item_group',
'oldfieldtype': u'Link',
'options': u'Item Group',
'print_hide': 1,
'search_index': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'brand',
'fieldtype': u'Link',
'hidden': 1,
'label': u'Brand',
'oldfieldname': u'brand',
'oldfieldtype': u'Link',
'options': u'Brand',
'print_hide': 1,
'search_index': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'basic_rate',
'fieldtype': u'Currency',
'hidden': 1,
'label': u'Basic Rate',
'oldfieldname': u'basic_rate',
'oldfieldtype': u'Currency',
'print_hide': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'qty',
'fieldtype': u'Currency',
'label': u'Qty',
'oldfieldname': u'qty',
'oldfieldtype': u'Currency'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'uom',
'fieldtype': u'Link',
'label': u'UOM',
'oldfieldname': u'uom',
'oldfieldtype': u'Link',
'options': u'UOM',
'search_index': 0
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-03-27 14:36:08",
"modified_by": "Administrator",
"modified": "2012-03-27 14:36:08"
},
{
"section_style": "Simple",
"istable": 1,
"name": "__common__",
"colour": "White:FFF",
"module": "Selling",
"show_in_menu": 0,
"version": 59,
"server_code_error": " ",
"doctype": "DocType"
},
{
"name": "__common__",
"parent": "Opportunity Item",
"doctype": "DocField",
"parenttype": "DocType",
"permlevel": 0,
"parentfield": "fields"
},
{
"name": "Opportunity Item",
"doctype": "DocType"
},
{
"oldfieldtype": "Link",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Item Code",
"oldfieldname": "item_code",
"trigger": "Client",
"fieldname": "item_code",
"fieldtype": "Link",
"reqd": 0,
"options": "Item"
},
{
"oldfieldtype": "Data",
"doctype": "DocField",
"label": "Item Name",
"oldfieldname": "item_name",
"fieldname": "item_name",
"fieldtype": "Data",
"reqd": 1
},
{
"oldfieldtype": "Text",
"doctype": "DocField",
"label": "Description",
"oldfieldname": "description",
"width": "300px",
"fieldname": "description",
"fieldtype": "Text",
"reqd": 1
},
{
"print_hide": 1,
"search_index": 0,
"doctype": "DocField",
"label": "Item Group",
"oldfieldname": "item_group",
"fieldname": "item_group",
"fieldtype": "Link",
"oldfieldtype": "Link",
"hidden": 1,
"options": "Item Group"
},
{
"print_hide": 1,
"search_index": 0,
"doctype": "DocField",
"label": "Brand",
"oldfieldname": "brand",
"fieldname": "brand",
"fieldtype": "Link",
"oldfieldtype": "Link",
"hidden": 1,
"options": "Brand"
},
{
"print_hide": 1,
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Basic Rate",
"oldfieldname": "basic_rate",
"fieldname": "basic_rate",
"fieldtype": "Currency",
"hidden": 1
},
{
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Qty",
"oldfieldname": "qty",
"fieldname": "qty",
"fieldtype": "Currency"
},
{
"search_index": 0,
"doctype": "DocField",
"label": "UOM",
"oldfieldname": "uom",
"fieldname": "uom",
"fieldtype": "Link",
"oldfieldtype": "Link",
"options": "UOM"
}
]

View File

@@ -1,30 +1,23 @@
# DocType, Plot Control
[
# These values are common in all dictionaries
{
'creation': '2012-03-27 14:36:12',
'docstatus': 0,
'modified': '2012-03-27 14:36:12',
'modified_by': u'Administrator',
'owner': u'harshada@webnotestech.com'
},
# These values are common for all DocType
{
'colour': u'White:FFF',
'doctype': 'DocType',
'issingle': 1,
'module': u'Selling',
'name': '__common__',
'section_style': u'Simple',
'server_code_error': u' ',
'version': 215
},
# DocType, Plot Control
{
'doctype': 'DocType',
'name': u'Plot Control'
}
{
"owner": "harshada@webnotestech.com",
"docstatus": 0,
"creation": "2012-03-27 14:36:12",
"modified_by": "Administrator",
"modified": "2012-03-27 14:36:12"
},
{
"section_style": "Simple",
"name": "__common__",
"colour": "White:FFF",
"module": "Selling",
"doctype": "DocType",
"version": 215,
"server_code_error": " ",
"issingle": 1
},
{
"name": "Plot Control",
"doctype": "DocType"
}
]

View File

@@ -1,344 +1,297 @@
# DocType, Quotation Item
[
# These values are common in all dictionaries
{
'creation': '2012-06-08 16:07:57',
'docstatus': 0,
'modified': '2012-07-09 11:04:47',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'autoname': u'QUOD/.#####',
'colour': u'White:FFF',
'doctype': 'DocType',
'is_transaction_doc': 0,
'istable': 1,
'module': u'Selling',
'name': '__common__',
'section_style': u'Tray',
'server_code_error': u' ',
'show_in_menu': 0,
'version': 1
},
# These values are common for all DocField
{
'doctype': u'DocField',
'name': '__common__',
'parent': u'Quotation Item',
'parentfield': u'fields',
'parenttype': u'DocType'
},
# DocType, Quotation Item
{
'doctype': 'DocType',
'name': u'Quotation Item'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'item_code',
'fieldtype': u'Link',
'hidden': 0,
'in_filter': 1,
'label': u'Item Code',
'oldfieldname': u'item_code',
'oldfieldtype': u'Link',
'options': u'Item',
'permlevel': 0,
'print_hide': 0,
'reqd': 1,
'search_index': 1,
'trigger': u'Client',
'width': u'150px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'customer_item_code',
'fieldtype': u'Data',
'hidden': 1,
'label': u"Customer's Item Code",
'permlevel': 1,
'print_hide': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'item_name',
'fieldtype': u'Data',
'in_filter': 1,
'label': u'Item Name',
'oldfieldname': u'item_name',
'oldfieldtype': u'Data',
'permlevel': 0,
'print_hide': 1,
'reqd': 1,
'search_index': 1,
'width': u'150px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'description',
'fieldtype': u'Small Text',
'label': u'Description',
'oldfieldname': u'description',
'oldfieldtype': u'Small Text',
'permlevel': 0,
'print_hide': 0,
'reqd': 1,
'width': u'300px'
},
# DocField
{
'default': u'0.00',
'doctype': u'DocField',
'fieldname': u'qty',
'fieldtype': u'Currency',
'in_filter': 0,
'label': u'Quantity',
'oldfieldname': u'qty',
'oldfieldtype': u'Currency',
'permlevel': 0,
'print_hide': 0,
'reqd': 1,
'search_index': 0,
'trigger': u'Client',
'width': u'100px'
},
# DocField
{
'colour': u'White:FFF',
'doctype': u'DocField',
'fieldname': u'stock_uom',
'fieldtype': u'Data',
'label': u'UOM',
'oldfieldname': u'stock_uom',
'oldfieldtype': u'Data',
'permlevel': 1,
'print_hide': 0,
'reqd': 0,
'width': u'100px'
},
# DocField
{
'default': u'0.00',
'doctype': u'DocField',
'fieldname': u'ref_rate',
'fieldtype': u'Currency',
'label': u'Price List Rate',
'oldfieldname': u'ref_rate',
'oldfieldtype': u'Currency',
'permlevel': 0,
'print_hide': 1,
'reqd': 0,
'trigger': u'Client',
'width': u'100px'
},
# DocField
{
'default': u'0.00',
'doctype': u'DocField',
'fieldname': u'adj_rate',
'fieldtype': u'Float',
'label': u'Discount (%)',
'oldfieldname': u'adj_rate',
'oldfieldtype': u'Float',
'permlevel': 0,
'print_hide': 1,
'trigger': u'Client',
'width': u'100px'
},
# DocField
{
'default': u'0.00',
'doctype': u'DocField',
'fieldname': u'export_rate',
'fieldtype': u'Currency',
'in_filter': 0,
'label': u'Rate',
'oldfieldname': u'export_rate',
'oldfieldtype': u'Currency',
'permlevel': 0,
'print_hide': 0,
'reqd': 0,
'search_index': 0,
'trigger': u'Client',
'width': u'100px'
},
# DocField
{
'default': u'0.00',
'doctype': u'DocField',
'fieldname': u'export_amount',
'fieldtype': u'Currency',
'in_filter': 0,
'label': u'Amount',
'oldfieldname': u'export_amount',
'oldfieldtype': u'Currency',
'permlevel': 1,
'print_hide': 0,
'reqd': 0,
'search_index': 0,
'width': u'100px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'base_ref_rate',
'fieldtype': u'Currency',
'label': u'Price List Rate*',
'oldfieldname': u'base_ref_rate',
'oldfieldtype': u'Currency',
'permlevel': 1,
'print_hide': 1,
'width': u'100px'
},
# DocField
{
'default': u'0.00',
'doctype': u'DocField',
'fieldname': u'basic_rate',
'fieldtype': u'Currency',
'in_filter': 0,
'label': u'Basic Rate*',
'oldfieldname': u'basic_rate',
'oldfieldtype': u'Currency',
'permlevel': 0,
'print_hide': 1,
'reqd': 0,
'search_index': 0,
'trigger': u'Client',
'width': u'100px'
},
# DocField
{
'default': u'0.00',
'doctype': u'DocField',
'fieldname': u'amount',
'fieldtype': u'Currency',
'in_filter': 0,
'label': u'Amount*',
'oldfieldname': u'amount',
'oldfieldtype': u'Currency',
'permlevel': 1,
'print_hide': 1,
'reqd': 0,
'search_index': 0,
'trigger': u'Client',
'width': u'100px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'item_group',
'fieldtype': u'Link',
'hidden': 1,
'in_filter': 1,
'label': u'Item Group',
'oldfieldname': u'item_group',
'oldfieldtype': u'Link',
'options': u'Item Group',
'permlevel': 1,
'print_hide': 1,
'search_index': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'brand',
'fieldtype': u'Link',
'hidden': 1,
'in_filter': 1,
'label': u'Brand',
'oldfieldname': u'brand',
'oldfieldtype': u'Link',
'options': u'Brand',
'permlevel': 1,
'print_hide': 1,
'search_index': 1,
'width': u'150px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'item_tax_rate',
'fieldtype': u'Small Text',
'hidden': 1,
'label': u'Item Tax Rate',
'oldfieldname': u'item_tax_rate',
'oldfieldtype': u'Small Text',
'permlevel': 1,
'print_hide': 1,
'report_hide': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'prevdoc_docname',
'fieldtype': u'Data',
'label': u'Against Docname',
'no_copy': 1,
'oldfieldname': u'prevdoc_docname',
'oldfieldtype': u'Data',
'permlevel': 1,
'print_hide': 1,
'report_hide': 0,
'width': u'150px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'prevdoc_doctype',
'fieldtype': u'Data',
'hidden': 1,
'label': u'Against Doctype',
'no_copy': 1,
'oldfieldname': u'prevdoc_doctype',
'oldfieldtype': u'Data',
'permlevel': 1,
'print_hide': 1,
'report_hide': 0,
'width': u'150px'
},
# DocField
{
'allow_on_submit': 1,
'doctype': u'DocField',
'fieldname': u'page_break',
'fieldtype': u'Check',
'hidden': 0,
'label': u'Page Break',
'no_copy': 1,
'oldfieldname': u'page_break',
'oldfieldtype': u'Check',
'permlevel': 0,
'print_hide': 1,
'report_hide': 1
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-06-08 16:07:57",
"modified_by": "Administrator",
"modified": "2012-07-09 11:04:47"
},
{
"section_style": "Tray",
"istable": 1,
"module": "Selling",
"server_code_error": " ",
"doctype": "DocType",
"autoname": "QUOD/.#####",
"name": "__common__",
"colour": "White:FFF",
"is_transaction_doc": 0,
"show_in_menu": 0,
"version": 1
},
{
"name": "__common__",
"parent": "Quotation Item",
"doctype": "DocField",
"parenttype": "DocType",
"parentfield": "fields"
},
{
"name": "Quotation Item",
"doctype": "DocType"
},
{
"print_hide": 0,
"permlevel": 0,
"oldfieldtype": "Link",
"doctype": "DocField",
"label": "Item Code",
"oldfieldname": "item_code",
"width": "150px",
"trigger": "Client",
"fieldname": "item_code",
"fieldtype": "Link",
"search_index": 1,
"reqd": 1,
"hidden": 0,
"options": "Item",
"in_filter": 1
},
{
"print_hide": 1,
"doctype": "DocField",
"label": "Customer's Item Code",
"fieldname": "customer_item_code",
"fieldtype": "Data",
"hidden": 1,
"permlevel": 1
},
{
"print_hide": 1,
"search_index": 1,
"doctype": "DocField",
"label": "Item Name",
"oldfieldname": "item_name",
"width": "150px",
"fieldname": "item_name",
"fieldtype": "Data",
"oldfieldtype": "Data",
"reqd": 1,
"permlevel": 0,
"in_filter": 1
},
{
"print_hide": 0,
"oldfieldtype": "Small Text",
"doctype": "DocField",
"label": "Description",
"oldfieldname": "description",
"width": "300px",
"fieldname": "description",
"fieldtype": "Small Text",
"reqd": 1,
"permlevel": 0
},
{
"print_hide": 0,
"default": "0.00",
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Quantity",
"oldfieldname": "qty",
"width": "100px",
"trigger": "Client",
"fieldname": "qty",
"fieldtype": "Currency",
"search_index": 0,
"reqd": 1,
"permlevel": 0,
"in_filter": 0
},
{
"print_hide": 0,
"oldfieldtype": "Data",
"colour": "White:FFF",
"doctype": "DocField",
"label": "UOM",
"oldfieldname": "stock_uom",
"width": "100px",
"fieldname": "stock_uom",
"fieldtype": "Data",
"reqd": 0,
"permlevel": 1
},
{
"print_hide": 1,
"default": "0.00",
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Price List Rate",
"oldfieldname": "ref_rate",
"width": "100px",
"trigger": "Client",
"fieldname": "ref_rate",
"fieldtype": "Currency",
"reqd": 0,
"permlevel": 0
},
{
"print_hide": 1,
"default": "0.00",
"oldfieldtype": "Float",
"doctype": "DocField",
"label": "Discount (%)",
"oldfieldname": "adj_rate",
"width": "100px",
"trigger": "Client",
"fieldname": "adj_rate",
"fieldtype": "Float",
"permlevel": 0
},
{
"print_hide": 0,
"default": "0.00",
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Rate",
"oldfieldname": "export_rate",
"width": "100px",
"trigger": "Client",
"fieldname": "export_rate",
"fieldtype": "Currency",
"search_index": 0,
"reqd": 0,
"permlevel": 0,
"in_filter": 0
},
{
"print_hide": 0,
"default": "0.00",
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Amount",
"oldfieldname": "export_amount",
"width": "100px",
"fieldname": "export_amount",
"fieldtype": "Currency",
"search_index": 0,
"reqd": 0,
"permlevel": 1,
"in_filter": 0
},
{
"print_hide": 1,
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Price List Rate*",
"oldfieldname": "base_ref_rate",
"width": "100px",
"fieldname": "base_ref_rate",
"fieldtype": "Currency",
"permlevel": 1
},
{
"print_hide": 1,
"default": "0.00",
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Basic Rate*",
"oldfieldname": "basic_rate",
"width": "100px",
"trigger": "Client",
"fieldname": "basic_rate",
"fieldtype": "Currency",
"search_index": 0,
"reqd": 0,
"permlevel": 0,
"in_filter": 0
},
{
"print_hide": 1,
"default": "0.00",
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Amount*",
"oldfieldname": "amount",
"width": "100px",
"trigger": "Client",
"fieldname": "amount",
"fieldtype": "Currency",
"search_index": 0,
"reqd": 0,
"permlevel": 1,
"in_filter": 0
},
{
"print_hide": 1,
"oldfieldtype": "Link",
"doctype": "DocField",
"label": "Item Group",
"oldfieldname": "item_group",
"options": "Item Group",
"fieldname": "item_group",
"fieldtype": "Link",
"search_index": 1,
"hidden": 1,
"permlevel": 1,
"in_filter": 1
},
{
"print_hide": 1,
"permlevel": 1,
"oldfieldtype": "Link",
"doctype": "DocField",
"label": "Brand",
"oldfieldname": "brand",
"width": "150px",
"fieldname": "brand",
"fieldtype": "Link",
"search_index": 1,
"hidden": 1,
"options": "Brand",
"in_filter": 1
},
{
"print_hide": 1,
"oldfieldtype": "Small Text",
"doctype": "DocField",
"label": "Item Tax Rate",
"oldfieldname": "item_tax_rate",
"fieldname": "item_tax_rate",
"fieldtype": "Small Text",
"hidden": 1,
"permlevel": 1,
"report_hide": 1
},
{
"print_hide": 1,
"no_copy": 1,
"oldfieldtype": "Data",
"doctype": "DocField",
"label": "Against Docname",
"oldfieldname": "prevdoc_docname",
"width": "150px",
"fieldname": "prevdoc_docname",
"fieldtype": "Data",
"permlevel": 1,
"report_hide": 0
},
{
"print_hide": 1,
"no_copy": 1,
"oldfieldtype": "Data",
"doctype": "DocField",
"label": "Against Doctype",
"oldfieldname": "prevdoc_doctype",
"width": "150px",
"fieldname": "prevdoc_doctype",
"fieldtype": "Data",
"hidden": 1,
"permlevel": 1,
"report_hide": 0
},
{
"print_hide": 1,
"no_copy": 1,
"oldfieldtype": "Check",
"allow_on_submit": 1,
"doctype": "DocField",
"label": "Page Break",
"oldfieldname": "page_break",
"fieldname": "page_break",
"fieldtype": "Check",
"hidden": 0,
"permlevel": 0,
"report_hide": 1
}
]

View File

@@ -1,142 +1,115 @@
# DocType, Sales and Purchase Return Item
[
# These values are common in all dictionaries
{
'creation': '2012-03-27 14:36:14',
'docstatus': 0,
'modified': '2012-03-27 14:36:14',
'modified_by': u'Administrator',
'owner': u'wasim@webnotestech.com'
},
# These values are common for all DocType
{
'colour': u'White:FFF',
'doctype': 'DocType',
'istable': 1,
'module': u'Selling',
'name': '__common__',
'section_style': u'Simple',
'server_code_error': u' ',
'show_in_menu': 0,
'version': 8
},
# These values are common for all DocField
{
'doctype': u'DocField',
'name': '__common__',
'parent': u'Sales and Purchase Return Item',
'parentfield': u'fields',
'parenttype': u'DocType'
},
# DocType, Sales and Purchase Return Item
{
'doctype': 'DocType',
'name': u'Sales and Purchase Return Item'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'item_code',
'fieldtype': u'Link',
'label': u'Item Code',
'oldfieldname': u'item_code',
'oldfieldtype': u'Link',
'options': u'Item',
'permlevel': 1,
'reqd': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'description',
'fieldtype': u'Data',
'label': u'Description',
'oldfieldname': u'description',
'oldfieldtype': u'Data',
'permlevel': 1,
'width': u'300px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'uom',
'fieldtype': u'Link',
'label': u'UOM',
'oldfieldname': u'uom',
'oldfieldtype': u'Link',
'options': u'UOM',
'permlevel': 1,
'search_index': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'rate',
'fieldtype': u'Currency',
'label': u'Rate',
'oldfieldname': u'rate',
'oldfieldtype': u'Currency',
'permlevel': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'qty',
'fieldtype': u'Data',
'label': u'Qty',
'oldfieldname': u'qty',
'oldfieldtype': u'Data',
'permlevel': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'returned_qty',
'fieldtype': u'Data',
'label': u'Returned Qty',
'oldfieldname': u'returned_qty',
'oldfieldtype': u'Data',
'permlevel': 0,
'reqd': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'serial_no',
'fieldtype': u'Small Text',
'label': u'Serial No',
'permlevel': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'batch_no',
'fieldtype': u'Data',
'label': u'Batch No',
'permlevel': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'detail_name',
'fieldtype': u'Data',
'hidden': 1,
'label': u'Detail Name',
'oldfieldname': u'detail_name',
'oldfieldtype': u'Data',
'permlevel': 1
}
{
"owner": "wasim@webnotestech.com",
"docstatus": 0,
"creation": "2012-03-27 14:36:14",
"modified_by": "Administrator",
"modified": "2012-03-27 14:36:14"
},
{
"section_style": "Simple",
"istable": 1,
"name": "__common__",
"colour": "White:FFF",
"module": "Selling",
"show_in_menu": 0,
"version": 8,
"server_code_error": " ",
"doctype": "DocType"
},
{
"name": "__common__",
"parent": "Sales and Purchase Return Item",
"doctype": "DocField",
"parenttype": "DocType",
"parentfield": "fields"
},
{
"name": "Sales and Purchase Return Item",
"doctype": "DocType"
},
{
"oldfieldtype": "Link",
"doctype": "DocField",
"label": "Item Code",
"oldfieldname": "item_code",
"permlevel": 1,
"fieldname": "item_code",
"fieldtype": "Link",
"reqd": 1,
"options": "Item"
},
{
"oldfieldtype": "Data",
"doctype": "DocField",
"label": "Description",
"oldfieldname": "description",
"width": "300px",
"fieldname": "description",
"fieldtype": "Data",
"permlevel": 1
},
{
"search_index": 0,
"doctype": "DocField",
"label": "UOM",
"oldfieldname": "uom",
"permlevel": 1,
"fieldname": "uom",
"fieldtype": "Link",
"oldfieldtype": "Link",
"options": "UOM"
},
{
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Rate",
"oldfieldname": "rate",
"fieldname": "rate",
"fieldtype": "Currency",
"permlevel": 1
},
{
"oldfieldtype": "Data",
"doctype": "DocField",
"label": "Qty",
"oldfieldname": "qty",
"fieldname": "qty",
"fieldtype": "Data",
"permlevel": 1
},
{
"oldfieldtype": "Data",
"doctype": "DocField",
"label": "Returned Qty",
"oldfieldname": "returned_qty",
"fieldname": "returned_qty",
"fieldtype": "Data",
"reqd": 1,
"permlevel": 0
},
{
"doctype": "DocField",
"label": "Serial No",
"fieldname": "serial_no",
"fieldtype": "Small Text",
"permlevel": 0
},
{
"doctype": "DocField",
"label": "Batch No",
"fieldname": "batch_no",
"fieldtype": "Data",
"permlevel": 0
},
{
"oldfieldtype": "Data",
"doctype": "DocField",
"label": "Detail Name",
"oldfieldname": "detail_name",
"fieldname": "detail_name",
"fieldtype": "Data",
"hidden": 1,
"permlevel": 1
}
]

View File

@@ -1,31 +1,24 @@
# DocType, Sales Common
[
# These values are common in all dictionaries
{
'creation': '2012-03-27 14:36:14',
'docstatus': 0,
'modified': '2012-03-27 14:36:14',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'colour': u'White:FFF',
'doctype': 'DocType',
'issingle': 1,
'module': u'Selling',
'name': '__common__',
'section_style': u'Simple',
'server_code_error': u' ',
'show_in_menu': 0,
'version': 290
},
# DocType, Sales Common
{
'doctype': 'DocType',
'name': u'Sales Common'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-03-27 14:36:14",
"modified_by": "Administrator",
"modified": "2012-03-27 14:36:14"
},
{
"section_style": "Simple",
"name": "__common__",
"colour": "White:FFF",
"module": "Selling",
"show_in_menu": 0,
"version": 290,
"server_code_error": " ",
"doctype": "DocType",
"issingle": 1
},
{
"name": "Sales Common",
"doctype": "DocType"
}
]

View File

@@ -1,443 +1,382 @@
# DocType, Sales Order Item
[
# These values are common in all dictionaries
{
'creation': '2012-06-08 16:07:58',
'docstatus': 0,
'modified': '2012-07-09 11:05:16',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'autoname': u'SOD/.#####',
'colour': u'White:FFF',
'doctype': 'DocType',
'istable': 1,
'module': u'Selling',
'name': '__common__',
'section_style': u'Tray',
'server_code_error': u' ',
'show_in_menu': 0,
'version': 1
},
# These values are common for all DocField
{
'doctype': u'DocField',
'name': '__common__',
'parent': u'Sales Order Item',
'parentfield': u'fields',
'parenttype': u'DocType'
},
# DocType, Sales Order Item
{
'doctype': 'DocType',
'name': u'Sales Order Item'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'item_code',
'fieldtype': u'Link',
'in_filter': 1,
'label': u'Item Code',
'oldfieldname': u'item_code',
'oldfieldtype': u'Link',
'options': u'Item',
'permlevel': 0,
'reqd': 1,
'search_index': 1,
'trigger': u'Client',
'width': u'150px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'customer_item_code',
'fieldtype': u'Data',
'hidden': 1,
'label': u"Customer's Item Code",
'permlevel': 1,
'print_hide': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'item_name',
'fieldtype': u'Data',
'label': u'Item Name',
'oldfieldname': u'item_name',
'oldfieldtype': u'Data',
'permlevel': 0,
'print_hide': 1,
'reqd': 1,
'width': u'150'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'description',
'fieldtype': u'Small Text',
'in_filter': 1,
'label': u'Description',
'oldfieldname': u'description',
'oldfieldtype': u'Small Text',
'permlevel': 0,
'reqd': 1,
'search_index': 1,
'width': u'300px'
},
# DocField
{
'default': u'0.00',
'doctype': u'DocField',
'fieldname': u'qty',
'fieldtype': u'Currency',
'label': u'Quantity',
'oldfieldname': u'qty',
'oldfieldtype': u'Currency',
'permlevel': 0,
'reqd': 1,
'trigger': u'Client',
'width': u'100px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'stock_uom',
'fieldtype': u'Data',
'hidden': 0,
'label': u'UOM',
'oldfieldname': u'stock_uom',
'oldfieldtype': u'Data',
'permlevel': 1,
'reqd': 0,
'width': u'70px'
},
# DocField
{
'default': u'0.00',
'doctype': u'DocField',
'fieldname': u'ref_rate',
'fieldtype': u'Currency',
'label': u'Price List Rate',
'oldfieldname': u'ref_rate',
'oldfieldtype': u'Currency',
'permlevel': 0,
'print_hide': 1,
'reqd': 0,
'trigger': u'Client',
'width': u'70px'
},
# DocField
{
'default': u'0.00',
'doctype': u'DocField',
'fieldname': u'adj_rate',
'fieldtype': u'Float',
'label': u'Discount(%)',
'oldfieldname': u'adj_rate',
'oldfieldtype': u'Float',
'permlevel': 0,
'print_hide': 1,
'trigger': u'Client',
'width': u'70px'
},
# DocField
{
'default': u'0.00',
'doctype': u'DocField',
'fieldname': u'export_rate',
'fieldtype': u'Currency',
'label': u'Rate',
'oldfieldname': u'export_rate',
'oldfieldtype': u'Currency',
'permlevel': 0,
'reqd': 0,
'trigger': u'Client',
'width': u'100px'
},
# DocField
{
'default': u'0.00',
'doctype': u'DocField',
'fieldname': u'export_amount',
'fieldtype': u'Currency',
'label': u'Amount',
'no_copy': 0,
'oldfieldname': u'export_amount',
'oldfieldtype': u'Currency',
'permlevel': 1,
'reqd': 0,
'width': u'100px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'base_ref_rate',
'fieldtype': u'Currency',
'label': u'Price List Rate*',
'oldfieldname': u'base_ref_rate',
'oldfieldtype': u'Currency',
'permlevel': 1,
'print_hide': 1,
'width': u'100px'
},
# DocField
{
'default': u'0.00',
'doctype': u'DocField',
'fieldname': u'basic_rate',
'fieldtype': u'Currency',
'label': u'Basic Rate*',
'oldfieldname': u'basic_rate',
'oldfieldtype': u'Currency',
'permlevel': 0,
'print_hide': 1,
'reqd': 0,
'trigger': u'Client',
'width': u'100px'
},
# DocField
{
'default': u'0.00',
'doctype': u'DocField',
'fieldname': u'amount',
'fieldtype': u'Currency',
'label': u'Amount*',
'no_copy': 0,
'oldfieldname': u'amount',
'oldfieldtype': u'Currency',
'permlevel': 1,
'print_hide': 1,
'reqd': 0,
'width': u'100px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'reserved_warehouse',
'fieldtype': u'Link',
'label': u'Reserved Warehouse',
'no_copy': 1,
'oldfieldname': u'reserved_warehouse',
'oldfieldtype': u'Link',
'options': u'Warehouse',
'permlevel': 0,
'print_hide': 1,
'reqd': 0,
'trigger': u'Client',
'width': u'150px'
},
# DocField
{
'colour': u'White:FFF',
'default': u'0.00',
'doctype': u'DocField',
'fieldname': u'projected_qty',
'fieldtype': u'Currency',
'hidden': 1,
'label': u'Projected Qty',
'no_copy': 1,
'oldfieldname': u'projected_qty',
'oldfieldtype': u'Currency',
'permlevel': 1,
'print_hide': 1,
'width': u'70px'
},
# DocField
{
'colour': u'White:FFF',
'default': u'0.00',
'doctype': u'DocField',
'fieldname': u'actual_qty',
'fieldtype': u'Currency',
'label': u'Actual Qty',
'no_copy': 1,
'permlevel': 1,
'print_hide': 1,
'width': u'70px'
},
# DocField
{
'colour': u'White:FFF',
'default': u'0.00',
'doctype': u'DocField',
'fieldname': u'delivered_qty',
'fieldtype': u'Currency',
'hidden': 0,
'in_filter': 0,
'label': u'Delivered Qty',
'no_copy': 1,
'oldfieldname': u'delivered_qty',
'oldfieldtype': u'Currency',
'permlevel': 1,
'print_hide': 1,
'search_index': 0,
'width': u'100px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'billed_amt',
'fieldtype': u'Currency',
'label': u'Billed Amt',
'no_copy': 1,
'permlevel': 1,
'print_hide': 1
},
# DocField
{
'colour': u'White:FFF',
'description': u'For Production',
'doctype': u'DocField',
'fieldname': u'planned_qty',
'fieldtype': u'Currency',
'hidden': 1,
'label': u'Planned Quantity',
'no_copy': 1,
'oldfieldname': u'planned_qty',
'oldfieldtype': u'Currency',
'permlevel': 1,
'print_hide': 1,
'report_hide': 1,
'width': u'50px'
},
# DocField
{
'colour': u'White:FFF',
'description': u'For Production',
'doctype': u'DocField',
'fieldname': u'produced_qty',
'fieldtype': u'Currency',
'hidden': 1,
'label': u'Produced Quantity',
'oldfieldname': u'produced_qty',
'oldfieldtype': u'Currency',
'permlevel': 1,
'print_hide': 1,
'report_hide': 1,
'width': u'50px'
},
# DocField
{
'colour': u'White:FFF',
'doctype': u'DocField',
'fieldname': u'brand',
'fieldtype': u'Link',
'hidden': 1,
'in_filter': 1,
'label': u'Brand Name',
'oldfieldname': u'brand',
'oldfieldtype': u'Link',
'options': u'Brand',
'permlevel': 1,
'print_hide': 1,
'search_index': 1
},
# DocField
{
'colour': u'White:FFF',
'doctype': u'DocField',
'fieldname': u'item_group',
'fieldtype': u'Link',
'hidden': 1,
'in_filter': 1,
'label': u'Item Group',
'oldfieldname': u'item_group',
'oldfieldtype': u'Link',
'options': u'Item Group',
'permlevel': 1,
'print_hide': 1,
'search_index': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'prevdoc_docname',
'fieldtype': u'Link',
'hidden': 0,
'in_filter': 1,
'label': u'Quotation No.',
'oldfieldname': u'prevdoc_docname',
'oldfieldtype': u'Link',
'options': u'Quotation',
'permlevel': 1,
'print_hide': 1,
'search_index': 1
},
# DocField
{
'allow_on_submit': 1,
'doctype': u'DocField',
'fieldname': u'page_break',
'fieldtype': u'Check',
'label': u'Page Break',
'oldfieldname': u'page_break',
'oldfieldtype': u'Check',
'permlevel': 0,
'print_hide': 1,
'report_hide': 1
},
# DocField
{
'colour': u'White:FFF',
'doctype': u'DocField',
'fieldname': u'item_tax_rate',
'fieldtype': u'Small Text',
'hidden': 1,
'label': u'Item Tax Rate',
'oldfieldname': u'item_tax_rate',
'oldfieldtype': u'Small Text',
'permlevel': 1,
'print_hide': 1,
'report_hide': 1
},
# DocField
{
'colour': u'White:FFF',
'description': u'The date at which current entry is made in system.',
'doctype': u'DocField',
'fieldname': u'transaction_date',
'fieldtype': u'Date',
'hidden': 1,
'in_filter': 0,
'label': u'Sales Order Date',
'oldfieldname': u'transaction_date',
'oldfieldtype': u'Date',
'permlevel': 1,
'print_hide': 1,
'report_hide': 1,
'search_index': 0
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-06-08 16:07:58",
"modified_by": "Administrator",
"modified": "2012-07-09 11:05:16"
},
{
"section_style": "Tray",
"istable": 1,
"module": "Selling",
"server_code_error": " ",
"doctype": "DocType",
"autoname": "SOD/.#####",
"name": "__common__",
"colour": "White:FFF",
"show_in_menu": 0,
"version": 1
},
{
"name": "__common__",
"parent": "Sales Order Item",
"doctype": "DocField",
"parenttype": "DocType",
"parentfield": "fields"
},
{
"name": "Sales Order Item",
"doctype": "DocType"
},
{
"permlevel": 0,
"oldfieldtype": "Link",
"doctype": "DocField",
"label": "Item Code",
"oldfieldname": "item_code",
"width": "150px",
"trigger": "Client",
"fieldname": "item_code",
"fieldtype": "Link",
"search_index": 1,
"reqd": 1,
"options": "Item",
"in_filter": 1
},
{
"print_hide": 1,
"doctype": "DocField",
"label": "Customer's Item Code",
"fieldname": "customer_item_code",
"fieldtype": "Data",
"hidden": 1,
"permlevel": 1
},
{
"print_hide": 1,
"oldfieldtype": "Data",
"doctype": "DocField",
"label": "Item Name",
"oldfieldname": "item_name",
"width": "150",
"fieldname": "item_name",
"fieldtype": "Data",
"reqd": 1,
"permlevel": 0
},
{
"oldfieldtype": "Small Text",
"doctype": "DocField",
"label": "Description",
"oldfieldname": "description",
"width": "300px",
"fieldname": "description",
"fieldtype": "Small Text",
"search_index": 1,
"reqd": 1,
"permlevel": 0,
"in_filter": 1
},
{
"default": "0.00",
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Quantity",
"oldfieldname": "qty",
"width": "100px",
"trigger": "Client",
"fieldname": "qty",
"fieldtype": "Currency",
"reqd": 1,
"permlevel": 0
},
{
"oldfieldtype": "Data",
"doctype": "DocField",
"label": "UOM",
"oldfieldname": "stock_uom",
"width": "70px",
"fieldname": "stock_uom",
"fieldtype": "Data",
"reqd": 0,
"hidden": 0,
"permlevel": 1
},
{
"print_hide": 1,
"default": "0.00",
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Price List Rate",
"oldfieldname": "ref_rate",
"width": "70px",
"trigger": "Client",
"fieldname": "ref_rate",
"fieldtype": "Currency",
"reqd": 0,
"permlevel": 0
},
{
"print_hide": 1,
"default": "0.00",
"oldfieldtype": "Float",
"doctype": "DocField",
"label": "Discount(%)",
"oldfieldname": "adj_rate",
"width": "70px",
"trigger": "Client",
"fieldname": "adj_rate",
"fieldtype": "Float",
"permlevel": 0
},
{
"default": "0.00",
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Rate",
"oldfieldname": "export_rate",
"width": "100px",
"trigger": "Client",
"fieldname": "export_rate",
"fieldtype": "Currency",
"reqd": 0,
"permlevel": 0
},
{
"default": "0.00",
"oldfieldtype": "Currency",
"doctype": "DocField",
"no_copy": 0,
"label": "Amount",
"oldfieldname": "export_amount",
"width": "100px",
"fieldname": "export_amount",
"fieldtype": "Currency",
"reqd": 0,
"permlevel": 1
},
{
"print_hide": 1,
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Price List Rate*",
"oldfieldname": "base_ref_rate",
"width": "100px",
"fieldname": "base_ref_rate",
"fieldtype": "Currency",
"permlevel": 1
},
{
"print_hide": 1,
"default": "0.00",
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Basic Rate*",
"oldfieldname": "basic_rate",
"width": "100px",
"trigger": "Client",
"fieldname": "basic_rate",
"fieldtype": "Currency",
"reqd": 0,
"permlevel": 0
},
{
"print_hide": 1,
"default": "0.00",
"oldfieldtype": "Currency",
"doctype": "DocField",
"no_copy": 0,
"label": "Amount*",
"oldfieldname": "amount",
"width": "100px",
"fieldname": "amount",
"fieldtype": "Currency",
"reqd": 0,
"permlevel": 1
},
{
"print_hide": 1,
"permlevel": 0,
"no_copy": 1,
"oldfieldtype": "Link",
"doctype": "DocField",
"label": "Reserved Warehouse",
"oldfieldname": "reserved_warehouse",
"width": "150px",
"trigger": "Client",
"fieldname": "reserved_warehouse",
"fieldtype": "Link",
"reqd": 0,
"options": "Warehouse"
},
{
"print_hide": 1,
"width": "70px",
"default": "0.00",
"oldfieldtype": "Currency",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Projected Qty",
"oldfieldname": "projected_qty",
"no_copy": 1,
"fieldname": "projected_qty",
"fieldtype": "Currency",
"hidden": 1,
"permlevel": 1
},
{
"print_hide": 1,
"width": "70px",
"default": "0.00",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Actual Qty",
"no_copy": 1,
"fieldname": "actual_qty",
"fieldtype": "Currency",
"permlevel": 1
},
{
"print_hide": 1,
"width": "100px",
"default": "0.00",
"oldfieldtype": "Currency",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Delivered Qty",
"oldfieldname": "delivered_qty",
"no_copy": 1,
"fieldname": "delivered_qty",
"fieldtype": "Currency",
"search_index": 0,
"hidden": 0,
"permlevel": 1,
"in_filter": 0
},
{
"print_hide": 1,
"no_copy": 1,
"doctype": "DocField",
"label": "Billed Amt",
"fieldname": "billed_amt",
"fieldtype": "Currency",
"permlevel": 1
},
{
"print_hide": 1,
"description": "For Production",
"no_copy": 1,
"oldfieldtype": "Currency",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Planned Quantity",
"oldfieldname": "planned_qty",
"width": "50px",
"fieldname": "planned_qty",
"fieldtype": "Currency",
"hidden": 1,
"permlevel": 1,
"report_hide": 1
},
{
"print_hide": 1,
"description": "For Production",
"oldfieldtype": "Currency",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Produced Quantity",
"oldfieldname": "produced_qty",
"width": "50px",
"fieldname": "produced_qty",
"fieldtype": "Currency",
"hidden": 1,
"permlevel": 1,
"report_hide": 1
},
{
"print_hide": 1,
"oldfieldtype": "Link",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Brand Name",
"oldfieldname": "brand",
"permlevel": 1,
"fieldname": "brand",
"fieldtype": "Link",
"search_index": 1,
"hidden": 1,
"options": "Brand",
"in_filter": 1
},
{
"print_hide": 1,
"oldfieldtype": "Link",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Item Group",
"oldfieldname": "item_group",
"permlevel": 1,
"fieldname": "item_group",
"fieldtype": "Link",
"search_index": 1,
"hidden": 1,
"options": "Item Group",
"in_filter": 1
},
{
"print_hide": 1,
"oldfieldtype": "Link",
"doctype": "DocField",
"label": "Quotation No.",
"oldfieldname": "prevdoc_docname",
"options": "Quotation",
"fieldname": "prevdoc_docname",
"fieldtype": "Link",
"search_index": 1,
"hidden": 0,
"permlevel": 1,
"in_filter": 1
},
{
"print_hide": 1,
"oldfieldtype": "Check",
"allow_on_submit": 1,
"doctype": "DocField",
"label": "Page Break",
"oldfieldname": "page_break",
"fieldname": "page_break",
"fieldtype": "Check",
"permlevel": 0,
"report_hide": 1
},
{
"print_hide": 1,
"oldfieldtype": "Small Text",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Item Tax Rate",
"oldfieldname": "item_tax_rate",
"fieldname": "item_tax_rate",
"fieldtype": "Small Text",
"hidden": 1,
"permlevel": 1,
"report_hide": 1
},
{
"print_hide": 1,
"description": "The date at which current entry is made in system.",
"oldfieldtype": "Date",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Sales Order Date",
"oldfieldname": "transaction_date",
"fieldname": "transaction_date",
"fieldtype": "Date",
"search_index": 0,
"hidden": 1,
"permlevel": 1,
"report_hide": 1,
"in_filter": 0
}
]

View File

@@ -1,128 +1,105 @@
# DocType, Sales Team
[
# These values are common in all dictionaries
{
'creation': '2012-03-27 14:36:17',
'docstatus': 0,
'modified': '2012-03-27 14:36:17',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'colour': u'White:FFF',
'doctype': 'DocType',
'istable': 1,
'module': u'Selling',
'name': '__common__',
'section_style': u'Tray',
'server_code_error': u' ',
'show_in_menu': 0,
'version': 5
},
# These values are common for all DocField
{
'doctype': u'DocField',
'name': '__common__',
'parent': u'Sales Team',
'parentfield': u'fields',
'parenttype': u'DocType',
'permlevel': 0
},
# DocType, Sales Team
{
'doctype': 'DocType',
'name': u'Sales Team'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'sales_person',
'fieldtype': u'Link',
'in_filter': 1,
'label': u'Sales Person',
'oldfieldname': u'sales_person',
'oldfieldtype': u'Link',
'options': u'Sales Person',
'reqd': 1,
'search_index': 1,
'width': u'200px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'sales_designation',
'fieldtype': u'Data',
'label': u'Designation',
'oldfieldname': u'sales_designation',
'oldfieldtype': u'Data',
'width': u'100px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'contact_no',
'fieldtype': u'Data',
'hidden': 1,
'label': u'Contact No.',
'oldfieldname': u'contact_no',
'oldfieldtype': u'Data',
'width': u'100px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'allocated_percentage',
'fieldtype': u'Currency',
'label': u'Allocated (%)',
'oldfieldname': u'allocated_percentage',
'oldfieldtype': u'Currency',
'reqd': 0,
'trigger': u'Client',
'width': u'100px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'allocated_amount',
'fieldtype': u'Currency',
'label': u'Allocated Amount',
'oldfieldname': u'allocated_amount',
'oldfieldtype': u'Currency',
'reqd': 0,
'width': u'120px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'parenttype',
'fieldtype': u'Data',
'hidden': 1,
'in_filter': 1,
'label': u'Parenttype',
'oldfieldname': u'parenttype',
'oldfieldtype': u'Data',
'print_hide': 1,
'search_index': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'incentives',
'fieldtype': u'Currency',
'label': u'Incentives',
'oldfieldname': u'incentives',
'oldfieldtype': u'Currency'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-03-27 14:36:17",
"modified_by": "Administrator",
"modified": "2012-03-27 14:36:17"
},
{
"section_style": "Tray",
"istable": 1,
"name": "__common__",
"colour": "White:FFF",
"module": "Selling",
"show_in_menu": 0,
"version": 5,
"server_code_error": " ",
"doctype": "DocType"
},
{
"name": "__common__",
"parent": "Sales Team",
"doctype": "DocField",
"parenttype": "DocType",
"permlevel": 0,
"parentfield": "fields"
},
{
"name": "Sales Team",
"doctype": "DocType"
},
{
"oldfieldtype": "Link",
"doctype": "DocField",
"label": "Sales Person",
"oldfieldname": "sales_person",
"width": "200px",
"fieldname": "sales_person",
"fieldtype": "Link",
"search_index": 1,
"reqd": 1,
"options": "Sales Person",
"in_filter": 1
},
{
"oldfieldtype": "Data",
"doctype": "DocField",
"label": "Designation",
"oldfieldname": "sales_designation",
"width": "100px",
"fieldname": "sales_designation",
"fieldtype": "Data"
},
{
"oldfieldtype": "Data",
"doctype": "DocField",
"label": "Contact No.",
"oldfieldname": "contact_no",
"width": "100px",
"fieldname": "contact_no",
"fieldtype": "Data",
"hidden": 1
},
{
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Allocated (%)",
"oldfieldname": "allocated_percentage",
"width": "100px",
"trigger": "Client",
"fieldname": "allocated_percentage",
"fieldtype": "Currency",
"reqd": 0
},
{
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Allocated Amount",
"oldfieldname": "allocated_amount",
"width": "120px",
"fieldname": "allocated_amount",
"fieldtype": "Currency",
"reqd": 0
},
{
"print_hide": 1,
"search_index": 1,
"doctype": "DocField",
"label": "Parenttype",
"oldfieldname": "parenttype",
"fieldname": "parenttype",
"fieldtype": "Data",
"oldfieldtype": "Data",
"hidden": 1,
"in_filter": 1
},
{
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Incentives",
"oldfieldname": "incentives",
"fieldname": "incentives",
"fieldtype": "Currency"
}
]

View File

@@ -1,181 +1,142 @@
# DocType, Shipping Address
[
# These values are common in all dictionaries
{
'creation': '2012-03-27 14:36:17',
'docstatus': 0,
'modified': '2012-03-27 14:36:17',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'allow_trash': 1,
'autoname': u'SA.#####',
'colour': u'White:FFF',
'doctype': 'DocType',
'document_type': u'Master',
'module': u'Selling',
'name': '__common__',
'search_fields': u'customer, ship_to, shipping_address',
'section_style': u'Simple',
'show_in_menu': 0,
'version': 8
},
# These values are common for all DocField
{
'doctype': u'DocField',
'name': '__common__',
'parent': u'Shipping Address',
'parentfield': u'fields',
'parenttype': u'DocType'
},
# These values are common for all DocPerm
{
'doctype': u'DocPerm',
'name': '__common__',
'parent': u'Shipping Address',
'parentfield': u'permissions',
'parenttype': u'DocType',
'read': 1
},
# DocType, Shipping Address
{
'doctype': 'DocType',
'name': u'Shipping Address'
},
# DocPerm
{
'cancel': 1,
'create': 1,
'doctype': u'DocPerm',
'permlevel': 0,
'role': u'Sales Master Manager',
'write': 1
},
# DocPerm
{
'doctype': u'DocPerm',
'permlevel': 1,
'role': u'Sales Master Manager'
},
# DocPerm
{
'cancel': 1,
'create': 1,
'doctype': u'DocPerm',
'permlevel': 0,
'role': u'Sales Manager',
'write': 1
},
# DocPerm
{
'doctype': u'DocPerm',
'permlevel': 1,
'role': u'Sales Manager'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'column_break0',
'fieldtype': u'Column Break',
'permlevel': 0,
'width': u'50%'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'customer',
'fieldtype': u'Link',
'label': u'Customer',
'options': u'Customer',
'permlevel': 0,
'reqd': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'customer_name',
'fieldtype': u'Data',
'label': u'Customer Name',
'permlevel': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'customer_address',
'fieldtype': u'Text',
'label': u'Customer Address',
'permlevel': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'ship_to',
'fieldtype': u'Data',
'label': u'Ship To',
'permlevel': 0,
'reqd': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'shipping_address',
'fieldtype': u'Text',
'label': u'Shipping Address',
'permlevel': 0,
'reqd': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'column_break1',
'fieldtype': u'Column Break',
'permlevel': 0,
'width': u'50%'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'is_primary_address',
'fieldtype': u'Select',
'label': u'Is Primary Address',
'options': u'Yes\nNo',
'permlevel': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'shipping_details',
'fieldtype': u'Text Editor',
'label': u'Shipping Details',
'permlevel': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'trash_reason',
'fieldtype': u'Small Text',
'label': u'Trash Reason',
'permlevel': 1
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-03-27 14:36:17",
"modified_by": "Administrator",
"modified": "2012-03-27 14:36:17"
},
{
"section_style": "Simple",
"search_fields": "customer, ship_to, shipping_address",
"module": "Selling",
"doctype": "DocType",
"allow_trash": 1,
"autoname": "SA.#####",
"document_type": "Master",
"name": "__common__",
"colour": "White:FFF",
"show_in_menu": 0,
"version": 8
},
{
"name": "__common__",
"parent": "Shipping Address",
"doctype": "DocField",
"parenttype": "DocType",
"parentfield": "fields"
},
{
"name": "__common__",
"parent": "Shipping Address",
"read": 1,
"doctype": "DocPerm",
"parenttype": "DocType",
"parentfield": "permissions"
},
{
"name": "Shipping Address",
"doctype": "DocType"
},
{
"create": 1,
"doctype": "DocPerm",
"write": 1,
"role": "Sales Master Manager",
"cancel": 1,
"permlevel": 0
},
{
"role": "Sales Master Manager",
"permlevel": 1,
"doctype": "DocPerm"
},
{
"create": 1,
"doctype": "DocPerm",
"write": 1,
"role": "Sales Manager",
"cancel": 1,
"permlevel": 0
},
{
"role": "Sales Manager",
"permlevel": 1,
"doctype": "DocPerm"
},
{
"doctype": "DocField",
"width": "50%",
"fieldname": "column_break0",
"fieldtype": "Column Break",
"permlevel": 0
},
{
"doctype": "DocField",
"label": "Customer",
"options": "Customer",
"fieldname": "customer",
"fieldtype": "Link",
"reqd": 1,
"permlevel": 0
},
{
"doctype": "DocField",
"label": "Customer Name",
"fieldname": "customer_name",
"fieldtype": "Data",
"permlevel": 1
},
{
"doctype": "DocField",
"label": "Customer Address",
"fieldname": "customer_address",
"fieldtype": "Text",
"permlevel": 1
},
{
"doctype": "DocField",
"label": "Ship To",
"fieldname": "ship_to",
"fieldtype": "Data",
"reqd": 1,
"permlevel": 0
},
{
"doctype": "DocField",
"label": "Shipping Address",
"fieldname": "shipping_address",
"fieldtype": "Text",
"reqd": 1,
"permlevel": 0
},
{
"doctype": "DocField",
"width": "50%",
"fieldname": "column_break1",
"fieldtype": "Column Break",
"permlevel": 0
},
{
"doctype": "DocField",
"options": "Yes\nNo",
"fieldname": "is_primary_address",
"fieldtype": "Select",
"label": "Is Primary Address",
"permlevel": 0
},
{
"doctype": "DocField",
"label": "Shipping Details",
"fieldname": "shipping_details",
"fieldtype": "Text Editor",
"permlevel": 0
},
{
"doctype": "DocField",
"label": "Trash Reason",
"fieldname": "trash_reason",
"fieldtype": "Small Text",
"permlevel": 1
}
]

View File

@@ -1,184 +1,147 @@
# DocType, SMS Center
[
# These values are common in all dictionaries
{
'creation': '2012-03-27 14:36:17',
'docstatus': 0,
'modified': '2012-03-27 14:36:17',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'_last_update': u'1322549700',
'allow_attach': 0,
'allow_copy': 1,
'allow_email': 1,
'allow_print': 1,
'colour': u'White:FFF',
'doctype': 'DocType',
'hide_heading': 0,
'hide_toolbar': 0,
'in_create': 0,
'issingle': 1,
'menu_index': 4,
'module': u'Selling',
'name': '__common__',
'read_only': 1,
'section_style': u'Simple',
'server_code_error': u' ',
'show_in_menu': 1,
'version': 41
},
# These values are common for all DocField
{
'doctype': u'DocField',
'name': '__common__',
'parent': u'SMS Center',
'parentfield': u'fields',
'parenttype': u'DocType',
'permlevel': 0
},
# These values are common for all DocPerm
{
'doctype': u'DocPerm',
'name': '__common__',
'parent': u'SMS Center',
'parentfield': u'permissions',
'parenttype': u'DocType',
'read': 1,
'role': u'System Manager'
},
# DocType, SMS Center
{
'doctype': 'DocType',
'name': u'SMS Center'
},
# DocPerm
{
'create': 1,
'doctype': u'DocPerm',
'permlevel': 0,
'write': 1
},
# DocPerm
{
'create': 0,
'doctype': u'DocPerm',
'permlevel': 1,
'write': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'column_break1',
'fieldtype': u'Column Break',
'width': u'50%'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'send_to',
'fieldtype': u'Select',
'label': u'Send To',
'options': u'\nAll Contact\nAll Customer Contact\nAll Supplier Contact\nAll Sales Partner Contact\nAll Lead (Open)\nAll Employee (Active)\nAll Sales Person',
'trigger': u'Client'
},
# DocField
{
'colour': u'White:FFF',
'depends_on': u"eval:doc.send_to=='All Customer Contact'",
'doctype': u'DocField',
'fieldname': u'customer',
'fieldtype': u'Link',
'label': u'Customer',
'options': u'Customer'
},
# DocField
{
'colour': u'White:FFF',
'depends_on': u"eval:doc.send_to=='All Supplier Contact'",
'doctype': u'DocField',
'fieldname': u'supplier',
'fieldtype': u'Link',
'label': u'Supplier',
'options': u'Supplier'
},
# DocField
{
'colour': u'White:FFF',
'depends_on': u"eval:doc.send_to=='All Employee (Active)'",
'doctype': u'DocField',
'fieldname': u'department',
'fieldtype': u'Select',
'label': u'Department',
'options': u'link:Department'
},
# DocField
{
'colour': u'White:FFF',
'depends_on': u"eval:doc.send_to=='All Employee (Active)'",
'doctype': u'DocField',
'fieldname': u'branch',
'fieldtype': u'Select',
'label': u'Branch',
'options': u'link:Branch'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'create_receiver_list',
'fieldtype': u'Button',
'label': u'Create Receiver List',
'options': u'create_receiver_list'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'receiver_list',
'fieldtype': u'Code',
'label': u'Receiver List'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'column_break9',
'fieldtype': u'Column Break',
'width': u'50%'
},
# DocField
{
'description': u'Message greater than 160 character will be splitted into multiple mesage',
'doctype': u'DocField',
'fieldname': u'message',
'fieldtype': u'Text',
'label': u'Message',
'reqd': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'send_sms',
'fieldtype': u'Button',
'label': u'Send SMS',
'options': u'send_sms'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-03-27 14:36:17",
"modified_by": "Administrator",
"modified": "2012-03-27 14:36:17"
},
{
"section_style": "Simple",
"allow_attach": 0,
"allow_print": 1,
"module": "Selling",
"doctype": "DocType",
"server_code_error": " ",
"in_create": 0,
"read_only": 1,
"allow_email": 1,
"hide_heading": 0,
"issingle": 1,
"name": "__common__",
"colour": "White:FFF",
"_last_update": "1322549700",
"show_in_menu": 1,
"version": 41,
"menu_index": 4,
"hide_toolbar": 0,
"allow_copy": 1
},
{
"name": "__common__",
"parent": "SMS Center",
"doctype": "DocField",
"parenttype": "DocType",
"permlevel": 0,
"parentfield": "fields"
},
{
"name": "__common__",
"parent": "SMS Center",
"read": 1,
"doctype": "DocPerm",
"parenttype": "DocType",
"role": "System Manager",
"parentfield": "permissions"
},
{
"name": "SMS Center",
"doctype": "DocType"
},
{
"write": 1,
"create": 1,
"permlevel": 0,
"doctype": "DocPerm"
},
{
"write": 0,
"create": 0,
"permlevel": 1,
"doctype": "DocPerm"
},
{
"width": "50%",
"fieldname": "column_break1",
"fieldtype": "Column Break",
"doctype": "DocField"
},
{
"doctype": "DocField",
"label": "Send To",
"trigger": "Client",
"fieldname": "send_to",
"fieldtype": "Select",
"options": "\nAll Contact\nAll Customer Contact\nAll Supplier Contact\nAll Sales Partner Contact\nAll Lead (Open)\nAll Employee (Active)\nAll Sales Person"
},
{
"depends_on": "eval:doc.send_to=='All Customer Contact'",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Customer",
"fieldname": "customer",
"fieldtype": "Link",
"options": "Customer"
},
{
"depends_on": "eval:doc.send_to=='All Supplier Contact'",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Supplier",
"fieldname": "supplier",
"fieldtype": "Link",
"options": "Supplier"
},
{
"depends_on": "eval:doc.send_to=='All Employee (Active)'",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Department",
"fieldname": "department",
"fieldtype": "Select",
"options": "link:Department"
},
{
"depends_on": "eval:doc.send_to=='All Employee (Active)'",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Branch",
"fieldname": "branch",
"fieldtype": "Select",
"options": "link:Branch"
},
{
"doctype": "DocField",
"label": "Create Receiver List",
"fieldname": "create_receiver_list",
"fieldtype": "Button",
"options": "create_receiver_list"
},
{
"doctype": "DocField",
"fieldname": "receiver_list",
"fieldtype": "Code",
"label": "Receiver List"
},
{
"width": "50%",
"fieldname": "column_break9",
"fieldtype": "Column Break",
"doctype": "DocField"
},
{
"description": "Message greater than 160 character will be splitted into multiple mesage",
"doctype": "DocField",
"label": "Message",
"fieldname": "message",
"fieldtype": "Text",
"reqd": 1
},
{
"doctype": "DocField",
"label": "Send SMS",
"fieldname": "send_sms",
"fieldtype": "Button",
"options": "send_sms"
}
]

View File

@@ -1,55 +1,40 @@
# Page, sales-analytics
[
# These values are common in all dictionaries
{
u'creation': '2012-09-21 20:15:12',
u'docstatus': 0,
u'modified': '2012-10-04 17:17:39',
u'modified_by': u'Administrator',
u'owner': u'Administrator'
},
# These values are common for all Page
{
u'doctype': u'Page',
'module': u'Selling',
u'name': u'__common__',
'page_name': u'sales-analytics',
'standard': u'Yes',
'title': u'Sales Analytics'
},
# These values are common for all Page Role
{
u'doctype': u'Page Role',
u'name': u'__common__',
'parent': u'sales-analytics',
'parentfield': u'roles',
'parenttype': u'Page'
},
# Page, sales-analytics
{
u'doctype': u'Page',
u'name': u'sales-analytics'
},
# Page Role
{
u'doctype': u'Page Role',
'role': u'Analytics'
},
# Page Role
{
u'doctype': u'Page Role',
'role': u'Sales Manager'
},
# Page Role
{
u'doctype': u'Page Role',
'role': u'Maintenance Manager'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-09-21 20:15:12",
"modified_by": "Administrator",
"modified": "2012-10-04 17:17:39"
},
{
"name": "__common__",
"title": "Sales Analytics",
"module": "Selling",
"doctype": "Page",
"page_name": "sales-analytics",
"standard": "Yes"
},
{
"name": "__common__",
"parent": "sales-analytics",
"doctype": "Page Role",
"parenttype": "Page",
"parentfield": "roles"
},
{
"name": "sales-analytics",
"doctype": "Page"
},
{
"role": "Analytics",
"doctype": "Page Role"
},
{
"role": "Sales Manager",
"doctype": "Page Role"
},
{
"role": "Maintenance Manager",
"doctype": "Page Role"
}
]

View File

@@ -154,7 +154,6 @@ erpnext.SalesChart = Class.extend({
rename: function() {
var node = this.selected_node();
wn.model.rename_doc(this.ctype, node.data('label'), function(new_name) {
console.log(new_name)
node.data('label', new_name).find(".tree-label").html(new_name);
});
},

View File

@@ -1,79 +1,56 @@
# Page, Sales Browser
[
# These values are common in all dictionaries
{
u'creation': '2012-06-14 15:07:26',
u'docstatus': 0,
u'modified': '2012-10-04 17:34:55',
u'modified_by': u'Administrator',
u'owner': u'Administrator'
},
# These values are common for all Page
{
u'doctype': u'Page',
'module': u'Selling',
u'name': u'__common__',
'page_name': u'Sales Browser',
'show_in_menu': 0,
'standard': u'Yes'
},
# These values are common for all Page Role
{
u'doctype': u'Page Role',
u'name': u'__common__',
'parent': u'Sales Browser',
'parentfield': u'roles',
'parenttype': u'Page'
},
# Page, Sales Browser
{
u'doctype': u'Page',
u'name': u'Sales Browser'
},
# Page Role
{
u'doctype': u'Page Role',
'role': u'Sales Master Manager'
},
# Page Role
{
u'doctype': u'Page Role',
'role': u'Material Master Manager'
},
# Page Role
{
u'doctype': u'Page Role',
'role': u'Accounts Manager'
},
# Page Role
{
u'doctype': u'Page Role',
'role': u'Sales Master Manager'
},
# Page Role
{
u'doctype': u'Page Role',
'role': u'Purchase Manager'
},
# Page Role
{
u'doctype': u'Page Role',
'role': u'Purchase Master Manager'
},
# Page Role
{
u'doctype': u'Page Role',
'role': u'Material Manager'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-06-14 15:07:26",
"modified_by": "Administrator",
"modified": "2012-10-04 17:34:55"
},
{
"name": "__common__",
"module": "Selling",
"show_in_menu": 0,
"page_name": "Sales Browser",
"doctype": "Page",
"standard": "Yes"
},
{
"name": "__common__",
"parent": "Sales Browser",
"doctype": "Page Role",
"parenttype": "Page",
"parentfield": "roles"
},
{
"name": "Sales Browser",
"doctype": "Page"
},
{
"role": "Sales Master Manager",
"doctype": "Page Role"
},
{
"role": "Material Master Manager",
"doctype": "Page Role"
},
{
"role": "Accounts Manager",
"doctype": "Page Role"
},
{
"role": "Sales Master Manager",
"doctype": "Page Role"
},
{
"role": "Purchase Manager",
"doctype": "Page Role"
},
{
"role": "Purchase Master Manager",
"doctype": "Page Role"
},
{
"role": "Material Manager",
"doctype": "Page Role"
}
]

View File

@@ -1,43 +1,32 @@
# Page, selling-home
[
# These values are common in all dictionaries
{
'creation': '2012-02-20 15:46:39',
'docstatus': 0,
'modified': '2012-02-20 15:46:57',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all Page
{
'doctype': 'Page',
'module': u'Selling',
'name': '__common__',
'page_name': u'selling-home',
'standard': u'Yes',
'title': u'Selling Home'
},
# These values are common for all Page Role
{
'doctype': u'Page Role',
'name': '__common__',
'parent': u'selling-home',
'parentfield': u'roles',
'parenttype': u'Page',
'role': u'All'
},
# Page, selling-home
{
'doctype': 'Page',
'name': u'selling-home'
},
# Page Role
{
'doctype': u'Page Role'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-02-20 15:46:39",
"modified_by": "Administrator",
"modified": "2012-02-20 15:46:57"
},
{
"name": "__common__",
"title": "Selling Home",
"module": "Selling",
"doctype": "Page",
"page_name": "selling-home",
"standard": "Yes"
},
{
"parent": "selling-home",
"name": "__common__",
"doctype": "Page Role",
"parenttype": "Page",
"role": "All",
"parentfield": "roles"
},
{
"name": "selling-home",
"doctype": "Page"
},
{
"doctype": "Page Role"
}
]

View File

@@ -1,27 +1,20 @@
# Report, Customer Addresses and Contacts
[
# These values are common in all dictionaries
{
u'creation': '2012-10-04 17:36:36',
u'docstatus': 0,
u'modified': '2012-10-04 18:24:07',
u'modified_by': u'Administrator',
u'owner': u'Administrator'
},
# These values are common for all Report
{
u'doctype': u'Report',
'is_standard': u'Yes',
u'name': u'__common__',
'query': u'SELECT\n\t`tabCustomer`.name as customer_id,\n\t`tabCustomer`.customer_name,\n\t`tabCustomer`.customer_group,\n\t`tabAddress`.address_line1,\n\t`tabAddress`.address_line2,\n\t`tabAddress`.city,\n\t`tabAddress`.state,\n\t`tabAddress`.pincode,\n\t`tabAddress`.country,\n\t`tabAddress`.is_primary_address, \n\t`tabContact`.first_name,\n\t`tabContact`.last_name,\n\t`tabContact`.phone,\n\t`tabContact`.mobile_no,\n\t`tabContact`.email_id,\n\t`tabContact`.is_primary_contact\nFROM\n\t`tabCustomer`\n\tleft join `tabAddress` on (\n\t\t`tabAddress`.customer=`tabCustomer`.name\n\t)\n\tleft join `tabContact` on (\n\t\t`tabContact`.customer=`tabCustomer`.name\n\t)\nWHERE\n\t`tabCustomer`.docstatus<2\nORDER BY\n\t`tabCustomer`.name asc',
'ref_doctype': u'Customer'
},
# Report, Customer Addresses and Contacts
{
u'doctype': u'Report',
u'name': u'Customer Addresses and Contacts'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-10-04 17:36:36",
"modified_by": "Administrator",
"modified": "2012-10-04 18:24:07"
},
{
"name": "__common__",
"ref_doctype": "Customer",
"doctype": "Report",
"is_standard": "Yes",
"query": "SELECT\n\t`tabCustomer`.name as customer_id,\n\t`tabCustomer`.customer_name,\n\t`tabCustomer`.customer_group,\n\t`tabAddress`.address_line1,\n\t`tabAddress`.address_line2,\n\t`tabAddress`.city,\n\t`tabAddress`.state,\n\t`tabAddress`.pincode,\n\t`tabAddress`.country,\n\t`tabAddress`.is_primary_address, \n\t`tabContact`.first_name,\n\t`tabContact`.last_name,\n\t`tabContact`.phone,\n\t`tabContact`.mobile_no,\n\t`tabContact`.email_id,\n\t`tabContact`.is_primary_contact\nFROM\n\t`tabCustomer`\n\tleft join `tabAddress` on (\n\t\t`tabAddress`.customer=`tabCustomer`.name\n\t)\n\tleft join `tabContact` on (\n\t\t`tabContact`.customer=`tabCustomer`.name\n\t)\nWHERE\n\t`tabCustomer`.docstatus<2\nORDER BY\n\t`tabCustomer`.name asc"
},
{
"name": "Customer Addresses and Contacts",
"doctype": "Report"
}
]

View File

@@ -1,37 +1,30 @@
# Search Criteria, delivered_items_to_be_install
[
# These values are common in all dictionaries
{
'creation': '2012-04-03 12:49:51',
'docstatus': 0,
'modified': '2012-04-03 12:49:51',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all Search Criteria
{
'add_col': u"(`tabDelivery Note Item`.`qty`- ifnull(`tabDelivery Note Item`.`installed_qty`, 0)) AS 'Pending to Install'",
'add_cond': u'`tabDelivery Note Item`.`qty` > ifnull(`tabDelivery Note Item`.`installed_qty`, 0)',
'columns': u'Delivery Note\x01ID,Delivery Note\x01Status,Delivery Note\x01Customer,Delivery Note\x01Customer Name,Delivery Note\x01Contact Person,Delivery Note\x01Voucher Date,Delivery Note Item\x01Item Code,Delivery Note Item\x01Item Name,Delivery Note Item\x01Quantity,Delivery Note Item\x01Installed Qty,Delivery Note\x01% Installed',
'criteria_name': u'Delivered Items to be Install',
'description': u'Delivered Items to be Install',
'doc_type': u'Delivery Note Item',
'doctype': 'Search Criteria',
'filters': u"{'Delivery Note\x01Saved':1,'Delivery Note\x01Submitted':1,'Delivery Note\x01Status':'','Delivery Note\x01Fiscal Year':''}",
'module': u'Selling',
'name': '__common__',
'page_len': 50,
'parent_doc_type': u'Delivery Note',
'sort_by': u'`tabDelivery Note`.`name`',
'sort_order': u'DESC',
'standard': u'Yes'
},
# Search Criteria, delivered_items_to_be_install
{
'doctype': 'Search Criteria',
'name': u'delivered_items_to_be_install'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-04-03 12:49:51",
"modified_by": "Administrator",
"modified": "2012-04-03 12:49:51"
},
{
"add_col": "(`tabDelivery Note Item`.`qty`- ifnull(`tabDelivery Note Item`.`installed_qty`, 0)) AS 'Pending to Install'",
"parent_doc_type": "Delivery Note",
"module": "Selling",
"standard": "Yes",
"sort_order": "DESC",
"filters": "{'Delivery Note\u0001Saved':1,'Delivery Note\u0001Submitted':1,'Delivery Note\u0001Status':'','Delivery Note\u0001Fiscal Year':''}",
"description": "Delivered Items to be Install",
"doc_type": "Delivery Note Item",
"name": "__common__",
"add_cond": "`tabDelivery Note Item`.`qty` > ifnull(`tabDelivery Note Item`.`installed_qty`, 0)",
"doctype": "Search Criteria",
"sort_by": "`tabDelivery Note`.`name`",
"page_len": 50,
"criteria_name": "Delivered Items to be Install",
"columns": "Delivery Note\u0001ID,Delivery Note\u0001Status,Delivery Note\u0001Customer,Delivery Note\u0001Customer Name,Delivery Note\u0001Contact Person,Delivery Note\u0001Voucher Date,Delivery Note Item\u0001Item Code,Delivery Note Item\u0001Item Name,Delivery Note Item\u0001Quantity,Delivery Note Item\u0001Installed Qty,Delivery Note\u0001% Installed"
},
{
"name": "delivered_items_to_be_install",
"doctype": "Search Criteria"
}
]

View File

@@ -1,34 +1,27 @@
# Search Criteria, follow-up_report
[
# These values are common in all dictionaries
{
'creation': '2012-04-03 12:49:51',
'docstatus': 0,
'modified': '2012-04-03 12:49:51',
'modified_by': u'Administrator',
'owner': u'ashwini@webnotestech.com'
},
# These values are common for all Search Criteria
{
'columns': u'Lead\x01ID,Communication Log\x01Date,Communication Log\x01Notes,Communication Log\x01Communication Log type',
'criteria_name': u'Follow-up Report',
'doc_type': u'Communication Log',
'doctype': 'Search Criteria',
'filters': u"{'Lead\x01Status':'','Lead\x01Source':'','Lead\x01Lead Type':'','Lead\x01Rating':'','Lead\x01Market Segment':'','Lead\x01Fiscal Year':''}",
'module': u'Selling',
'name': '__common__',
'page_len': 50,
'parent_doc_type': u'Lead',
'sort_by': u'`tabLead`.`name`',
'sort_order': u'DESC',
'standard': u'Yes'
},
# Search Criteria, follow-up_report
{
'doctype': 'Search Criteria',
'name': u'follow-up_report'
}
{
"owner": "ashwini@webnotestech.com",
"docstatus": 0,
"creation": "2012-04-03 12:49:51",
"modified_by": "Administrator",
"modified": "2012-04-03 12:49:51"
},
{
"parent_doc_type": "Lead",
"module": "Selling",
"standard": "Yes",
"sort_order": "DESC",
"filters": "{'Lead\u0001Status':'','Lead\u0001Source':'','Lead\u0001Lead Type':'','Lead\u0001Rating':'','Lead\u0001Market Segment':'','Lead\u0001Fiscal Year':''}",
"doc_type": "Communication Log",
"name": "__common__",
"doctype": "Search Criteria",
"sort_by": "`tabLead`.`name`",
"page_len": 50,
"criteria_name": "Follow-up Report",
"columns": "Lead\u0001ID,Communication Log\u0001Date,Communication Log\u0001Notes,Communication Log\u0001Communication Log type"
},
{
"name": "follow-up_report",
"doctype": "Search Criteria"
}
]

View File

@@ -1,35 +1,28 @@
# Search Criteria, gross_profit
[
# These values are common in all dictionaries
{
u'creation': '2012-05-14 18:22:18',
u'docstatus': 0,
u'modified': '2012-09-24 14:11:39',
u'modified_by': u'Administrator',
u'owner': u'Administrator'
},
# These values are common for all Search Criteria
{
'columns': u'Delivery Note\x01ID,Delivery Note\x01Posting Date,Delivery Note\x01Posting Time,Delivery Note Item\x01Item Code,Delivery Note Item\x01Item Name,Delivery Note Item\x01Description,Delivery Note Item\x01Warehouse,Delivery Note\x01Project Name,Delivery Note Item\x01Quantity,Delivery Note Item\x01Rate*,Delivery Note Item\x01Amount*',
'criteria_name': u'Gross Profit',
'description': u'Invoice wise',
'doc_type': u'Delivery Note Item',
u'doctype': u'Search Criteria',
'filters': u'{"Delivery Note\\u0001Submitted":1,"Delivery Note\\u0001Status":[],"Delivery Note\\u0001Fiscal Year":[]}',
'module': u'Selling',
u'name': u'__common__',
'page_len': 50,
'parent_doc_type': u'Delivery Note',
'sort_by': u'`tabDelivery Note`.`name`',
'sort_order': u'DESC',
'standard': u'Yes'
},
# Search Criteria, gross_profit
{
u'doctype': u'Search Criteria',
u'name': u'gross_profit'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-05-14 18:22:18",
"modified_by": "Administrator",
"modified": "2012-09-24 14:11:39"
},
{
"description": "Invoice wise",
"parent_doc_type": "Delivery Note",
"module": "Selling",
"standard": "Yes",
"sort_order": "DESC",
"filters": "{\"Delivery Note\\u0001Submitted\":1,\"Delivery Note\\u0001Status\":[],\"Delivery Note\\u0001Fiscal Year\":[]}",
"doc_type": "Delivery Note Item",
"name": "__common__",
"doctype": "Search Criteria",
"sort_by": "`tabDelivery Note`.`name`",
"page_len": 50,
"criteria_name": "Gross Profit",
"columns": "Delivery Note\u0001ID,Delivery Note\u0001Posting Date,Delivery Note\u0001Posting Time,Delivery Note Item\u0001Item Code,Delivery Note Item\u0001Item Name,Delivery Note Item\u0001Description,Delivery Note Item\u0001Warehouse,Delivery Note\u0001Project Name,Delivery Note Item\u0001Quantity,Delivery Note Item\u0001Rate*,Delivery Note Item\u0001Amount*"
},
{
"name": "gross_profit",
"doctype": "Search Criteria"
}
]

View File

@@ -1,34 +1,27 @@
# Search Criteria, itemwise_delivery_details
[
# These values are common in all dictionaries
{
'creation': '2012-04-23 12:46:00',
'docstatus': 0,
'modified': '2012-05-03 18:13:49',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all Search Criteria
{
'columns': u'Delivery Note\x01ID,Delivery Note Item\x01Item Code,Delivery Note Item\x01Item Name,Delivery Note Item\x01Quantity,Delivery Note Item\x01Rate*,Delivery Note Item\x01Amount*,Delivery Note Item\x01Billed Amt',
'criteria_name': u'Itemwise Delivery Details',
'doc_type': u'Delivery Note Item',
'doctype': 'Search Criteria',
'filters': u'{"Delivery Note\\u0001Submitted":1,"Delivery Note\\u0001Status":[""],"Delivery Note\\u0001Fiscal Year":[""]}',
'module': u'Selling',
'name': '__common__',
'page_len': 50,
'parent_doc_type': u'Delivery Note',
'sort_by': u'`tabDelivery Note`.`name`',
'sort_order': u'DESC',
'standard': u'Yes'
},
# Search Criteria, itemwise_delivery_details
{
'doctype': 'Search Criteria',
'name': u'itemwise_delivery_details'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-04-23 12:46:00",
"modified_by": "Administrator",
"modified": "2012-05-03 18:13:49"
},
{
"parent_doc_type": "Delivery Note",
"module": "Selling",
"standard": "Yes",
"sort_order": "DESC",
"filters": "{\"Delivery Note\\u0001Submitted\":1,\"Delivery Note\\u0001Status\":[\"\"],\"Delivery Note\\u0001Fiscal Year\":[\"\"]}",
"doc_type": "Delivery Note Item",
"name": "__common__",
"doctype": "Search Criteria",
"sort_by": "`tabDelivery Note`.`name`",
"page_len": 50,
"criteria_name": "Itemwise Delivery Details",
"columns": "Delivery Note\u0001ID,Delivery Note Item\u0001Item Code,Delivery Note Item\u0001Item Name,Delivery Note Item\u0001Quantity,Delivery Note Item\u0001Rate*,Delivery Note Item\u0001Amount*,Delivery Note Item\u0001Billed Amt"
},
{
"name": "itemwise_delivery_details",
"doctype": "Search Criteria"
}
]

View File

@@ -1,34 +1,27 @@
# Search Criteria, itemwise_sales_details
[
# These values are common in all dictionaries
{
'creation': '2012-04-23 12:46:00',
'docstatus': 0,
'modified': '2012-05-03 18:18:31',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all Search Criteria
{
'columns': u'Sales Order\x01ID,Sales Order\x01Customer,Sales Order Item\x01Item Code,Sales Order Item\x01Item Name,Sales Order Item\x01Quantity,Sales Order Item\x01Basic Rate*,Sales Order Item\x01Amount*,Sales Order Item\x01Delivered Qty,Sales Order Item\x01Billed Amt',
'criteria_name': u'Itemwise Sales Details',
'doc_type': u'Sales Order Item',
'doctype': 'Search Criteria',
'filters': u'{"Sales Order\\u0001Submitted":1,"Sales Order\\u0001Fiscal Year":[""],"Sales Order\\u0001Status":[""]}',
'module': u'Selling',
'name': '__common__',
'page_len': 50,
'parent_doc_type': u'Sales Order',
'sort_by': u'`tabSales Order`.`name`',
'sort_order': u'DESC',
'standard': u'Yes'
},
# Search Criteria, itemwise_sales_details
{
'doctype': 'Search Criteria',
'name': u'itemwise_sales_details'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-04-23 12:46:00",
"modified_by": "Administrator",
"modified": "2012-05-03 18:18:31"
},
{
"parent_doc_type": "Sales Order",
"module": "Selling",
"standard": "Yes",
"sort_order": "DESC",
"filters": "{\"Sales Order\\u0001Submitted\":1,\"Sales Order\\u0001Fiscal Year\":[\"\"],\"Sales Order\\u0001Status\":[\"\"]}",
"doc_type": "Sales Order Item",
"name": "__common__",
"doctype": "Search Criteria",
"sort_by": "`tabSales Order`.`name`",
"page_len": 50,
"criteria_name": "Itemwise Sales Details",
"columns": "Sales Order\u0001ID,Sales Order\u0001Customer,Sales Order Item\u0001Item Code,Sales Order Item\u0001Item Name,Sales Order Item\u0001Quantity,Sales Order Item\u0001Basic Rate*,Sales Order Item\u0001Amount*,Sales Order Item\u0001Delivered Qty,Sales Order Item\u0001Billed Amt"
},
{
"name": "itemwise_sales_details",
"doctype": "Search Criteria"
}
]

View File

@@ -1,34 +1,27 @@
# Search Criteria, lead-to_follow_up
[
# These values are common in all dictionaries
{
'creation': '2012-04-03 12:49:51',
'docstatus': 0,
'modified': '2012-04-03 12:49:51',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all Search Criteria
{
'add_cond': u"`tabLead`.status!='Converted' \n`tabLead`.status!='Lead Lost' \n`tabLead`.status!='Not Interested'",
'columns': u'Lead\x01ID,Lead\x01Status,Lead\x01Lead Name,Lead\x01Lead Date,Lead\x01Lead Owner,Lead\x01Next Contact Date',
'criteria_name': u'Lead-To follow up',
'doc_type': u'Lead',
'doctype': 'Search Criteria',
'filters': u"{'Lead\x01Status':'','Lead\x01Source':'','Lead\x01Expected Month':'','Lead\x01Industry':'','Lead\x01Market Segment':'','Lead\x01Rating':''}",
'module': u'Selling',
'name': '__common__',
'page_len': 50,
'sort_by': u'`tabLead`.`name`',
'sort_order': u'DESC',
'standard': u'Yes'
},
# Search Criteria, lead-to_follow_up
{
'doctype': 'Search Criteria',
'name': u'lead-to_follow_up'
}
]
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-04-03 12:49:51",
"modified_by": "Administrator",
"modified": "2012-04-03 12:49:51"
},
{
"module": "Selling",
"standard": "Yes",
"sort_order": "DESC",
"filters": "{'Lead\u0001Status':'','Lead\u0001Source':'','Lead\u0001Expected Month':'','Lead\u0001Industry':'','Lead\u0001Market Segment':'','Lead\u0001Rating':''}",
"doc_type": "Lead",
"name": "__common__",
"add_cond": "`tabLead`.status!='Converted' \n`tabLead`.status!='Lead Lost' \n`tabLead`.status!='Not Interested'",
"doctype": "Search Criteria",
"sort_by": "`tabLead`.`name`",
"page_len": 50,
"criteria_name": "Lead-To follow up",
"columns": "Lead\u0001ID,Lead\u0001Status,Lead\u0001Lead Name,Lead\u0001Lead Date,Lead\u0001Lead Owner,Lead\u0001Next Contact Date"
},
{
"name": "lead-to_follow_up",
"doctype": "Search Criteria"
}
]

View File

@@ -1,34 +1,27 @@
# Search Criteria, opportunity-to_follow_up
[
# These values are common in all dictionaries
{
'creation': '2012-03-30 14:50:44',
'docstatus': 0,
'modified': '2012-03-30 14:50:44',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all Search Criteria
{
'add_cond': u"`tabOpportunity`.name=`tabQuotation`.enq_no\n`tabOpportunity`.docstatus=1\n`tabQuotation`.status='Submitted'",
'columns': u'Opportunity\x01ID,Opportunity\x01Owner,Opportunity\x01Company,Opportunity\x01Fiscal Year',
'criteria_name': u'Opportunity-To follow up',
'doc_type': u'Opportunity',
'doctype': 'Search Criteria',
'filters': u"{'Opportunity\x01Fiscal Year':''}",
'module': u'Selling',
'name': '__common__',
'page_len': 50,
'sort_by': u'`tabOpportunity`.`name`',
'sort_order': u'DESC',
'standard': u'Yes'
},
# Search Criteria, opportunity-to_follow_up
{
'doctype': 'Search Criteria',
'name': u'opportunity-to_follow_up'
}
]
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-03-30 14:50:44",
"modified_by": "Administrator",
"modified": "2012-03-30 14:50:44"
},
{
"module": "Selling",
"standard": "Yes",
"sort_order": "DESC",
"filters": "{'Opportunity\u0001Fiscal Year':''}",
"doc_type": "Opportunity",
"name": "__common__",
"add_cond": "`tabOpportunity`.name=`tabQuotation`.enq_no\n`tabOpportunity`.docstatus=1\n`tabQuotation`.status='Submitted'",
"doctype": "Search Criteria",
"sort_by": "`tabOpportunity`.`name`",
"page_len": 50,
"criteria_name": "Opportunity-To follow up",
"columns": "Opportunity\u0001ID,Opportunity\u0001Owner,Opportunity\u0001Company,Opportunity\u0001Fiscal Year"
},
{
"name": "opportunity-to_follow_up",
"doctype": "Search Criteria"
}
]

View File

@@ -1,37 +1,30 @@
# Search Criteria, sales_order_pending_items
[
# These values are common in all dictionaries
{
'creation': '2012-05-14 14:54:44',
'docstatus': 0,
'modified': '2012-05-18 11:15:00',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all Search Criteria
{
'add_col': u'(`tabSales Order Item`.qty - ifnull(`tabSales Order Item`.delivered_qty, 0)) AS "Qty To Deliver"\n(`tabSales Order Item`.qty - ifnull(`tabSales Order Item`.delivered_qty, 0))*`tabSales Order Item`.basic_rate AS "Amount To Deliver"\n(`tabSales Order Item`.qty - ifnull(`tabSales Order Item`.billed_qty, 0))*`tabSales Order Item`.basic_rate AS "Amount To Bill"',
'add_cond': u'(`tabSales Order Item`.qty - ifnull(`tabSales Order Item`.delivered_qty, 0) > 0 or `tabSales Order Item`.qty - ifnull(`tabSales Order Item`.billed_qty, 0) > 0)\n`tabSales Order`.status != "Stopped"',
'columns': u'Sales Order\x01ID,Sales Order\x01Sales Order Date,Sales Order\x01Customer,Sales Order Item\x01Item Code,Sales Order Item\x01Item Name,Sales Order Item\x01Description,Sales Order Item\x01Quantity,Sales Order Item\x01Delivered Qty',
'criteria_name': u'Sales Order Pending Items',
'description': u'Sales Order Pending Items',
'doc_type': u'Sales Order Item',
'doctype': 'Search Criteria',
'filters': u'{"Sales Order\\u0001Submitted":1,"Sales Order\\u0001Fiscal Year":[],"Sales Order\\u0001Status":[]}',
'module': u'Selling',
'name': '__common__',
'page_len': 50,
'parent_doc_type': u'Sales Order',
'sort_by': u'`tabSales Order`.`name`',
'sort_order': u'DESC',
'standard': u'Yes'
},
# Search Criteria, sales_order_pending_items
{
'doctype': 'Search Criteria',
'name': u'sales_order_pending_items'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-05-14 14:54:44",
"modified_by": "Administrator",
"modified": "2012-05-18 11:15:00"
},
{
"add_col": "(`tabSales Order Item`.qty - ifnull(`tabSales Order Item`.delivered_qty, 0)) AS \"Qty To Deliver\"\n(`tabSales Order Item`.qty - ifnull(`tabSales Order Item`.delivered_qty, 0))*`tabSales Order Item`.basic_rate AS \"Amount To Deliver\"\n(`tabSales Order Item`.qty - ifnull(`tabSales Order Item`.billed_qty, 0))*`tabSales Order Item`.basic_rate AS \"Amount To Bill\"",
"parent_doc_type": "Sales Order",
"module": "Selling",
"standard": "Yes",
"sort_order": "DESC",
"filters": "{\"Sales Order\\u0001Submitted\":1,\"Sales Order\\u0001Fiscal Year\":[],\"Sales Order\\u0001Status\":[]}",
"description": "Sales Order Pending Items",
"doc_type": "Sales Order Item",
"name": "__common__",
"add_cond": "(`tabSales Order Item`.qty - ifnull(`tabSales Order Item`.delivered_qty, 0) > 0 or `tabSales Order Item`.qty - ifnull(`tabSales Order Item`.billed_qty, 0) > 0)\n`tabSales Order`.status != \"Stopped\"",
"doctype": "Search Criteria",
"sort_by": "`tabSales Order`.`name`",
"page_len": 50,
"criteria_name": "Sales Order Pending Items",
"columns": "Sales Order\u0001ID,Sales Order\u0001Sales Order Date,Sales Order\u0001Customer,Sales Order Item\u0001Item Code,Sales Order Item\u0001Item Name,Sales Order Item\u0001Description,Sales Order Item\u0001Quantity,Sales Order Item\u0001Delivered Qty"
},
{
"name": "sales_order_pending_items",
"doctype": "Search Criteria"
}
]

View File

@@ -1,37 +1,30 @@
# Search Criteria, sales_orderwise_booking_&_delivery_summary
[
# These values are common in all dictionaries
{
'creation': '2012-04-03 12:49:52',
'docstatus': 0,
'modified': '2012-04-03 12:49:52',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all Search Criteria
{
'add_col': u"SUM(CASE WHEN `tabSales Order`.`status` = 'Stopped' THEN (`tabSales Order Item`.`delivered_qty` * `tabSales Order Item`.`basic_rate`) ELSE (`tabSales Order Item`.`qty` * `tabSales Order Item`.`basic_rate`) END) AS 'Booking Total'\nSUM(`tabSales Order Item`.`delivered_qty` * `tabSales Order Item`.`basic_rate`) AS 'Delivered Amount'",
'columns': u'Sales Order\x01ID,Sales Order\x01Status,Sales Order\x01% Billed,Sales Order\x01Sales Order Date,Sales Order\x01Customer,Sales Order\x01Customer Name,Sales Order\x01Territory',
'criteria_name': u'Sales Orderwise Booking & Delivery Summary',
'description': u'Sales Orderwise Booking & Delivery Summary',
'doc_type': u'Sales Order Item',
'doctype': 'Search Criteria',
'filters': u"{'Sales Order\x01Submitted':1,'Sales Order\x01Status':'','Sales Order\x01Fiscal Year':''}",
'group_by': u'`tabSales Order`.`name`',
'module': u'Selling',
'name': '__common__',
'page_len': 50,
'parent_doc_type': u'Sales Order',
'sort_by': u'`tabSales Order`.`name`',
'sort_order': u'DESC',
'standard': u'Yes'
},
# Search Criteria, sales_orderwise_booking_&_delivery_summary
{
'doctype': 'Search Criteria',
'name': u'sales_orderwise_booking_&_delivery_summary'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-04-03 12:49:52",
"modified_by": "Administrator",
"modified": "2012-04-03 12:49:52"
},
{
"add_col": "SUM(CASE WHEN `tabSales Order`.`status` = 'Stopped' THEN (`tabSales Order Item`.`delivered_qty` * `tabSales Order Item`.`basic_rate`) ELSE (`tabSales Order Item`.`qty` * `tabSales Order Item`.`basic_rate`) END) AS 'Booking Total'\nSUM(`tabSales Order Item`.`delivered_qty` * `tabSales Order Item`.`basic_rate`) AS 'Delivered Amount'",
"parent_doc_type": "Sales Order",
"module": "Selling",
"standard": "Yes",
"sort_order": "DESC",
"filters": "{'Sales Order\u0001Submitted':1,'Sales Order\u0001Status':'','Sales Order\u0001Fiscal Year':''}",
"description": "Sales Orderwise Booking & Delivery Summary",
"doc_type": "Sales Order Item",
"name": "__common__",
"doctype": "Search Criteria",
"sort_by": "`tabSales Order`.`name`",
"group_by": "`tabSales Order`.`name`",
"page_len": 50,
"criteria_name": "Sales Orderwise Booking & Delivery Summary",
"columns": "Sales Order\u0001ID,Sales Order\u0001Status,Sales Order\u0001% Billed,Sales Order\u0001Sales Order Date,Sales Order\u0001Customer,Sales Order\u0001Customer Name,Sales Order\u0001Territory"
},
{
"name": "sales_orderwise_booking_&_delivery_summary",
"doctype": "Search Criteria"
}
]

View File

@@ -1,38 +1,31 @@
# Search Criteria, sales_orderwise_pending_amount_to_bill
[
# These values are common in all dictionaries
{
'creation': '2012-04-03 12:49:52',
'docstatus': 0,
'modified': '2012-04-03 12:49:52',
'modified_by': u'Administrator',
'owner': u'dhanalekshmi@webnotestech.com'
},
# These values are common for all Search Criteria
{
'add_col': u'SUM((`tabSales Order Item`.`qty` - ifnull(`tabSales Order Item`.`billed_qty`, 0)) * `tabSales Order Item`.`basic_rate`) AS "Pending Amount"',
'add_cond': u'`tabSales Order`.status != "Stopped"\n`tabSales Order`.order_type!="Maintenance"',
'columns': u'Sales Order\x01ID,Sales Order\x01Customer,Sales Order\x01Customer Address,Sales Order\x01Status,Sales Order\x01% Delivered,Sales Order\x01% Billed,Sales Order\x01Company Name,Sales Order\x01Sales Order Date,Sales Order\x01Net Total,Sales Order\x01Zone,Sales Order\x01Territory,Sales Order\x01Email Id',
'criteria_name': u'Sales Orderwise Pending Amount To Bill',
'description': u'Sales Orderwise Pending Amount To Bill',
'doc_type': u'Sales Order Item',
'doctype': 'Search Criteria',
'filters': u"{'Sales Order\x01Saved':1,'Sales Order\x01Submitted':1,'Sales Order\x01Company Name':'','Sales Order\x01Fiscal Year':''}",
'group_by': u'`tabSales Order`.`name`',
'module': u'Selling',
'name': '__common__',
'page_len': 50,
'parent_doc_type': u'Sales Order',
'sort_by': u'`tabSales Order`.`name`',
'sort_order': u'DESC',
'standard': u'Yes'
},
# Search Criteria, sales_orderwise_pending_amount_to_bill
{
'doctype': 'Search Criteria',
'name': u'sales_orderwise_pending_amount_to_bill'
}
{
"owner": "dhanalekshmi@webnotestech.com",
"docstatus": 0,
"creation": "2012-04-03 12:49:52",
"modified_by": "Administrator",
"modified": "2012-04-03 12:49:52"
},
{
"add_col": "SUM((`tabSales Order Item`.`qty` - ifnull(`tabSales Order Item`.`billed_qty`, 0)) * `tabSales Order Item`.`basic_rate`) AS \"Pending Amount\"",
"parent_doc_type": "Sales Order",
"module": "Selling",
"standard": "Yes",
"sort_order": "DESC",
"filters": "{'Sales Order\u0001Saved':1,'Sales Order\u0001Submitted':1,'Sales Order\u0001Company Name':'','Sales Order\u0001Fiscal Year':''}",
"description": "Sales Orderwise Pending Amount To Bill",
"doc_type": "Sales Order Item",
"name": "__common__",
"add_cond": "`tabSales Order`.status != \"Stopped\"\n`tabSales Order`.order_type!=\"Maintenance\"",
"doctype": "Search Criteria",
"sort_by": "`tabSales Order`.`name`",
"group_by": "`tabSales Order`.`name`",
"page_len": 50,
"criteria_name": "Sales Orderwise Pending Amount To Bill",
"columns": "Sales Order\u0001ID,Sales Order\u0001Customer,Sales Order\u0001Customer Address,Sales Order\u0001Status,Sales Order\u0001% Delivered,Sales Order\u0001% Billed,Sales Order\u0001Company Name,Sales Order\u0001Sales Order Date,Sales Order\u0001Net Total,Sales Order\u0001Zone,Sales Order\u0001Territory,Sales Order\u0001Email Id"
},
{
"name": "sales_orderwise_pending_amount_to_bill",
"doctype": "Search Criteria"
}
]

View File

@@ -1,38 +1,31 @@
# Search Criteria, sales_orderwise_pending_qty_to_deliver
[
# These values are common in all dictionaries
{
'creation': '2012-04-03 12:49:52',
'docstatus': 0,
'modified': '2012-04-03 12:49:52',
'modified_by': u'Administrator',
'owner': u'dhanalekshmi@webnotestech.com'
},
# These values are common for all Search Criteria
{
'add_col': u'SUM(`tabSales Order Item`.`qty` - ifnull(`tabSales Order Item`.`delivered_qty`, 0)) AS "Pending Qty"',
'add_cond': u'`tabSales Order`.status != "Stopped"\n`tabSales Order Item`.`qty` > ifnull(`tabSales Order Item`.`delivered_qty`, 0)',
'columns': u'Sales Order\x01ID,Sales Order\x01Customer,Sales Order\x01Customer Name,Sales Order\x01Customer Address,Sales Order\x01Status,Sales Order\x01% Delivered,Sales Order\x01% Billed,Sales Order\x01Sales Order Date,Sales Order\x01Territory,Sales Order\x01Email Id',
'criteria_name': u'Sales Orderwise Pending Qty To Deliver',
'description': u'Sales Orderwise Pending Qty To Deliver',
'doc_type': u'Sales Order Item',
'doctype': 'Search Criteria',
'filters': u"{'Sales Order\x01Saved':1,'Sales Order\x01Submitted':1,'Sales Order\x01Status':'','Sales Order\x01Fiscal Year':''}",
'group_by': u'`tabSales Order`.`name`',
'module': u'Selling',
'name': '__common__',
'page_len': 50,
'parent_doc_type': u'Sales Order',
'sort_by': u'`tabSales Order`.`name`',
'sort_order': u'DESC',
'standard': u'Yes'
},
# Search Criteria, sales_orderwise_pending_qty_to_deliver
{
'doctype': 'Search Criteria',
'name': u'sales_orderwise_pending_qty_to_deliver'
}
{
"owner": "dhanalekshmi@webnotestech.com",
"docstatus": 0,
"creation": "2012-04-03 12:49:52",
"modified_by": "Administrator",
"modified": "2012-04-03 12:49:52"
},
{
"add_col": "SUM(`tabSales Order Item`.`qty` - ifnull(`tabSales Order Item`.`delivered_qty`, 0)) AS \"Pending Qty\"",
"parent_doc_type": "Sales Order",
"module": "Selling",
"standard": "Yes",
"sort_order": "DESC",
"filters": "{'Sales Order\u0001Saved':1,'Sales Order\u0001Submitted':1,'Sales Order\u0001Status':'','Sales Order\u0001Fiscal Year':''}",
"description": "Sales Orderwise Pending Qty To Deliver",
"doc_type": "Sales Order Item",
"name": "__common__",
"add_cond": "`tabSales Order`.status != \"Stopped\"\n`tabSales Order Item`.`qty` > ifnull(`tabSales Order Item`.`delivered_qty`, 0)",
"doctype": "Search Criteria",
"sort_by": "`tabSales Order`.`name`",
"group_by": "`tabSales Order`.`name`",
"page_len": 50,
"criteria_name": "Sales Orderwise Pending Qty To Deliver",
"columns": "Sales Order\u0001ID,Sales Order\u0001Customer,Sales Order\u0001Customer Name,Sales Order\u0001Customer Address,Sales Order\u0001Status,Sales Order\u0001% Delivered,Sales Order\u0001% Billed,Sales Order\u0001Sales Order Date,Sales Order\u0001Territory,Sales Order\u0001Email Id"
},
{
"name": "sales_orderwise_pending_qty_to_deliver",
"doctype": "Search Criteria"
}
]

View File

@@ -1,33 +1,26 @@
# Search Criteria, sales_persons_target_variance_item_group_wise
[
# These values are common in all dictionaries
{
'creation': '2012-04-03 12:49:52',
'docstatus': 0,
'modified': '2012-04-03 12:49:52',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all Search Criteria
{
'criteria_name': u'Sales Persons Target Variance (Item Group wise)',
'doc_type': u'Target Detail',
'doctype': 'Search Criteria',
'filters': u"{'Sales Person\x01Country':'','Sales Person\x01State':'','Target Detail\x01Fiscal Year':''}",
'module': u'Selling',
'name': '__common__',
'page_len': 50,
'parent_doc_type': u'Sales Person',
'sort_by': u'`tabTarget Detail`.`target_amount`',
'sort_order': u'DESC',
'standard': u'Yes'
},
# Search Criteria, sales_persons_target_variance_item_group_wise
{
'doctype': 'Search Criteria',
'name': u'sales_persons_target_variance_item_group_wise'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-04-03 12:49:52",
"modified_by": "Administrator",
"modified": "2012-04-03 12:49:52"
},
{
"parent_doc_type": "Sales Person",
"module": "Selling",
"doctype": "Search Criteria",
"sort_order": "DESC",
"filters": "{'Sales Person\u0001Country':'','Sales Person\u0001State':'','Target Detail\u0001Fiscal Year':''}",
"standard": "Yes",
"doc_type": "Target Detail",
"name": "__common__",
"sort_by": "`tabTarget Detail`.`target_amount`",
"page_len": 50,
"criteria_name": "Sales Persons Target Variance (Item Group wise)"
},
{
"name": "sales_persons_target_variance_item_group_wise",
"doctype": "Search Criteria"
}
]

View File

@@ -1,33 +1,26 @@
# Search Criteria, sales_personwise_transaction_summary
[
# These values are common in all dictionaries
{
'creation': '2012-04-03 12:49:52',
'docstatus': 0,
'modified': '2012-04-03 12:49:52',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all Search Criteria
{
'columns': u'Sales Person\x01ID',
'criteria_name': u'Sales Personwise Transaction Summary',
'doc_type': u'Sales Person',
'doctype': 'Search Criteria',
'filters': u"{'Sales Person\x01Saved':1,'Sales Person\x01Submitted':1,'Sales Person\x01Country':'','Sales Person\x01State':''}",
'module': u'Selling',
'name': '__common__',
'page_len': 50,
'sort_by': u'`tabSales Person`.`name`',
'sort_order': u'DESC',
'standard': u'Yes'
},
# Search Criteria, sales_personwise_transaction_summary
{
'doctype': 'Search Criteria',
'name': u'sales_personwise_transaction_summary'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-04-03 12:49:52",
"modified_by": "Administrator",
"modified": "2012-04-03 12:49:52"
},
{
"module": "Selling",
"standard": "Yes",
"sort_order": "DESC",
"filters": "{'Sales Person\u0001Saved':1,'Sales Person\u0001Submitted':1,'Sales Person\u0001Country':'','Sales Person\u0001State':''}",
"doctype": "Search Criteria",
"doc_type": "Sales Person",
"name": "__common__",
"sort_by": "`tabSales Person`.`name`",
"page_len": 50,
"criteria_name": "Sales Personwise Transaction Summary",
"columns": "Sales Person\u0001ID"
},
{
"name": "sales_personwise_transaction_summary",
"doctype": "Search Criteria"
}
]

View File

@@ -1,34 +1,27 @@
# Search Criteria, serial_no-amc_expiring_this_month
[
# These values are common in all dictionaries
{
'creation': '2012-04-03 12:49:52',
'docstatus': 0,
'modified': '2012-04-03 12:49:52',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all Search Criteria
{
'add_cond': u'`tab Serial No`.month(amc_expiry_date)=month(now()) \n`tab Serial No`.year(amc_expiry_date)=year(now())',
'columns': u'Serial No\x01ID,Serial No\x01Status,Serial No\x01AMC Expiry Date,Serial No\x01Customer Name',
'criteria_name': u'Serial No-AMC expiring this month',
'doc_type': u'Serial No',
'doctype': 'Search Criteria',
'filters': u"{'Serial No\x01Saved':1,'Serial No\x01Submitted':1,'Serial No\x01Status':'','Serial No\x01Warranty Status':''}",
'module': u'Selling',
'name': '__common__',
'page_len': 50,
'sort_by': u'`tabSerial No`.`name`',
'sort_order': u'DESC',
'standard': u'Yes'
},
# Search Criteria, serial_no-amc_expiring_this_month
{
'doctype': 'Search Criteria',
'name': u'serial_no-amc_expiring_this_month'
}
]
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-04-03 12:49:52",
"modified_by": "Administrator",
"modified": "2012-04-03 12:49:52"
},
{
"module": "Selling",
"standard": "Yes",
"sort_order": "DESC",
"filters": "{'Serial No\u0001Saved':1,'Serial No\u0001Submitted':1,'Serial No\u0001Status':'','Serial No\u0001Warranty Status':''}",
"doc_type": "Serial No",
"name": "__common__",
"add_cond": "`tab Serial No`.month(amc_expiry_date)=month(now()) \n`tab Serial No`.year(amc_expiry_date)=year(now())",
"doctype": "Search Criteria",
"sort_by": "`tabSerial No`.`name`",
"page_len": 50,
"criteria_name": "Serial No-AMC expiring this month",
"columns": "Serial No\u0001ID,Serial No\u0001Status,Serial No\u0001AMC Expiry Date,Serial No\u0001Customer Name"
},
{
"name": "serial_no-amc_expiring_this_month",
"doctype": "Search Criteria"
}
]

View File

@@ -1,34 +1,27 @@
# Search Criteria, serial_no-warranty_expiring_this_month
[
# These values are common in all dictionaries
{
'creation': '2012-04-03 12:49:52',
'docstatus': 0,
'modified': '2012-04-03 12:49:52',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all Search Criteria
{
'add_cond': u"`tab Serial No`.docstatus!=2\n`tab Serial No`.maintenance_status='Under Warranty'\n`tab Serial No`.status!='Scrapped'\n`tab Serial No`.status!='Not in Use'\n`tab Serial No`.month(ifnull(warranty_expiry_date,0)) = month(now()) \n`tab Serial No`.yearmonth(ifnull(warranty_expiry_date,0)) = year(now())",
'columns': u'Serial No\x01ID,Serial No\x01Status,Serial No\x01Warranty Expiry Date,Serial No\x01Customer Name',
'criteria_name': u'Serial No-Warranty expiring this month',
'doc_type': u'Serial No',
'doctype': 'Search Criteria',
'filters': u"{'Serial No\x01Saved':1,'Serial No\x01Submitted':1,'Serial No\x01Status':'Issued','Serial No\x01Maintenance Status':''}",
'module': u'Selling',
'name': '__common__',
'page_len': 50,
'sort_by': u'`tabSerial No`.`name`',
'sort_order': u'DESC',
'standard': u'Yes'
},
# Search Criteria, serial_no-warranty_expiring_this_month
{
'doctype': 'Search Criteria',
'name': u'serial_no-warranty_expiring_this_month'
}
]
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-04-03 12:49:52",
"modified_by": "Administrator",
"modified": "2012-04-03 12:49:52"
},
{
"module": "Selling",
"standard": "Yes",
"sort_order": "DESC",
"filters": "{'Serial No\u0001Saved':1,'Serial No\u0001Submitted':1,'Serial No\u0001Status':'Issued','Serial No\u0001Maintenance Status':''}",
"doc_type": "Serial No",
"name": "__common__",
"add_cond": "`tab Serial No`.docstatus!=2\n`tab Serial No`.maintenance_status='Under Warranty'\n`tab Serial No`.status!='Scrapped'\n`tab Serial No`.status!='Not in Use'\n`tab Serial No`.month(ifnull(warranty_expiry_date,0)) = month(now()) \n`tab Serial No`.yearmonth(ifnull(warranty_expiry_date,0)) = year(now())",
"doctype": "Search Criteria",
"sort_by": "`tabSerial No`.`name`",
"page_len": 50,
"criteria_name": "Serial No-Warranty expiring this month",
"columns": "Serial No\u0001ID,Serial No\u0001Status,Serial No\u0001Warranty Expiry Date,Serial No\u0001Customer Name"
},
{
"name": "serial_no-warranty_expiring_this_month",
"doctype": "Search Criteria"
}
]

View File

@@ -1,34 +1,27 @@
# Search Criteria, target_variance_report
[
# These values are common in all dictionaries
{
'creation': '2012-04-03 12:49:53',
'docstatus': 0,
'modified': '2012-04-03 12:49:53',
'modified_by': u'Administrator',
'owner': u'harshada@webnotestech.com'
},
# These values are common for all Search Criteria
{
'columns': u'Sales Person\x01ID,Sales Person\x01Owner,Sales Person\x01Sales Person,Sales Person\x01Country,Sales Person\x01State,Target Detail\x01Item Group,Target Detail\x01Fiscal Year,Target Detail\x01Target Amount',
'criteria_name': u'Target Variance Report',
'disabled': 0,
'doc_type': u'Target Detail',
'doctype': 'Search Criteria',
'filters': u"{'Sales Person\x01Saved':1,'Sales Person\x01Submitted':1,'Sales Person\x01Country':'','Sales Person\x01State':'','Target Detail\x01Fiscal Year':''}",
'module': u'Selling',
'name': '__common__',
'page_len': 50,
'parent_doc_type': u'Sales Person',
'sort_order': u'DESC',
'standard': u'Yes'
},
# Search Criteria, target_variance_report
{
'doctype': 'Search Criteria',
'name': u'target_variance_report'
}
{
"owner": "harshada@webnotestech.com",
"docstatus": 0,
"creation": "2012-04-03 12:49:53",
"modified_by": "Administrator",
"modified": "2012-04-03 12:49:53"
},
{
"parent_doc_type": "Sales Person",
"module": "Selling",
"standard": "Yes",
"disabled": 0,
"sort_order": "DESC",
"filters": "{'Sales Person\u0001Saved':1,'Sales Person\u0001Submitted':1,'Sales Person\u0001Country':'','Sales Person\u0001State':'','Target Detail\u0001Fiscal Year':''}",
"doc_type": "Target Detail",
"name": "__common__",
"doctype": "Search Criteria",
"page_len": 50,
"criteria_name": "Target Variance Report",
"columns": "Sales Person\u0001ID,Sales Person\u0001Owner,Sales Person\u0001Sales Person,Sales Person\u0001Country,Sales Person\u0001State,Target Detail\u0001Item Group,Target Detail\u0001Fiscal Year,Target Detail\u0001Target Amount"
},
{
"name": "target_variance_report",
"doctype": "Search Criteria"
}
]

View File

@@ -1,33 +1,26 @@
# Search Criteria, territories_target_variance_item_group_wise
[
# These values are common in all dictionaries
{
'creation': '2012-04-03 12:49:53',
'docstatus': 0,
'modified': '2012-04-03 12:49:53',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all Search Criteria
{
'criteria_name': u'Territories Target Variance (Item Group wise)',
'doc_type': u'Target Detail',
'doctype': 'Search Criteria',
'filters': u"{'Sales Person\x01Country':'','Sales Person\x01State':'','Target Detail\x01Fiscal Year':''}",
'module': u'Selling',
'name': '__common__',
'page_len': 50,
'parent_doc_type': u'Sales Person',
'sort_by': u'`tabTarget Detail`.`target_amount`',
'sort_order': u'DESC',
'standard': u'Yes'
},
# Search Criteria, territories_target_variance_item_group_wise
{
'doctype': 'Search Criteria',
'name': u'territories_target_variance_item_group_wise'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-04-03 12:49:53",
"modified_by": "Administrator",
"modified": "2012-04-03 12:49:53"
},
{
"parent_doc_type": "Sales Person",
"module": "Selling",
"doctype": "Search Criteria",
"sort_order": "DESC",
"filters": "{'Sales Person\u0001Country':'','Sales Person\u0001State':'','Target Detail\u0001Fiscal Year':''}",
"standard": "Yes",
"doc_type": "Target Detail",
"name": "__common__",
"sort_by": "`tabTarget Detail`.`target_amount`",
"page_len": 50,
"criteria_name": "Territories Target Variance (Item Group wise)"
},
{
"name": "territories_target_variance_item_group_wise",
"doctype": "Search Criteria"
}
]

View File

@@ -1,33 +1,26 @@
# Search Criteria, territory_sales_-_variance_report
[
# These values are common in all dictionaries
{
'creation': '2012-04-03 12:49:53',
'docstatus': 0,
'modified': '2012-04-03 12:49:53',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all Search Criteria
{
'columns': u'Territory\x01ID',
'criteria_name': u'Territory Sales - Variance Report',
'doc_type': u'Territory',
'doctype': 'Search Criteria',
'filters': u"{'Territory\x01State':'','Territory\x01Based On':'Sales Order','Territory\x01Fiscal Year':'2009-2010','Territory\x01Company':'Alpha Company','Territory\x01Period':'Quarterly'}",
'module': u'Selling',
'name': '__common__',
'page_len': 50,
'sort_by': u'ID',
'sort_order': u'DESC',
'standard': u'Yes'
},
# Search Criteria, territory_sales_-_variance_report
{
'doctype': 'Search Criteria',
'name': u'territory_sales_-_variance_report'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-04-03 12:49:53",
"modified_by": "Administrator",
"modified": "2012-04-03 12:49:53"
},
{
"module": "Selling",
"standard": "Yes",
"sort_order": "DESC",
"filters": "{'Territory\u0001State':'','Territory\u0001Based On':'Sales Order','Territory\u0001Fiscal Year':'2009-2010','Territory\u0001Company':'Alpha Company','Territory\u0001Period':'Quarterly'}",
"doctype": "Search Criteria",
"doc_type": "Territory",
"name": "__common__",
"sort_by": "ID",
"page_len": 50,
"criteria_name": "Territory Sales - Variance Report",
"columns": "Territory\u0001ID"
},
{
"name": "territory_sales_-_variance_report",
"doctype": "Search Criteria"
}
]

View File

@@ -1,34 +1,27 @@
# Search Criteria, total_target_variance_report
[
# These values are common in all dictionaries
{
'creation': '2012-04-03 12:49:53',
'docstatus': 0,
'modified': '2012-04-03 12:49:53',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all Search Criteria
{
'columns': u'Sales Person\x01ID,Sales Person\x01Owner,Sales Person\x01Sales Person,Sales Person\x01Country,Sales Person\x01State,Sales Person\x01lft,Sales Person\x01rgt,Target Detail\x01Item Group,Target Detail\x01Fiscal Year,Target Detail\x01Target Amount',
'criteria_name': u'Total Target Variance Report',
'doc_type': u'Target Detail',
'doctype': 'Search Criteria',
'filters': u"{'Sales Person\x01Saved':1,'Sales Person\x01Submitted':1,'Sales Person\x01Country':'','Sales Person\x01State':'','Target Detail\x01Fiscal Year':''}",
'module': u'Selling',
'name': '__common__',
'page_len': 50,
'parent_doc_type': u'Sales Person',
'sort_by': u'`tabSales Person`.`name`',
'sort_order': u'DESC',
'standard': u'Yes'
},
# Search Criteria, total_target_variance_report
{
'doctype': 'Search Criteria',
'name': u'total_target_variance_report'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-04-03 12:49:53",
"modified_by": "Administrator",
"modified": "2012-04-03 12:49:53"
},
{
"parent_doc_type": "Sales Person",
"module": "Selling",
"standard": "Yes",
"sort_order": "DESC",
"filters": "{'Sales Person\u0001Saved':1,'Sales Person\u0001Submitted':1,'Sales Person\u0001Country':'','Sales Person\u0001State':'','Target Detail\u0001Fiscal Year':''}",
"doc_type": "Target Detail",
"name": "__common__",
"doctype": "Search Criteria",
"sort_by": "`tabSales Person`.`name`",
"page_len": 50,
"criteria_name": "Total Target Variance Report",
"columns": "Sales Person\u0001ID,Sales Person\u0001Owner,Sales Person\u0001Sales Person,Sales Person\u0001Country,Sales Person\u0001State,Sales Person\u0001lft,Sales Person\u0001rgt,Target Detail\u0001Item Group,Target Detail\u0001Fiscal Year,Target Detail\u0001Target Amount"
},
{
"name": "total_target_variance_report",
"doctype": "Search Criteria"
}
]

View File

@@ -1,33 +1,26 @@
# Search Criteria, variance_report
[
# These values are common in all dictionaries
{
'creation': '2012-04-03 12:49:53',
'docstatus': 0,
'modified': '2012-04-03 12:49:53',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all Search Criteria
{
'criteria_name': u'Variance Report',
'doc_type': u'Target Detail',
'doctype': 'Search Criteria',
'filters': u"{'Territory\x01State':'','Target Detail\x01Fiscal Year':'2009-2010','Target Detail\x01Based On':'Territory','Target Detail\x01Company':'Alpha Company','Target Detail\x01Period':'Quarterly','Target Detail\x01Under':'Sales Order'}",
'module': u'Selling',
'name': '__common__',
'page_len': 50,
'parent_doc_type': u'Territory',
'sort_by': u'ID',
'sort_order': u'DESC',
'standard': u'Yes'
},
# Search Criteria, variance_report
{
'doctype': 'Search Criteria',
'name': u'variance_report'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-04-03 12:49:53",
"modified_by": "Administrator",
"modified": "2012-04-03 12:49:53"
},
{
"parent_doc_type": "Territory",
"module": "Selling",
"doctype": "Search Criteria",
"sort_order": "DESC",
"filters": "{'Territory\u0001State':'','Target Detail\u0001Fiscal Year':'2009-2010','Target Detail\u0001Based On':'Territory','Target Detail\u0001Company':'Alpha Company','Target Detail\u0001Period':'Quarterly','Target Detail\u0001Under':'Sales Order'}",
"standard": "Yes",
"doc_type": "Target Detail",
"name": "__common__",
"sort_by": "ID",
"page_len": 50,
"criteria_name": "Variance Report"
},
{
"name": "variance_report",
"doctype": "Search Criteria"
}
]