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,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"
}
]