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,394 +1,319 @@
# DocType, Address
[
# These values are common in all dictionaries
{
'creation': '2012-07-02 19:57:47',
'docstatus': 0,
'modified': '2012-07-02 20:24:15',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'_last_update': u'1319016431',
'allow_trash': 1,
'colour': u'White:FFF',
'doctype': 'DocType',
'document_type': u'Master',
'in_dialog': 1,
'module': u'Utilities',
'name': '__common__',
'search_fields': u'customer, supplier, sales_partner, country, state',
'section_style': u'Simple',
'show_in_menu': 0,
'version': 1
},
# These values are common for all DocField
{
'doctype': u'DocField',
'name': '__common__',
'parent': u'Address',
'parentfield': u'fields',
'parenttype': u'DocType'
},
# These values are common for all DocPerm
{
'doctype': u'DocPerm',
'name': '__common__',
'parent': u'Address',
'parentfield': u'permissions',
'parenttype': u'DocType',
'read': 1
},
# DocType, Address
{
'doctype': 'DocType',
'name': u'Address'
},
# DocPerm
{
'cancel': 1,
'create': 1,
'doctype': u'DocPerm',
'permlevel': 0,
'role': u'System Manager',
'write': 1
},
# DocPerm
{
'cancel': 1,
'create': 1,
'doctype': u'DocPerm',
'permlevel': 0,
'role': u'Sales Master Manager',
'write': 1
},
# DocPerm
{
'cancel': 1,
'create': 1,
'doctype': u'DocPerm',
'permlevel': 0,
'role': u'Purchase Master Manager',
'write': 1
},
# DocPerm
{
'cancel': 0,
'create': 1,
'doctype': u'DocPerm',
'permlevel': 0,
'role': u'Maintenance Manager',
'write': 1
},
# DocPerm
{
'cancel': 0,
'create': 1,
'doctype': u'DocPerm',
'permlevel': 0,
'role': u'Accounts Manager',
'write': 1
},
# DocPerm
{
'create': 1,
'doctype': u'DocPerm',
'permlevel': 0,
'role': u'Sales Manager',
'write': 1
},
# DocPerm
{
'create': 1,
'doctype': u'DocPerm',
'permlevel': 0,
'role': u'Purchase Manager',
'write': 1
},
# DocPerm
{
'create': 1,
'doctype': u'DocPerm',
'permlevel': 0,
'role': u'Sales User',
'write': 1
},
# DocPerm
{
'create': 1,
'doctype': u'DocPerm',
'permlevel': 0,
'role': u'Purchase User',
'write': 1
},
# DocPerm
{
'create': 1,
'doctype': u'DocPerm',
'permlevel': 0,
'role': u'Maintenance User',
'write': 1
},
# DocPerm
{
'create': 1,
'doctype': u'DocPerm',
'permlevel': 0,
'role': u'Accounts User',
'write': 1
},
# DocPerm
{
'cancel': 0,
'create': 0,
'doctype': u'DocPerm',
'permlevel': 1,
'role': u'All',
'write': 0
},
# DocField
{
'colour': u'White:FFF',
'doctype': u'DocField',
'fieldname': u'address_details',
'fieldtype': u'Section Break',
'label': u'Address Details',
'permlevel': 0
},
# DocField
{
'colour': u'White:FFF',
'description': u'<em>e.g. Office, Billing, Shipping</em>',
'doctype': u'DocField',
'fieldname': u'address_type',
'fieldtype': u'Data',
'label': u'Address Type',
'permlevel': 0,
'reqd': 1
},
# DocField
{
'colour': u'White:FFF',
'doctype': u'DocField',
'fieldname': u'address_line1',
'fieldtype': u'Data',
'label': u'Address Line1',
'permlevel': 0,
'reqd': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'address_line2',
'fieldtype': u'Data',
'label': u'Address Line2',
'permlevel': 0
},
# DocField
{
'colour': u'White:FFF',
'doctype': u'DocField',
'fieldname': u'city',
'fieldtype': u'Data',
'in_filter': 1,
'label': u'City/Town',
'permlevel': 0,
'reqd': 1,
'search_index': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'pincode',
'fieldtype': u'Data',
'in_filter': 1,
'label': u'Pincode',
'permlevel': 0,
'search_index': 1
},
# DocField
{
'colour': u'White:FFF',
'doctype': u'DocField',
'fieldname': u'country',
'fieldtype': u'Select',
'in_filter': 1,
'label': u'Country',
'options': u'link:Country',
'permlevel': 0,
'reqd': 1,
'search_index': 1,
'trigger': u'Client'
},
# DocField
{
'colour': u'White:FFF',
'doctype': u'DocField',
'fieldname': u'state',
'fieldtype': u'Data',
'in_filter': 1,
'label': u'State',
'options': u'Suggest',
'permlevel': 0,
'search_index': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'column_break0',
'fieldtype': u'Column Break',
'permlevel': 0,
'print_hide': 0,
'width': u'50%'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'phone',
'fieldtype': u'Data',
'label': u'Phone',
'permlevel': 0,
'reqd': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'email_id',
'fieldtype': u'Data',
'label': u'Email Id',
'permlevel': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'fax',
'fieldtype': u'Data',
'in_filter': 1,
'label': u'Fax',
'permlevel': 0
},
# DocField
{
'colour': u'White:FFF',
'depends_on': u'eval:!doc.supplier && !doc.sales_partner',
'doctype': u'DocField',
'fieldname': u'customer',
'fieldtype': u'Link',
'label': u'Customer',
'options': u'Customer',
'permlevel': 0
},
# DocField
{
'colour': u'White:FFF',
'depends_on': u'eval:!doc.supplier && !doc.sales_partner',
'doctype': u'DocField',
'fieldname': u'customer_name',
'fieldtype': u'Data',
'in_filter': 1,
'label': u'Customer Name',
'permlevel': 1
},
# DocField
{
'colour': u'White:FFF',
'depends_on': u'eval:!doc.customer && !doc.sales_partner',
'doctype': u'DocField',
'fieldname': u'supplier',
'fieldtype': u'Link',
'label': u'Supplier',
'options': u'Supplier',
'permlevel': 0
},
# DocField
{
'colour': u'White:FFF',
'depends_on': u'eval:!doc.customer && !doc.sales_partner',
'doctype': u'DocField',
'fieldname': u'supplier_name',
'fieldtype': u'Data',
'in_filter': 1,
'label': u'Supplier Name',
'permlevel': 1,
'search_index': 0
},
# DocField
{
'colour': u'White:FFF',
'depends_on': u'eval:!doc.customer && !doc.supplier',
'doctype': u'DocField',
'fieldname': u'sales_partner',
'fieldtype': u'Link',
'label': u'Sales Partner',
'options': u'Sales Partner',
'permlevel': 0
},
# DocField
{
'colour': u'White:FFF',
'default': u'0',
'description': u'Check to make primary address',
'doctype': u'DocField',
'fieldname': u'is_primary_address',
'fieldtype': u'Check',
'label': u'Is Primary Address',
'permlevel': 0
},
# DocField
{
'colour': u'White:FFF',
'default': u'0',
'description': u'Check to make Shipping Address',
'doctype': u'DocField',
'fieldname': u'is_shipping_address',
'fieldtype': u'Check',
'label': u'Is Shipping Address',
'permlevel': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'trash_reason',
'fieldtype': u'Small Text',
'label': u'Trash Reason',
'permlevel': 0
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-07-02 19:57:47",
"modified_by": "Administrator",
"modified": "2012-07-02 20:24:15"
},
{
"section_style": "Simple",
"search_fields": "customer, supplier, sales_partner, country, state",
"module": "Utilities",
"_last_update": "1319016431",
"allow_trash": 1,
"in_dialog": 1,
"document_type": "Master",
"name": "__common__",
"colour": "White:FFF",
"doctype": "DocType",
"show_in_menu": 0,
"version": 1
},
{
"name": "__common__",
"parent": "Address",
"doctype": "DocField",
"parenttype": "DocType",
"parentfield": "fields"
},
{
"name": "__common__",
"parent": "Address",
"read": 1,
"doctype": "DocPerm",
"parenttype": "DocType",
"parentfield": "permissions"
},
{
"name": "Address",
"doctype": "DocType"
},
{
"create": 1,
"doctype": "DocPerm",
"write": 1,
"role": "System Manager",
"cancel": 1,
"permlevel": 0
},
{
"create": 1,
"doctype": "DocPerm",
"write": 1,
"role": "Sales Master Manager",
"cancel": 1,
"permlevel": 0
},
{
"create": 1,
"doctype": "DocPerm",
"write": 1,
"role": "Purchase Master Manager",
"cancel": 1,
"permlevel": 0
},
{
"create": 1,
"doctype": "DocPerm",
"write": 1,
"role": "Maintenance Manager",
"cancel": 0,
"permlevel": 0
},
{
"create": 1,
"doctype": "DocPerm",
"write": 1,
"role": "Accounts Manager",
"cancel": 0,
"permlevel": 0
},
{
"create": 1,
"doctype": "DocPerm",
"write": 1,
"role": "Sales Manager",
"permlevel": 0
},
{
"create": 1,
"doctype": "DocPerm",
"write": 1,
"role": "Purchase Manager",
"permlevel": 0
},
{
"create": 1,
"doctype": "DocPerm",
"write": 1,
"role": "Sales User",
"permlevel": 0
},
{
"create": 1,
"doctype": "DocPerm",
"write": 1,
"role": "Purchase User",
"permlevel": 0
},
{
"create": 1,
"doctype": "DocPerm",
"write": 1,
"role": "Maintenance User",
"permlevel": 0
},
{
"create": 1,
"doctype": "DocPerm",
"write": 1,
"role": "Accounts User",
"permlevel": 0
},
{
"create": 0,
"doctype": "DocPerm",
"write": 0,
"role": "All",
"cancel": 0,
"permlevel": 1
},
{
"colour": "White:FFF",
"doctype": "DocField",
"label": "Address Details",
"fieldname": "address_details",
"fieldtype": "Section Break",
"permlevel": 0
},
{
"description": "<em>e.g. Office, Billing, Shipping</em>",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Address Type",
"fieldname": "address_type",
"fieldtype": "Data",
"reqd": 1,
"permlevel": 0
},
{
"colour": "White:FFF",
"doctype": "DocField",
"label": "Address Line1",
"fieldname": "address_line1",
"fieldtype": "Data",
"reqd": 1,
"permlevel": 0
},
{
"doctype": "DocField",
"label": "Address Line2",
"fieldname": "address_line2",
"fieldtype": "Data",
"permlevel": 0
},
{
"search_index": 1,
"colour": "White:FFF",
"doctype": "DocField",
"label": "City/Town",
"fieldname": "city",
"fieldtype": "Data",
"reqd": 1,
"permlevel": 0,
"in_filter": 1
},
{
"search_index": 1,
"doctype": "DocField",
"label": "Pincode",
"fieldname": "pincode",
"fieldtype": "Data",
"permlevel": 0,
"in_filter": 1
},
{
"search_index": 1,
"colour": "White:FFF",
"doctype": "DocField",
"label": "Country",
"trigger": "Client",
"fieldname": "country",
"fieldtype": "Select",
"reqd": 1,
"options": "link:Country",
"permlevel": 0,
"in_filter": 1
},
{
"search_index": 0,
"colour": "White:FFF",
"doctype": "DocField",
"label": "State",
"permlevel": 0,
"fieldname": "state",
"fieldtype": "Data",
"options": "Suggest",
"in_filter": 1
},
{
"print_hide": 0,
"doctype": "DocField",
"width": "50%",
"fieldname": "column_break0",
"fieldtype": "Column Break",
"permlevel": 0
},
{
"doctype": "DocField",
"label": "Phone",
"fieldname": "phone",
"fieldtype": "Data",
"reqd": 1,
"permlevel": 0
},
{
"doctype": "DocField",
"label": "Email Id",
"fieldname": "email_id",
"fieldtype": "Data",
"permlevel": 0
},
{
"doctype": "DocField",
"label": "Fax",
"fieldname": "fax",
"fieldtype": "Data",
"permlevel": 0,
"in_filter": 1
},
{
"depends_on": "eval:!doc.supplier && !doc.sales_partner",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Customer",
"permlevel": 0,
"fieldname": "customer",
"fieldtype": "Link",
"options": "Customer"
},
{
"depends_on": "eval:!doc.supplier && !doc.sales_partner",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Customer Name",
"fieldname": "customer_name",
"fieldtype": "Data",
"permlevel": 1,
"in_filter": 1
},
{
"depends_on": "eval:!doc.customer && !doc.sales_partner",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Supplier",
"permlevel": 0,
"fieldname": "supplier",
"fieldtype": "Link",
"options": "Supplier"
},
{
"search_index": 0,
"colour": "White:FFF",
"doctype": "DocField",
"label": "Supplier Name",
"fieldname": "supplier_name",
"fieldtype": "Data",
"depends_on": "eval:!doc.customer && !doc.sales_partner",
"permlevel": 1,
"in_filter": 1
},
{
"depends_on": "eval:!doc.customer && !doc.supplier",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Sales Partner",
"permlevel": 0,
"fieldname": "sales_partner",
"fieldtype": "Link",
"options": "Sales Partner"
},
{
"description": "Check to make primary address",
"default": "0",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Is Primary Address",
"fieldname": "is_primary_address",
"fieldtype": "Check",
"permlevel": 0
},
{
"description": "Check to make Shipping Address",
"default": "0",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Is Shipping Address",
"fieldname": "is_shipping_address",
"fieldtype": "Check",
"permlevel": 0
},
{
"doctype": "DocField",
"label": "Trash Reason",
"fieldname": "trash_reason",
"fieldtype": "Small Text",
"permlevel": 0
}
]

View File

@@ -1,102 +1,81 @@
# DocType, Answer
[
# These values are common in all dictionaries
{
'creation': '2012-03-27 14:36:01',
'docstatus': 0,
'modified': '2012-03-27 14:36:01',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'allow_attach': 0,
'allow_trash': 1,
'autoname': u'_ANS.#######',
'colour': u'White:FFF',
'doctype': 'DocType',
'in_create': 1,
'module': u'Utilities',
'name': '__common__',
'read_only': 1,
'section_style': u'Simple',
'server_code_error': u' ',
'show_in_menu': 0,
'version': 3
},
# These values are common for all DocField
{
'doctype': u'DocField',
'name': '__common__',
'parent': u'Answer',
'parentfield': u'fields',
'parenttype': u'DocType',
'permlevel': 0
},
# These values are common for all DocPerm
{
'cancel': 1,
'create': 1,
'doctype': u'DocPerm',
'name': '__common__',
'parent': u'Answer',
'parentfield': u'permissions',
'parenttype': u'DocType',
'permlevel': 0,
'read': 1,
'role': u'All',
'write': 1
},
# DocType, Answer
{
'doctype': 'DocType',
'name': u'Answer'
},
# DocPerm
{
'doctype': u'DocPerm'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'question',
'fieldtype': u'Link',
'label': u'Question',
'options': u'Question'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'answer',
'fieldtype': u'Text',
'label': u'Answer',
'oldfieldname': u'question',
'oldfieldtype': u'Text'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'points',
'fieldtype': u'Int',
'label': u'Points'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'_users_voted',
'fieldtype': u'Text',
'hidden': 1,
'label': u'Users Voted',
'print_hide': 1
}
]
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-03-27 14:36:01",
"modified_by": "Administrator",
"modified": "2012-03-27 14:36:01"
},
{
"section_style": "Simple",
"allow_attach": 0,
"module": "Utilities",
"allow_trash": 1,
"server_code_error": " ",
"in_create": 1,
"read_only": 1,
"autoname": "_ANS.#######",
"name": "__common__",
"colour": "White:FFF",
"doctype": "DocType",
"show_in_menu": 0,
"version": 3
},
{
"name": "__common__",
"parent": "Answer",
"doctype": "DocField",
"parenttype": "DocType",
"permlevel": 0,
"parentfield": "fields"
},
{
"parent": "Answer",
"read": 1,
"doctype": "DocPerm",
"cancel": 1,
"name": "__common__",
"create": 1,
"write": 1,
"parenttype": "DocType",
"role": "All",
"permlevel": 0,
"parentfield": "permissions"
},
{
"name": "Answer",
"doctype": "DocType"
},
{
"doctype": "DocPerm"
},
{
"doctype": "DocField",
"label": "Question",
"fieldname": "question",
"fieldtype": "Link",
"options": "Question"
},
{
"oldfieldtype": "Text",
"doctype": "DocField",
"label": "Answer",
"oldfieldname": "question",
"fieldname": "answer",
"fieldtype": "Text"
},
{
"doctype": "DocField",
"fieldname": "points",
"fieldtype": "Int",
"label": "Points"
},
{
"print_hide": 1,
"doctype": "DocField",
"label": "Users Voted",
"fieldname": "_users_voted",
"fieldtype": "Text",
"hidden": 1
}
]

View File

@@ -1,93 +1,74 @@
# DocType, GL Mapper
[
# These values are common in all dictionaries
{
'creation': '2012-04-13 11:56:40',
'docstatus': 0,
'modified': '2012-04-23 12:27:38',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'_last_update': u'1305006361',
'autoname': u'field:doc_type',
'colour': u'White:FFF',
'doctype': 'DocType',
'module': u'Utilities',
'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'GL Mapper',
'parentfield': u'fields',
'parenttype': u'DocType',
'permlevel': 0
},
# These values are common for all DocPerm
{
'create': 0,
'doctype': u'DocPerm',
'name': '__common__',
'parent': u'GL Mapper',
'parentfield': u'permissions',
'parenttype': u'DocType',
'permlevel': 0,
'read': 1
},
# DocType, GL Mapper
{
'doctype': 'DocType',
'name': u'GL Mapper'
},
# DocPerm
{
'amend': 0,
'cancel': 0,
'doctype': u'DocPerm',
'role': u'Accounts User',
'submit': 0,
'write': 0
},
# DocPerm
{
'doctype': u'DocPerm',
'role': u'System Manager',
'write': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'doc_type',
'fieldtype': u'Data',
'label': u'Doc Type',
'oldfieldname': u'doc_type',
'oldfieldtype': u'Link',
'reqd': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'fields',
'fieldtype': u'Table',
'label': u'Fields',
'oldfieldname': u'fields',
'oldfieldtype': u'Table',
'options': u'GL Mapper Detail'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-04-13 11:56:40",
"modified_by": "Administrator",
"modified": "2012-04-23 12:27:38"
},
{
"section_style": "Simple",
"module": "Utilities",
"doctype": "DocType",
"autoname": "field:doc_type",
"show_in_menu": 0,
"name": "__common__",
"colour": "White:FFF",
"_last_update": "1305006361",
"server_code_error": " ",
"version": 1
},
{
"name": "__common__",
"parent": "GL Mapper",
"doctype": "DocField",
"parenttype": "DocType",
"permlevel": 0,
"parentfield": "fields"
},
{
"name": "__common__",
"parent": "GL Mapper",
"read": 1,
"create": 0,
"doctype": "DocPerm",
"parenttype": "DocType",
"permlevel": 0,
"parentfield": "permissions"
},
{
"name": "GL Mapper",
"doctype": "DocType"
},
{
"amend": 0,
"doctype": "DocPerm",
"submit": 0,
"write": 0,
"role": "Accounts User",
"cancel": 0
},
{
"write": 1,
"role": "System Manager",
"doctype": "DocPerm"
},
{
"oldfieldtype": "Link",
"doctype": "DocField",
"label": "Doc Type",
"oldfieldname": "doc_type",
"fieldname": "doc_type",
"fieldtype": "Data",
"reqd": 1
},
{
"oldfieldtype": "Table",
"doctype": "DocField",
"label": "Fields",
"oldfieldname": "fields",
"fieldname": "fields",
"fieldtype": "Table",
"options": "GL Mapper Detail"
}
]

View File

@@ -1,207 +1,162 @@
# DocType, GL Mapper Detail
[
# These values are common in all dictionaries
{
'creation': '2012-03-27 14:36:46',
'docstatus': 0,
'modified': '2012-03-27 14:36:46',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'autoname': u'GLMDetail.#####',
'colour': u'White:FFF',
'doctype': 'DocType',
'istable': 1,
'module': u'Utilities',
'name': '__common__',
'section_style': u'Tray',
'server_code_error': u' ',
'show_in_menu': 0,
'version': 4
},
# These values are common for all DocField
{
'doctype': u'DocField',
'fieldtype': u'Data',
'name': '__common__',
'oldfieldtype': u'Data',
'parent': u'GL Mapper Detail',
'parentfield': u'fields',
'parenttype': u'DocType',
'permlevel': 0
},
# DocType, GL Mapper Detail
{
'doctype': 'DocType',
'name': u'GL Mapper Detail'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'table_field',
'label': u'Table Field',
'oldfieldname': u'table_field'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'account',
'label': u'Account',
'oldfieldname': u'account',
'reqd': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'debit',
'label': u'Debit',
'oldfieldname': u'debit',
'reqd': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'credit',
'label': u'Credit',
'oldfieldname': u'credit',
'reqd': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'cost_center',
'label': u'Cost Center',
'oldfieldname': u'cost_center',
'reqd': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'against',
'label': u'Against',
'oldfieldname': u'against',
'reqd': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'remarks',
'label': u'Remarks',
'no_copy': 1,
'oldfieldname': u'remarks',
'reqd': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'voucher_type',
'label': u'Voucher Type',
'oldfieldname': u'voucher_type',
'reqd': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'voucher_no',
'label': u'Voucher No',
'oldfieldname': u'voucher_no',
'reqd': 1
},
# DocField
{
'description': u'The date at which current entry will get or has actually executed.',
'doctype': u'DocField',
'fieldname': u'posting_date',
'label': u'Posting Date',
'oldfieldname': u'posting_date',
'reqd': 1
},
# DocField
{
'description': u'The date at which current entry is made in system.',
'doctype': u'DocField',
'fieldname': u'transaction_date',
'label': u'Transaction Date',
'oldfieldname': u'transaction_date',
'reqd': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'aging_date',
'label': u'Aging Date',
'oldfieldname': u'aging_date',
'reqd': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'fiscal_year',
'in_filter': 1,
'label': u'Fiscal Year',
'oldfieldname': u'fiscal_year',
'reqd': 1,
'search_index': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'against_voucher',
'label': u'Against Voucher',
'oldfieldname': u'against_voucher'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'against_voucher_type',
'label': u'Against Voucher Type',
'oldfieldname': u'against_voucher_type'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'company',
'in_filter': 1,
'label': u'Company',
'oldfieldname': u'company',
'search_index': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'is_opening',
'label': u'Is Opening',
'oldfieldname': u'is_opening'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'is_advance',
'label': u'Is Advance',
'oldfieldname': u'is_advance'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-03-27 14:36:46",
"modified_by": "Administrator",
"modified": "2012-03-27 14:36:46"
},
{
"section_style": "Tray",
"istable": 1,
"module": "Utilities",
"server_code_error": " ",
"doctype": "DocType",
"autoname": "GLMDetail.#####",
"name": "__common__",
"colour": "White:FFF",
"show_in_menu": 0,
"version": 4
},
{
"name": "__common__",
"parent": "GL Mapper Detail",
"oldfieldtype": "Data",
"doctype": "DocField",
"parenttype": "DocType",
"fieldtype": "Data",
"permlevel": 0,
"parentfield": "fields"
},
{
"name": "GL Mapper Detail",
"doctype": "DocType"
},
{
"oldfieldname": "table_field",
"fieldname": "table_field",
"doctype": "DocField",
"label": "Table Field"
},
{
"doctype": "DocField",
"label": "Account",
"oldfieldname": "account",
"fieldname": "account",
"reqd": 1
},
{
"doctype": "DocField",
"label": "Debit",
"oldfieldname": "debit",
"fieldname": "debit",
"reqd": 1
},
{
"doctype": "DocField",
"label": "Credit",
"oldfieldname": "credit",
"fieldname": "credit",
"reqd": 1
},
{
"doctype": "DocField",
"label": "Cost Center",
"oldfieldname": "cost_center",
"fieldname": "cost_center",
"reqd": 0
},
{
"doctype": "DocField",
"label": "Against",
"oldfieldname": "against",
"fieldname": "against",
"reqd": 1
},
{
"no_copy": 1,
"doctype": "DocField",
"label": "Remarks",
"oldfieldname": "remarks",
"fieldname": "remarks",
"reqd": 1
},
{
"doctype": "DocField",
"label": "Voucher Type",
"oldfieldname": "voucher_type",
"fieldname": "voucher_type",
"reqd": 1
},
{
"doctype": "DocField",
"label": "Voucher No",
"oldfieldname": "voucher_no",
"fieldname": "voucher_no",
"reqd": 1
},
{
"description": "The date at which current entry will get or has actually executed.",
"doctype": "DocField",
"label": "Posting Date",
"oldfieldname": "posting_date",
"fieldname": "posting_date",
"reqd": 1
},
{
"description": "The date at which current entry is made in system.",
"doctype": "DocField",
"label": "Transaction Date",
"oldfieldname": "transaction_date",
"fieldname": "transaction_date",
"reqd": 1
},
{
"doctype": "DocField",
"label": "Aging Date",
"oldfieldname": "aging_date",
"fieldname": "aging_date",
"reqd": 1
},
{
"search_index": 0,
"doctype": "DocField",
"label": "Fiscal Year",
"oldfieldname": "fiscal_year",
"fieldname": "fiscal_year",
"reqd": 1,
"in_filter": 1
},
{
"oldfieldname": "against_voucher",
"fieldname": "against_voucher",
"doctype": "DocField",
"label": "Against Voucher"
},
{
"oldfieldname": "against_voucher_type",
"fieldname": "against_voucher_type",
"doctype": "DocField",
"label": "Against Voucher Type"
},
{
"search_index": 0,
"doctype": "DocField",
"label": "Company",
"oldfieldname": "company",
"fieldname": "company",
"in_filter": 1
},
{
"oldfieldname": "is_opening",
"fieldname": "is_opening",
"doctype": "DocField",
"label": "Is Opening"
},
{
"oldfieldname": "is_advance",
"fieldname": "is_advance",
"doctype": "DocField",
"label": "Is Advance"
}
]

View File

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

View File

@@ -1,158 +1,127 @@
# DocType, Question
[
# These values are common in all dictionaries
{
'creation': '2012-03-27 14:36:01',
'docstatus': 0,
'modified': '2012-03-27 14:36:01',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'allow_attach': 0,
'allow_trash': 1,
'autoname': u'QUES.#######',
'colour': u'White:FFF',
'doctype': 'DocType',
'in_create': 1,
'module': u'Utilities',
'name': '__common__',
'read_only': 1,
'section_style': u'Simple',
'server_code_error': u' ',
'show_in_menu': 0,
'version': 7
},
# These values are common for all DocField
{
'doctype': u'DocField',
'name': '__common__',
'parent': u'Question',
'parentfield': u'fields',
'parenttype': u'DocType',
'permlevel': 0
},
# These values are common for all DocPerm
{
'cancel': 1,
'create': 1,
'doctype': u'DocPerm',
'name': '__common__',
'parent': u'Question',
'parentfield': u'permissions',
'parenttype': u'DocType',
'permlevel': 0,
'read': 1,
'role': u'All',
'write': 1
},
# DocType, Question
{
'doctype': 'DocType',
'name': u'Question'
},
# DocPerm
{
'doctype': u'DocPerm'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'question',
'fieldtype': u'Text',
'label': u'Question',
'oldfieldname': u'question',
'oldfieldtype': u'Text'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'points',
'fieldtype': u'Int',
'hidden': 1,
'label': u'Points'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'answer',
'fieldtype': u'Text Editor',
'label': u'Answer',
'oldfieldname': u'answer',
'oldfieldtype': u'Text Editor'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'_user_tags',
'fieldtype': u'Data',
'hidden': 1,
'label': u'User Tags'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'tag_1',
'fieldtype': u'Link',
'label': u'Tag 1',
'oldfieldname': u'tag_1',
'oldfieldtype': u'Link',
'options': u'Question Tag',
'search_index': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'_users_voted',
'fieldtype': u'Text',
'label': u'Users Voted'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'tag_2',
'fieldtype': u'Link',
'label': u'Tag 2',
'oldfieldname': u'tag_2',
'oldfieldtype': u'Link',
'options': u'Question Tag',
'search_index': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'tag_3',
'fieldtype': u'Link',
'label': u'Tag 3',
'oldfieldname': u'tag_3',
'oldfieldtype': u'Link',
'options': u'Question Tag',
'search_index': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'file_list',
'fieldtype': u'Text',
'hidden': 1,
'label': u'File List',
'oldfieldname': u'file_list',
'oldfieldtype': u'Text'
}
]
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-03-27 14:36:01",
"modified_by": "Administrator",
"modified": "2012-03-27 14:36:01"
},
{
"section_style": "Simple",
"allow_attach": 0,
"module": "Utilities",
"allow_trash": 1,
"server_code_error": " ",
"in_create": 1,
"read_only": 1,
"autoname": "QUES.#######",
"name": "__common__",
"colour": "White:FFF",
"doctype": "DocType",
"show_in_menu": 0,
"version": 7
},
{
"name": "__common__",
"parent": "Question",
"doctype": "DocField",
"parenttype": "DocType",
"permlevel": 0,
"parentfield": "fields"
},
{
"parent": "Question",
"read": 1,
"doctype": "DocPerm",
"cancel": 1,
"name": "__common__",
"create": 1,
"write": 1,
"parenttype": "DocType",
"role": "All",
"permlevel": 0,
"parentfield": "permissions"
},
{
"name": "Question",
"doctype": "DocType"
},
{
"doctype": "DocPerm"
},
{
"oldfieldtype": "Text",
"doctype": "DocField",
"label": "Question",
"oldfieldname": "question",
"fieldname": "question",
"fieldtype": "Text"
},
{
"doctype": "DocField",
"label": "Points",
"fieldname": "points",
"fieldtype": "Int",
"hidden": 1
},
{
"oldfieldtype": "Text Editor",
"doctype": "DocField",
"label": "Answer",
"oldfieldname": "answer",
"fieldname": "answer",
"fieldtype": "Text Editor"
},
{
"doctype": "DocField",
"label": "User Tags",
"fieldname": "_user_tags",
"fieldtype": "Data",
"hidden": 1
},
{
"search_index": 0,
"doctype": "DocField",
"label": "Tag 1",
"oldfieldname": "tag_1",
"fieldname": "tag_1",
"fieldtype": "Link",
"oldfieldtype": "Link",
"options": "Question Tag"
},
{
"doctype": "DocField",
"fieldname": "_users_voted",
"fieldtype": "Text",
"label": "Users Voted"
},
{
"search_index": 0,
"doctype": "DocField",
"label": "Tag 2",
"oldfieldname": "tag_2",
"fieldname": "tag_2",
"fieldtype": "Link",
"oldfieldtype": "Link",
"options": "Question Tag"
},
{
"search_index": 0,
"doctype": "DocField",
"label": "Tag 3",
"oldfieldname": "tag_3",
"fieldname": "tag_3",
"fieldtype": "Link",
"oldfieldtype": "Link",
"options": "Question Tag"
},
{
"oldfieldtype": "Text",
"doctype": "DocField",
"label": "File List",
"oldfieldname": "file_list",
"fieldname": "file_list",
"fieldtype": "Text",
"hidden": 1
}
]

View File

@@ -1,57 +1,44 @@
# DocType, SMS Control
[
# These values are common in all dictionaries
{
'creation': '2012-03-27 14:36:47',
'docstatus': 0,
'modified': '2012-03-27 14:36:47',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'colour': u'White:FFF',
'doctype': 'DocType',
'in_create': 0,
'issingle': 1,
'module': u'Utilities',
'name': '__common__',
'section_style': u'Simple',
'server_code_error': u' ',
'show_in_menu': 0,
'version': 8
},
# These values are common for all DocPerm
{
'doctype': u'DocPerm',
'name': '__common__',
'parent': u'SMS Control',
'parentfield': u'permissions',
'parenttype': u'DocType',
'read': 1,
'role': u'System Manager'
},
# DocType, SMS Control
{
'doctype': 'DocType',
'name': u'SMS Control'
},
# DocPerm
{
'create': 1,
'doctype': u'DocPerm',
'permlevel': 0,
'write': 1
},
# DocPerm
{
'doctype': u'DocPerm',
'permlevel': 1
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-03-27 14:36:47",
"modified_by": "Administrator",
"modified": "2012-03-27 14:36:47"
},
{
"section_style": "Simple",
"in_create": 0,
"module": "Utilities",
"server_code_error": " ",
"doctype": "DocType",
"issingle": 1,
"name": "__common__",
"colour": "White:FFF",
"show_in_menu": 0,
"version": 8
},
{
"name": "__common__",
"parent": "SMS Control",
"read": 1,
"doctype": "DocPerm",
"parenttype": "DocType",
"role": "System Manager",
"parentfield": "permissions"
},
{
"name": "SMS Control",
"doctype": "DocType"
},
{
"write": 1,
"create": 1,
"permlevel": 0,
"doctype": "DocPerm"
},
{
"permlevel": 1,
"doctype": "DocPerm"
}
]

View File

@@ -1,123 +1,94 @@
# DocType, SMS Log
[
# These values are common in all dictionaries
{
'creation': '2012-03-27 14:36:47',
'docstatus': 0,
'modified': '2012-03-27 14:36:47',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'autoname': u'SMSLOG/.########',
'colour': u'White:FFF',
'doctype': 'DocType',
'module': u'Utilities',
'name': '__common__',
'section_style': u'Simple',
'show_in_menu': 0,
'version': 3
},
# These values are common for all DocField
{
'doctype': u'DocField',
'name': '__common__',
'parent': u'SMS Log',
'parentfield': u'fields',
'parenttype': u'DocType',
'permlevel': 0
},
# These values are common for all DocPerm
{
'create': 0,
'doctype': u'DocPerm',
'name': '__common__',
'parent': u'SMS Log',
'parentfield': u'permissions',
'parenttype': u'DocType',
'permlevel': 0,
'read': 1,
'role': u'System Manager',
'write': 0
},
# DocType, SMS Log
{
'doctype': 'DocType',
'name': u'SMS Log'
},
# DocPerm
{
'doctype': u'DocPerm'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'column_break0',
'fieldtype': u'Column Break',
'width': u'50%'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'sender_name',
'fieldtype': u'Data',
'label': u'Sender Name'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'sent_on',
'fieldtype': u'Date',
'label': u'Sent On'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'receiver_list',
'fieldtype': u'Small Text',
'label': u'Receiver List'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'column_break1',
'fieldtype': u'Column Break',
'width': u'50%'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'no_of_requested_sms',
'fieldtype': u'Int',
'label': u'No of Requested SMS'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'no_of_sent_sms',
'fieldtype': u'Int',
'label': u'No of Sent SMS'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'message',
'fieldtype': u'Small Text',
'label': u'Message'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-03-27 14:36:47",
"modified_by": "Administrator",
"modified": "2012-03-27 14:36:47"
},
{
"section_style": "Simple",
"name": "__common__",
"colour": "White:FFF",
"module": "Utilities",
"doctype": "DocType",
"version": 3,
"autoname": "SMSLOG/.########",
"show_in_menu": 0
},
{
"name": "__common__",
"parent": "SMS Log",
"doctype": "DocField",
"parenttype": "DocType",
"permlevel": 0,
"parentfield": "fields"
},
{
"parent": "SMS Log",
"read": 1,
"name": "__common__",
"create": 0,
"doctype": "DocPerm",
"write": 0,
"parenttype": "DocType",
"role": "System Manager",
"permlevel": 0,
"parentfield": "permissions"
},
{
"name": "SMS Log",
"doctype": "DocType"
},
{
"doctype": "DocPerm"
},
{
"width": "50%",
"fieldname": "column_break0",
"fieldtype": "Column Break",
"doctype": "DocField"
},
{
"doctype": "DocField",
"fieldname": "sender_name",
"fieldtype": "Data",
"label": "Sender Name"
},
{
"doctype": "DocField",
"fieldname": "sent_on",
"fieldtype": "Date",
"label": "Sent On"
},
{
"doctype": "DocField",
"fieldname": "receiver_list",
"fieldtype": "Small Text",
"label": "Receiver List"
},
{
"width": "50%",
"fieldname": "column_break1",
"fieldtype": "Column Break",
"doctype": "DocField"
},
{
"doctype": "DocField",
"fieldname": "no_of_requested_sms",
"fieldtype": "Int",
"label": "No of Requested SMS"
},
{
"doctype": "DocField",
"fieldname": "no_of_sent_sms",
"fieldtype": "Int",
"label": "No of Sent SMS"
},
{
"doctype": "DocField",
"fieldname": "message",
"fieldtype": "Small Text",
"label": "Message"
}
]

View File

@@ -1,69 +1,54 @@
# DocType, SMS Receiver
[
# These values are common in all dictionaries
{
'creation': '2012-03-27 14:36:47',
'docstatus': 0,
'modified': '2012-03-27 14:36:47',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'colour': u'White:FFF',
'doctype': 'DocType',
'istable': 1,
'module': u'Utilities',
'name': '__common__',
'section_style': u'Tray',
'server_code_error': u' ',
'version': 2
},
# These values are common for all DocField
{
'doctype': u'DocField',
'fieldtype': u'Data',
'name': '__common__',
'oldfieldtype': u'Data',
'parent': u'SMS Receiver',
'parentfield': u'fields',
'parenttype': u'DocType',
'permlevel': 0
},
# DocType, SMS Receiver
{
'doctype': 'DocType',
'name': u'SMS Receiver'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'customer_name',
'label': u'Customer Name',
'oldfieldname': u'customer_name'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'receiver_name',
'label': u'Receiver Name',
'oldfieldname': u'receiver_name',
'width': u'350px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'mobile_no',
'label': u'Mobile No',
'oldfieldname': u'mobile_no',
'reqd': 1,
'width': u'200px'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-03-27 14:36:47",
"modified_by": "Administrator",
"modified": "2012-03-27 14:36:47"
},
{
"section_style": "Tray",
"istable": 1,
"name": "__common__",
"colour": "White:FFF",
"module": "Utilities",
"doctype": "DocType",
"version": 2,
"server_code_error": " "
},
{
"name": "__common__",
"parent": "SMS Receiver",
"oldfieldtype": "Data",
"doctype": "DocField",
"parenttype": "DocType",
"fieldtype": "Data",
"permlevel": 0,
"parentfield": "fields"
},
{
"name": "SMS Receiver",
"doctype": "DocType"
},
{
"oldfieldname": "customer_name",
"fieldname": "customer_name",
"doctype": "DocField",
"label": "Customer Name"
},
{
"doctype": "DocField",
"label": "Receiver Name",
"oldfieldname": "receiver_name",
"width": "350px",
"fieldname": "receiver_name"
},
{
"doctype": "DocField",
"label": "Mobile No",
"oldfieldname": "mobile_no",
"width": "200px",
"fieldname": "mobile_no",
"reqd": 1
}
]

View File

@@ -1,32 +1,25 @@
# DocType, Trash Control
[
# These values are common in all dictionaries
{
'creation': '2012-03-27 14:36:47',
'docstatus': 0,
'modified': '2012-03-27 14:36:47',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'colour': u'White:FFF',
'doctype': 'DocType',
'in_create': 1,
'issingle': 1,
'module': u'Utilities',
'name': '__common__',
'read_only': 1,
'section_style': u'Simple',
'server_code_error': u' ',
'version': 35
},
# DocType, Trash Control
{
'doctype': 'DocType',
'name': u'Trash Control'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-03-27 14:36:47",
"modified_by": "Administrator",
"modified": "2012-03-27 14:36:47"
},
{
"section_style": "Simple",
"in_create": 1,
"module": "Utilities",
"server_code_error": " ",
"doctype": "DocType",
"issingle": 1,
"read_only": 1,
"name": "__common__",
"colour": "White:FFF",
"version": 35
},
{
"name": "Trash Control",
"doctype": "DocType"
}
]

View File

@@ -1,28 +1,21 @@
# Page, calendar
[
# These values are common in all dictionaries
{
'creation': '2012-02-24 11:24:12',
'docstatus': 0,
'modified': '2012-02-24 11:24:12',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all Page
{
'doctype': 'Page',
'module': u'Utilities',
'name': '__common__',
'page_name': u'calendar',
'standard': u'Yes',
'title': u'Calendar'
},
# Page, calendar
{
'doctype': 'Page',
'name': u'calendar'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-02-24 11:24:12",
"modified_by": "Administrator",
"modified": "2012-02-24 11:24:12"
},
{
"name": "__common__",
"title": "Calendar",
"module": "Utilities",
"doctype": "Page",
"page_name": "calendar",
"standard": "Yes"
},
{
"name": "calendar",
"doctype": "Page"
}
]

View File

@@ -1,28 +1,21 @@
# Page, markdown-reference
[
# These values are common in all dictionaries
{
'creation': '2012-08-07 12:35:30',
'docstatus': 0,
'modified': '2012-08-07 12:35:30',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all Page
{
'doctype': 'Page',
'module': u'Utilities',
'name': '__common__',
'page_name': u'Markdown Reference',
'standard': u'Yes',
'title': u'Markdown Reference'
},
# Page, markdown-reference
{
'doctype': 'Page',
'name': u'markdown-reference'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-08-07 12:35:30",
"modified_by": "Administrator",
"modified": "2012-08-07 12:35:30"
},
{
"name": "__common__",
"title": "Markdown Reference",
"module": "Utilities",
"doctype": "Page",
"page_name": "Markdown Reference",
"standard": "Yes"
},
{
"name": "markdown-reference",
"doctype": "Page"
}
]

View File

@@ -1,28 +1,21 @@
# Page, messages
[
# These values are common in all dictionaries
{
'creation': '2012-02-24 11:21:57',
'docstatus': 0,
'modified': '2012-02-24 11:21:57',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all Page
{
'doctype': 'Page',
'module': u'Utilities',
'name': '__common__',
'page_name': u'messages',
'standard': u'Yes',
'title': u'Messages'
},
# Page, messages
{
'doctype': 'Page',
'name': u'messages'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-02-24 11:21:57",
"modified_by": "Administrator",
"modified": "2012-02-24 11:21:57"
},
{
"name": "__common__",
"title": "Messages",
"module": "Utilities",
"doctype": "Page",
"page_name": "messages",
"standard": "Yes"
},
{
"name": "messages",
"doctype": "Page"
}
]

View File

@@ -1,27 +1,20 @@
# Page, question-view
[
# These values are common in all dictionaries
{
'creation': '2011-05-04 11:09:50',
'docstatus': 0,
'modified': '2011-03-29 13:54:27',
'modified_by': 'Administrator',
'owner': 'Administrator'
},
# These values are common for all Page
{
'doctype': 'Page',
'module': 'Utilities',
'name': '__common__',
'page_name': 'Question View',
'standard': 'Yes'
},
# Page, question-view
{
'doctype': 'Page',
'name': 'question-view'
}
]
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2011-05-04 11:09:50",
"modified_by": "Administrator",
"modified": "2011-03-29 13:54:27"
},
{
"name": "__common__",
"module": "Utilities",
"standard": "Yes",
"page_name": "Question View",
"doctype": "Page"
},
{
"name": "question-view",
"doctype": "Page"
}
]

View File

@@ -1,27 +1,20 @@
# Page, questions
[
# These values are common in all dictionaries
{
'creation': '2011-05-04 11:09:49',
'docstatus': 0,
'modified': '2011-03-29 13:53:57',
'modified_by': 'Administrator',
'owner': 'Administrator'
},
# These values are common for all Page
{
'doctype': 'Page',
'module': 'Utilities',
'name': '__common__',
'page_name': 'Questions',
'standard': 'Yes'
},
# Page, questions
{
'doctype': 'Page',
'name': 'questions'
}
]
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2011-05-04 11:09:49",
"modified_by": "Administrator",
"modified": "2011-03-29 13:53:57"
},
{
"name": "__common__",
"module": "Utilities",
"standard": "Yes",
"page_name": "Questions",
"doctype": "Page"
},
{
"name": "questions",
"doctype": "Page"
}
]

View File

@@ -1,28 +1,21 @@
# Page, todo
[
# These values are common in all dictionaries
{
'creation': '2012-02-23 13:59:03',
'docstatus': 0,
'modified': '2012-02-23 13:59:03',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all Page
{
'doctype': 'Page',
'module': u'Utilities',
'name': '__common__',
'page_name': u'todo',
'standard': u'Yes',
'title': u'To Do'
},
# Page, todo
{
'doctype': 'Page',
'name': u'todo'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-02-23 13:59:03",
"modified_by": "Administrator",
"modified": "2012-02-23 13:59:03"
},
{
"name": "__common__",
"title": "To Do",
"module": "Utilities",
"doctype": "Page",
"page_name": "todo",
"standard": "Yes"
},
{
"name": "todo",
"doctype": "Page"
}
]

View File

@@ -1,72 +1,48 @@
# Page, Trash
[
# These values are common in all dictionaries
{
'creation': '2010-10-12 15:19:32',
'docstatus': 0,
'modified': '2010-12-30 11:44:36',
'modified_by': 'Administrator',
'owner': 'Administrator'
},
# These values are common for all Page
{
'doctype': 'Page',
'module': 'Utilities',
'name': '__common__',
'page_name': 'Trash',
'show_in_menu': 0,
'standard': 'Yes'
},
# These values are common for all Page Role
{
'doctype': 'Page Role',
'name': '__common__',
'parent': 'Trash',
'parentfield': 'roles',
'parenttype': 'Page'
},
# Page, Trash
{
'doctype': 'Page',
'name': 'Trash'
},
# Page Role
{
'doctype': 'Page Role',
'idx': 1,
'role': 'Administrator'
},
# Page Role
{
'doctype': 'Page Role',
'idx': 2,
'role': 'Sales Master Manager'
},
# Page Role
{
'doctype': 'Page Role',
'idx': 3,
'role': 'Material Master Manager'
},
# Page Role
{
'doctype': 'Page Role',
'idx': 4,
'role': 'Purchase Master Manager'
},
# Page Role
{
'doctype': 'Page Role',
'idx': 5,
'role': 'Accounts Manager'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2010-10-12 15:19:32",
"modified_by": "Administrator",
"modified": "2010-12-30 11:44:36"
},
{
"name": "__common__",
"module": "Utilities",
"show_in_menu": 0,
"page_name": "Trash",
"doctype": "Page",
"standard": "Yes"
},
{
"name": "__common__",
"parent": "Trash",
"doctype": "Page Role",
"parenttype": "Page",
"parentfield": "roles"
},
{
"name": "Trash",
"doctype": "Page"
},
{
"role": "Administrator",
"doctype": "Page Role"
},
{
"role": "Sales Master Manager",
"doctype": "Page Role"
},
{
"role": "Material Master Manager",
"doctype": "Page Role"
},
{
"role": "Purchase Master Manager",
"doctype": "Page Role"
},
{
"role": "Accounts Manager",
"doctype": "Page Role"
}
]