Merge branch 'master' of github.com:webnotes/erpnext

This commit is contained in:
Rushabh Mehta
2012-12-20 17:12:59 +05:30
542 changed files with 27572 additions and 39784 deletions

View File

@@ -1,49 +1,38 @@
# DocType, Related Page
[
# These values are common in all dictionaries
{
'creation': '2012-03-27 14:36:48',
'docstatus': 0,
'modified': '2012-03-27 14:36:48',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'colour': u'White:FFF',
'doctype': 'DocType',
'istable': 1,
'module': u'Website',
'name': '__common__',
'section_style': u'Simple',
'show_in_menu': 0,
'version': 3
},
# These values are common for all DocField
{
'doctype': u'DocField',
'fieldname': u'page',
'fieldtype': u'Link',
'label': u'Page',
'name': '__common__',
'options': u'Page',
'parent': u'Related Page',
'parentfield': u'fields',
'parenttype': u'DocType',
'permlevel': 0
},
# DocType, Related Page
{
'doctype': 'DocType',
'name': u'Related Page'
},
# DocField
{
'doctype': u'DocField'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-03-27 14:36:48",
"modified_by": "Administrator",
"modified": "2012-03-27 14:36:48"
},
{
"section_style": "Simple",
"istable": 1,
"name": "__common__",
"colour": "White:FFF",
"module": "Website",
"doctype": "DocType",
"version": 3,
"show_in_menu": 0
},
{
"parent": "Related Page",
"name": "__common__",
"doctype": "DocField",
"permlevel": 0,
"parenttype": "DocType",
"fieldname": "page",
"fieldtype": "Link",
"label": "Page",
"options": "Page",
"parentfield": "fields"
},
{
"name": "Related Page",
"doctype": "DocType"
},
{
"doctype": "DocField"
}
]

View File

@@ -1,172 +1,137 @@
# DocType, Style Settings
[
# These values are common in all dictionaries
{
'creation': '2012-04-02 16:02:43',
'docstatus': 0,
'modified': '2012-05-01 15:58:16',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'_last_update': u'1330594969',
'allow_attach': 1,
'colour': u'White:FFF',
'description': u'Set your background color, font and image (tiled)',
'doctype': 'DocType',
'issingle': 1,
'max_attachments': 1,
'module': u'Website',
'name': '__common__',
'section_style': u'Simple',
'show_in_menu': 0,
'version': 1
},
# These values are common for all DocField
{
'doctype': u'DocField',
'name': '__common__',
'parent': u'Style Settings',
'parentfield': u'fields',
'parenttype': u'DocType'
},
# These values are common for all DocPerm
{
'doctype': u'DocPerm',
'name': '__common__',
'parent': u'Style Settings',
'parentfield': u'permissions',
'parenttype': u'DocType',
'read': 1,
'role': u'Website Manager'
},
# DocType, Style Settings
{
'doctype': 'DocType',
'name': u'Style Settings'
},
# DocPerm
{
'create': 1,
'doctype': u'DocPerm',
'permlevel': 0,
'write': 1
},
# DocPerm
{
'doctype': u'DocPerm',
'permlevel': 1
},
# DocField
{
'colour': u'White:FFF',
'description': u'If image is selected, color will be ignored (attach first)',
'doctype': u'DocField',
'fieldname': u'background_image',
'fieldtype': u'Select',
'label': u'Background Image',
'options': u'attach_files:',
'permlevel': 0
},
# DocField
{
'colour': u'White:FFF',
'description': u'Solid background color (default light gray)',
'doctype': u'DocField',
'fieldname': u'background_color',
'fieldtype': u'Data',
'label': u'Background Color',
'permlevel': 0
},
# DocField
{
'doctype': u'DocField',
'fieldtype': u'Column Break',
'permlevel': 0,
'width': u'50%'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'font',
'fieldtype': u'Select',
'label': u'Font',
'options': u'\nHelvetica Neue\nLucida Grande\nVerdana\nArial\nGeorgia\nTahoma\nLato\nOpen Sans',
'permlevel': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'font_size',
'fieldtype': u'Select',
'label': u'Font Size',
'options': u'\n12px\n13px\n14px\n15px\n16px',
'permlevel': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'heading_font',
'fieldtype': u'Select',
'label': u'Heading Font',
'options': u'\nHelvetica Neue\nLucida Grande\nVerdana\nArial\nGeorgia\nTahoma\nLato\nOpen Sans',
'permlevel': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'css',
'fieldtype': u'Section Break',
'label': u'CSS',
'permlevel': 0
},
# DocField
{
'colour': u'White:FFF',
'description': u'add your own CSS (careful!)',
'doctype': u'DocField',
'fieldname': u'add_css',
'fieldtype': u'Code',
'label': u'Add CSS',
'permlevel': 0
},
# DocField
{
'colour': u'White:FFF',
'description': u'Auto generated',
'doctype': u'DocField',
'fieldname': u'custom_css',
'fieldtype': u'Code',
'label': u'Custom CSS',
'permlevel': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'file_list',
'fieldtype': u'Text',
'hidden': 1,
'label': u'File List',
'no_copy': 1,
'permlevel': 0,
'print_hide': 1
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-04-02 16:02:43",
"modified_by": "Administrator",
"modified": "2012-05-01 15:58:16"
},
{
"section_style": "Simple",
"allow_attach": 1,
"module": "Website",
"doctype": "DocType",
"description": "Set your background color, font and image (tiled)",
"issingle": 1,
"name": "__common__",
"colour": "White:FFF",
"_last_update": "1330594969",
"show_in_menu": 0,
"max_attachments": 1,
"version": 1
},
{
"name": "__common__",
"parent": "Style Settings",
"doctype": "DocField",
"parenttype": "DocType",
"parentfield": "fields"
},
{
"name": "__common__",
"parent": "Style Settings",
"read": 1,
"doctype": "DocPerm",
"parenttype": "DocType",
"role": "Website Manager",
"parentfield": "permissions"
},
{
"name": "Style Settings",
"doctype": "DocType"
},
{
"write": 1,
"create": 1,
"permlevel": 0,
"doctype": "DocPerm"
},
{
"permlevel": 1,
"doctype": "DocPerm"
},
{
"description": "If image is selected, color will be ignored (attach first)",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Background Image",
"permlevel": 0,
"fieldname": "background_image",
"fieldtype": "Select",
"options": "attach_files:"
},
{
"description": "Solid background color (default light gray)",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Background Color",
"fieldname": "background_color",
"fieldtype": "Data",
"permlevel": 0
},
{
"width": "50%",
"doctype": "DocField",
"fieldtype": "Column Break",
"permlevel": 0
},
{
"doctype": "DocField",
"options": "\nHelvetica Neue\nLucida Grande\nVerdana\nArial\nGeorgia\nTahoma\nLato\nOpen Sans",
"fieldname": "font",
"fieldtype": "Select",
"label": "Font",
"permlevel": 0
},
{
"doctype": "DocField",
"options": "\n12px\n13px\n14px\n15px\n16px",
"fieldname": "font_size",
"fieldtype": "Select",
"label": "Font Size",
"permlevel": 0
},
{
"doctype": "DocField",
"options": "\nHelvetica Neue\nLucida Grande\nVerdana\nArial\nGeorgia\nTahoma\nLato\nOpen Sans",
"fieldname": "heading_font",
"fieldtype": "Select",
"label": "Heading Font",
"permlevel": 0
},
{
"doctype": "DocField",
"label": "CSS",
"fieldname": "css",
"fieldtype": "Section Break",
"permlevel": 0
},
{
"description": "add your own CSS (careful!)",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Add CSS",
"fieldname": "add_css",
"fieldtype": "Code",
"permlevel": 0
},
{
"description": "Auto generated",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Custom CSS",
"fieldname": "custom_css",
"fieldtype": "Code",
"permlevel": 1
},
{
"print_hide": 1,
"no_copy": 1,
"doctype": "DocField",
"label": "File List",
"fieldname": "file_list",
"fieldtype": "Text",
"hidden": 1,
"permlevel": 0
}
]

View File

@@ -1,75 +1,58 @@
# DocType, Top Bar Item
[
# These values are common in all dictionaries
{
'creation': '2012-04-02 16:02:43',
'docstatus': 0,
'modified': '2012-05-07 15:21:00',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'colour': u'White:FFF',
'doctype': 'DocType',
'istable': 1,
'module': u'Website',
'name': '__common__',
'section_style': u'Simple',
'show_in_menu': 0,
'version': 1
},
# These values are common for all DocField
{
'doctype': u'DocField',
'name': '__common__',
'parent': u'Top Bar Item',
'parentfield': u'fields',
'parenttype': u'DocType',
'permlevel': 0
},
# DocType, Top Bar Item
{
'doctype': 'DocType',
'name': u'Top Bar Item'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'label',
'fieldtype': u'Data',
'label': u'Label',
'width': u'120px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'url',
'fieldtype': u'Data',
'label': u'URL',
'width': u'200px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'target',
'fieldtype': u'Select',
'label': u'Target',
'options': u'\ntarget = "_blank"'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'parent_label',
'fieldtype': u'Select',
'label': u'Parent Label'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-04-02 16:02:43",
"modified_by": "Administrator",
"modified": "2012-05-07 15:21:00"
},
{
"section_style": "Simple",
"istable": 1,
"name": "__common__",
"colour": "White:FFF",
"module": "Website",
"doctype": "DocType",
"version": 1,
"show_in_menu": 0
},
{
"name": "__common__",
"parent": "Top Bar Item",
"doctype": "DocField",
"parenttype": "DocType",
"permlevel": 0,
"parentfield": "fields"
},
{
"name": "Top Bar Item",
"doctype": "DocType"
},
{
"doctype": "DocField",
"label": "Label",
"width": "120px",
"fieldname": "label",
"fieldtype": "Data"
},
{
"doctype": "DocField",
"label": "URL",
"width": "200px",
"fieldname": "url",
"fieldtype": "Data"
},
{
"doctype": "DocField",
"label": "Target",
"fieldname": "target",
"fieldtype": "Select",
"options": "\ntarget = \"_blank\""
},
{
"doctype": "DocField",
"fieldname": "parent_label",
"fieldtype": "Select",
"label": "Parent Label"
}
]

View File

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