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

This commit is contained in:
Rushabh Mehta 2012-11-14 12:36:13 +01:00
commit 3b7f9c1c85
2 changed files with 57 additions and 56 deletions

View File

@ -5,7 +5,7 @@
{ {
u'creation': '2012-07-03 13:30:40', u'creation': '2012-07-03 13:30:40',
u'docstatus': 0, u'docstatus': 0,
u'modified': '2012-11-14 16:12:10', u'modified': '2012-11-14 16:54:18',
u'modified_by': u'Administrator', u'modified_by': u'Administrator',
u'owner': u'Administrator' u'owner': u'Administrator'
}, },
@ -358,7 +358,7 @@
'oldfieldtype': u'Link', 'oldfieldtype': u'Link',
'options': u'Branch', 'options': u'Branch',
'permlevel': 0, 'permlevel': 0,
'reqd': 1 'reqd': 0
}, },
# DocField # DocField
@ -373,7 +373,7 @@
'oldfieldtype': u'Link', 'oldfieldtype': u'Link',
'options': u'Department', 'options': u'Department',
'permlevel': 0, 'permlevel': 0,
'reqd': 1 'reqd': 0
}, },
# DocField # DocField
@ -388,7 +388,7 @@
'oldfieldtype': u'Link', 'oldfieldtype': u'Link',
'options': u'Designation', 'options': u'Designation',
'permlevel': 0, 'permlevel': 0,
'reqd': 1, 'reqd': 0,
'search_index': 1 'search_index': 1
}, },

View File

@ -3,11 +3,11 @@
# These values are common in all dictionaries # These values are common in all dictionaries
{ {
'creation': '2012-08-08 13:25:19', u'creation': '2012-08-09 11:38:30',
'docstatus': 0, u'docstatus': 0,
'modified': '2012-08-08 13:55:01', u'modified': '2012-11-14 17:04:57',
'modified_by': u'Administrator', u'modified_by': u'Administrator',
'owner': u'Administrator' u'owner': u'Administrator'
}, },
# These values are common for all DocType # These values are common for all DocType
@ -18,11 +18,11 @@
'autoname': u'field:project_name', 'autoname': u'field:project_name',
'colour': u'White:FFF', 'colour': u'White:FFF',
'default_print_format': u'Standard', 'default_print_format': u'Standard',
'doctype': 'DocType', u'doctype': u'DocType',
'document_type': u'Master', 'document_type': u'Master',
'max_attachments': 4, 'max_attachments': 4,
'module': u'Projects', 'module': u'Projects',
'name': '__common__', u'name': u'__common__',
'search_fields': u'customer, status, priority, is_active', 'search_fields': u'customer, status, priority, is_active',
'section_style': u'Tabbed', 'section_style': u'Tabbed',
'server_code_error': u' ', 'server_code_error': u' ',
@ -34,8 +34,8 @@
# These values are common for all DocField # These values are common for all DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'name': '__common__', u'name': u'__common__',
'parent': u'Project', 'parent': u'Project',
'parentfield': u'fields', 'parentfield': u'fields',
'parenttype': u'DocType' 'parenttype': u'DocType'
@ -45,8 +45,8 @@
{ {
'cancel': 1, 'cancel': 1,
'create': 1, 'create': 1,
'doctype': u'DocPerm', u'doctype': u'DocPerm',
'name': '__common__', u'name': u'__common__',
'parent': u'Project', 'parent': u'Project',
'parentfield': u'permissions', 'parentfield': u'permissions',
'parenttype': u'DocType', 'parenttype': u'DocType',
@ -58,20 +58,15 @@
# DocType, Project # DocType, Project
{ {
'doctype': 'DocType', u'doctype': u'DocType',
'name': u'Project' u'name': u'Project'
},
# DocPerm
{
'doctype': u'DocPerm'
}, },
# DocField # DocField
{ {
'colour': u'White:FFF', 'colour': u'White:FFF',
'description': u'Helps you keep track of your projects and links to Tasks. You can tag a task to a project to track its progress', 'description': u'Helps you keep track of your projects and links to Tasks. You can tag a task to a project to track its progress',
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'basic_info', 'fieldname': u'basic_info',
'fieldtype': u'Section Break', 'fieldtype': u'Section Break',
'label': u'Basic Info', 'label': u'Basic Info',
@ -81,7 +76,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'cb_project_status', 'fieldname': u'cb_project_status',
'fieldtype': u'Column Break', 'fieldtype': u'Column Break',
'label': u'Status', 'label': u'Status',
@ -91,7 +86,7 @@
# DocField # DocField
{ {
'description': u'Project will get saved and will be searchable with project name given', 'description': u'Project will get saved and will be searchable with project name given',
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'project_name', 'fieldname': u'project_name',
'fieldtype': u'Data', 'fieldtype': u'Data',
'label': u'Project Name', 'label': u'Project Name',
@ -106,7 +101,7 @@
{ {
'colour': u'White:FFF', 'colour': u'White:FFF',
'default': u'Open', 'default': u'Open',
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'status', 'fieldname': u'status',
'fieldtype': u'Select', 'fieldtype': u'Select',
'in_filter': 1, 'in_filter': 1,
@ -122,7 +117,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'is_active', 'fieldname': u'is_active',
'fieldtype': u'Select', 'fieldtype': u'Select',
'label': u'Is Active', 'label': u'Is Active',
@ -136,7 +131,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'priority', 'fieldname': u'priority',
'fieldtype': u'Select', 'fieldtype': u'Select',
'label': u'Priority', 'label': u'Priority',
@ -150,7 +145,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'cb_project_dates', 'fieldname': u'cb_project_dates',
'fieldtype': u'Column Break', 'fieldtype': u'Column Break',
'label': u'Dates', 'label': u'Dates',
@ -159,7 +154,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'project_start_date', 'fieldname': u'project_start_date',
'fieldtype': u'Date', 'fieldtype': u'Date',
'in_filter': 1, 'in_filter': 1,
@ -173,7 +168,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'completion_date', 'fieldname': u'completion_date',
'fieldtype': u'Date', 'fieldtype': u'Date',
'label': u'Completion Date', 'label': u'Completion Date',
@ -186,7 +181,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'act_completion_date', 'fieldname': u'act_completion_date',
'fieldtype': u'Date', 'fieldtype': u'Date',
'label': u'Actual Completion Date', 'label': u'Actual Completion Date',
@ -199,7 +194,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'project_type', 'fieldname': u'project_type',
'fieldtype': u'Select', 'fieldtype': u'Select',
'label': u'Project Type', 'label': u'Project Type',
@ -215,7 +210,7 @@
{ {
'colour': u'White:FFF', 'colour': u'White:FFF',
'description': u'Important dates and commitments in your project life cycle', 'description': u'Important dates and commitments in your project life cycle',
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'sb_milestones', 'fieldname': u'sb_milestones',
'fieldtype': u'Section Break', 'fieldtype': u'Section Break',
'label': u'Milestones', 'label': u'Milestones',
@ -227,7 +222,7 @@
{ {
'colour': u'White:FFF', 'colour': u'White:FFF',
'description': u'Milestones will be added as Events in the Calendar', 'description': u'Milestones will be added as Events in the Calendar',
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'project_milestones', 'fieldname': u'project_milestones',
'fieldtype': u'Table', 'fieldtype': u'Table',
'label': u'Project Milestones', 'label': u'Project Milestones',
@ -243,7 +238,7 @@
{ {
'colour': u'White:FFF', 'colour': u'White:FFF',
'description': u'Tasks belonging to this Project.', 'description': u'Tasks belonging to this Project.',
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'sb_tasks', 'fieldname': u'sb_tasks',
'fieldtype': u'Section Break', 'fieldtype': u'Section Break',
'label': u'Tasks', 'label': u'Tasks',
@ -252,7 +247,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'project_tasks', 'fieldname': u'project_tasks',
'fieldtype': u'HTML', 'fieldtype': u'HTML',
'label': u'Project Tasks', 'label': u'Project Tasks',
@ -261,7 +256,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'section_break0', 'fieldname': u'section_break0',
'fieldtype': u'Section Break', 'fieldtype': u'Section Break',
'label': u'Project Details', 'label': u'Project Details',
@ -272,7 +267,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'notes', 'fieldname': u'notes',
'fieldtype': u'Text Editor', 'fieldtype': u'Text Editor',
'label': u'Notes', 'label': u'Notes',
@ -285,7 +280,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'project_details', 'fieldname': u'project_details',
'fieldtype': u'Section Break', 'fieldtype': u'Section Break',
'label': u'Project Costing', 'label': u'Project Costing',
@ -296,7 +291,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'project_value', 'fieldname': u'project_value',
'fieldtype': u'Currency', 'fieldtype': u'Currency',
'label': u'Project Value', 'label': u'Project Value',
@ -311,7 +306,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'est_material_cost', 'fieldname': u'est_material_cost',
'fieldtype': u'Currency', 'fieldtype': u'Currency',
'label': u'Estimated Material Cost', 'label': u'Estimated Material Cost',
@ -325,7 +320,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'column_break0', 'fieldname': u'column_break0',
'fieldtype': u'Column Break', 'fieldtype': u'Column Break',
'label': u'Margin', 'label': u'Margin',
@ -336,7 +331,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'gross_margin_value', 'fieldname': u'gross_margin_value',
'fieldtype': u'Currency', 'fieldtype': u'Currency',
'label': u'Gross Margin Value', 'label': u'Gross Margin Value',
@ -350,7 +345,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'per_gross_margin', 'fieldname': u'per_gross_margin',
'fieldtype': u'Currency', 'fieldtype': u'Currency',
'label': u'Gross Margin %', 'label': u'Gross Margin %',
@ -364,7 +359,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'customer_details', 'fieldname': u'customer_details',
'fieldtype': u'Section Break', 'fieldtype': u'Section Break',
'label': u'Customer Details', 'label': u'Customer Details',
@ -376,7 +371,7 @@
{ {
'colour': u'White:FFF', 'colour': u'White:FFF',
'description': u'Select name of Customer to whom project belongs', 'description': u'Select name of Customer to whom project belongs',
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'customer', 'fieldname': u'customer',
'fieldtype': u'Link', 'fieldtype': u'Link',
'in_filter': 1, 'in_filter': 1,
@ -394,7 +389,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'customer_name', 'fieldname': u'customer_name',
'fieldtype': u'Data', 'fieldtype': u'Data',
'in_filter': 1, 'in_filter': 1,
@ -408,7 +403,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'customer_address', 'fieldname': u'customer_address',
'fieldtype': u'Small Text', 'fieldtype': u'Small Text',
'label': u'Customer Address', 'label': u'Customer Address',
@ -422,7 +417,7 @@
# DocField # DocField
{ {
'colour': u'White:FFF', 'colour': u'White:FFF',
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'contact_person', 'fieldname': u'contact_person',
'fieldtype': u'Link', 'fieldtype': u'Link',
'in_filter': 1, 'in_filter': 1,
@ -430,6 +425,7 @@
'no_copy': 0, 'no_copy': 0,
'oldfieldname': u'contact_person', 'oldfieldname': u'contact_person',
'oldfieldtype': u'Link', 'oldfieldtype': u'Link',
'options': u'Contact',
'permlevel': 0, 'permlevel': 0,
'reqd': 0, 'reqd': 0,
'search_index': 0, 'search_index': 0,
@ -439,7 +435,7 @@
# DocField # DocField
{ {
'colour': u'White:FFF', 'colour': u'White:FFF',
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'territory', 'fieldname': u'territory',
'fieldtype': u'Link', 'fieldtype': u'Link',
'in_filter': 1, 'in_filter': 1,
@ -455,7 +451,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'contact_no', 'fieldname': u'contact_no',
'fieldtype': u'Data', 'fieldtype': u'Data',
'label': u'Contact No', 'label': u'Contact No',
@ -468,7 +464,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'email_id', 'fieldname': u'email_id',
'fieldtype': u'Data', 'fieldtype': u'Data',
'label': u'Email Id', 'label': u'Email Id',
@ -481,7 +477,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'customer_group', 'fieldname': u'customer_group',
'fieldtype': u'Link', 'fieldtype': u'Link',
'label': u'Customer Group', 'label': u'Customer Group',
@ -495,7 +491,7 @@
# DocField # DocField
{ {
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'trash_reason', 'fieldname': u'trash_reason',
'fieldtype': u'Small Text', 'fieldtype': u'Small Text',
'hidden': 1, 'hidden': 1,
@ -511,7 +507,7 @@
# DocField # DocField
{ {
'colour': u'White:FFF', 'colour': u'White:FFF',
'doctype': u'DocField', u'doctype': u'DocField',
'fieldname': u'file_list', 'fieldname': u'file_list',
'fieldtype': u'Small Text', 'fieldtype': u'Small Text',
'hidden': 1, 'hidden': 1,
@ -520,5 +516,10 @@
'permlevel': 0, 'permlevel': 0,
'print_hide': 1, 'print_hide': 1,
'search_index': 0 'search_index': 0
},
# DocPerm
{
u'doctype': u'DocPerm'
} }
] ]