merge of sync handler and sync_file_db - first cut

This commit is contained in:
Anand Doshi
2012-03-27 19:31:38 +05:30
parent 3107096890
commit a30fbd004e
274 changed files with 16760 additions and 17015 deletions

View File

@@ -3,76 +3,76 @@
# These values are common in all dictionaries
{
'creation': '2011-02-23 11:22:28',
'creation': '2012-03-27 14:36:05',
'docstatus': 0,
'modified': '2011-02-21 15:43:40',
'modified_by': 'Administrator',
'owner': 'Administrator'
'modified': '2012-03-27 14:36:05',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'autoname': 'field:activity_type',
'colour': 'White:FFF',
'autoname': u'field:activity_type',
'colour': u'White:FFF',
'doctype': 'DocType',
'in_dialog': 1,
'module': 'Projects',
'module': u'Projects',
'name': '__common__',
'section_style': 'Simple',
'server_code_error': ' ',
'section_style': u'Simple',
'server_code_error': u' ',
'version': 12
},
# These values are common for all DocField
{
'doctype': 'DocField',
'fieldname': 'activity_type',
'fieldtype': 'Data',
'idx': 1,
'label': 'Activity Type',
'doctype': u'DocField',
'fieldname': u'activity_type',
'fieldtype': u'Data',
'label': u'Activity Type',
'name': '__common__',
'parent': 'Activity Type',
'parentfield': 'fields',
'parenttype': 'DocType',
'parent': u'Activity Type',
'parentfield': u'fields',
'parenttype': u'DocType',
'permlevel': 0,
'reqd': 1
},
# These values are common for all DocPerm
{
'amend': 0,
'cancel': 0,
'create': 1,
'doctype': 'DocPerm',
'doctype': u'DocPerm',
'name': '__common__',
'parent': 'Activity Type',
'parentfield': 'permissions',
'parenttype': 'DocType',
'parent': u'Activity Type',
'parentfield': u'permissions',
'parenttype': u'DocType',
'permlevel': 0,
'read': 1,
'submit': 0,
'write': 1
},
# DocType, Activity Type
{
'doctype': 'DocType',
'name': 'Activity Type'
'name': u'Activity Type'
},
# DocPerm
{
'doctype': 'DocPerm',
'idx': 1,
'role': 'System Manager'
'doctype': u'DocPerm',
'role': u'System Manager'
},
# DocPerm
{
'doctype': 'DocPerm',
'idx': 2,
'role': 'Projects User'
'doctype': u'DocPerm',
'role': u'Projects User'
},
# DocField
{
'doctype': 'DocField'
'doctype': u'DocField'
}
]

View File

@@ -3,9 +3,9 @@
# These values are common in all dictionaries
{
'creation': '2010-08-08 17:09:14',
'creation': '2012-03-27 14:36:05',
'docstatus': 0,
'modified': '2012-03-22 14:39:13',
'modified': '2012-03-27 14:36:05',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
@@ -43,16 +43,12 @@
# These values are common for all DocPerm
{
'cancel': 1,
'create': 1,
'doctype': u'DocPerm',
'name': '__common__',
'parent': u'Project',
'parentfield': u'permissions',
'parenttype': u'DocType',
'permlevel': 0,
'read': 1,
'write': 1
'read': 1
},
# DocType, Project
@@ -63,14 +59,33 @@
# DocPerm
{
'amend': 0,
'cancel': 1,
'create': 1,
'doctype': u'DocPerm',
'role': u'All'
'permlevel': 0,
'role': u'All',
'submit': 0,
'write': 1
},
# DocPerm
{
'amend': 0,
'cancel': 1,
'create': 1,
'doctype': u'DocPerm',
'permlevel': 0,
'role': u'Projects User',
'submit': 0,
'write': 1
},
# DocPerm
{
'doctype': u'DocPerm',
'role': u'Projects User'
'permlevel': 1,
'role': u'All'
},
# DocField
@@ -78,6 +93,7 @@
'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',
'doctype': u'DocField',
'fieldname': u'basic_info',
'fieldtype': u'Section Break',
'label': u'Basic Info',
'oldfieldtype': u'Section Break',
@@ -286,6 +302,7 @@
# DocField
{
'doctype': u'DocField',
'fieldname': u'project_details',
'fieldtype': u'Section Break',
'label': u'Project Details',
'oldfieldtype': u'Section Break',
@@ -296,6 +313,7 @@
# DocField
{
'doctype': u'DocField',
'fieldname': u'column_break0',
'fieldtype': u'Column Break',
'oldfieldtype': u'Column Break',
'permlevel': 0,
@@ -305,6 +323,7 @@
# DocField
{
'doctype': u'DocField',
'fieldname': u'section_break0',
'fieldtype': u'Section Break',
'oldfieldtype': u'Section Break',
'options': u'Simple',
@@ -327,6 +346,7 @@
# DocField
{
'doctype': u'DocField',
'fieldname': u'customer_details',
'fieldtype': u'Section Break',
'label': u'Customer Details',
'oldfieldtype': u'Section Break',
@@ -459,6 +479,7 @@
'colour': u'White:FFF',
'description': u'Important dates and commitments in your project life cycle',
'doctype': u'DocField',
'fieldname': u'milestones',
'fieldtype': u'Section Break',
'label': u'Milestones',
'oldfieldtype': u'Section Break',
@@ -504,4 +525,4 @@
'permlevel': 0,
'search_index': 0
}
]
]

View File

@@ -3,173 +3,165 @@
# These values are common in all dictionaries
{
'creation': '2010-08-08 17:09:14',
'creation': '2012-03-27 14:36:06',
'docstatus': 0,
'modified': '2010-09-20 14:06:57',
'modified_by': 'Administrator',
'owner': 'Administrator'
'modified': '2012-03-27 14:36:06',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'autoname': 'Activity.######',
'colour': 'White:FFF',
'autoname': u'Activity.######',
'colour': u'White:FFF',
'doctype': 'DocType',
'module': 'Projects',
'module': u'Projects',
'name': '__common__',
'section_style': 'Simple',
'server_code_error': ' ',
'section_style': u'Simple',
'server_code_error': u' ',
'version': 15
},
# These values are common for all DocField
{
'doctype': 'DocField',
'doctype': u'DocField',
'name': '__common__',
'parent': 'Project Activity',
'parentfield': 'fields',
'parenttype': 'DocType',
'parent': u'Project Activity',
'parentfield': u'fields',
'parenttype': u'DocType',
'permlevel': 0
},
# These values are common for all DocPerm
{
'create': 1,
'doctype': 'DocPerm',
'idx': 1,
'doctype': u'DocPerm',
'name': '__common__',
'parent': 'Project Activity',
'parentfield': 'permissions',
'parenttype': 'DocType',
'parent': u'Project Activity',
'parentfield': u'permissions',
'parenttype': u'DocType',
'permlevel': 0,
'read': 1,
'role': 'All',
'role': u'All',
'write': 1
},
# DocType, Project Activity
{
'doctype': 'DocType',
'name': 'Project Activity'
'name': u'Project Activity'
},
# DocPerm
{
'doctype': 'DocPerm'
'doctype': u'DocPerm'
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'project',
'fieldtype': 'Link',
'idx': 1,
'label': 'Project',
'oldfieldname': 'project',
'oldfieldtype': 'Link',
'options': 'Project'
'doctype': u'DocField',
'fieldname': u'project',
'fieldtype': u'Link',
'label': u'Project',
'oldfieldname': u'project',
'oldfieldtype': u'Link',
'options': u'Project'
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'activity_name',
'fieldtype': 'Data',
'idx': 2,
'label': 'Activity Name',
'oldfieldname': 'activity_name',
'oldfieldtype': 'Data',
'doctype': u'DocField',
'fieldname': u'activity_name',
'fieldtype': u'Data',
'label': u'Activity Name',
'oldfieldname': u'activity_name',
'oldfieldtype': u'Data',
'print_hide': 1,
'reqd': 1
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'percent_complete',
'fieldtype': 'Select',
'idx': 3,
'label': 'Percent Complete',
'oldfieldname': 'percent_complete',
'oldfieldtype': 'Select',
'options': '0\n5\n10\n15\n20\n25\n30\n35\n40\n45\n50\n55\n60\n65\n70\n75\n80\n85\n90\n95\n100',
'doctype': u'DocField',
'fieldname': u'percent_complete',
'fieldtype': u'Select',
'label': u'Percent Complete',
'oldfieldname': u'percent_complete',
'oldfieldtype': u'Select',
'options': u'0\n5\n10\n15\n20\n25\n30\n35\n40\n45\n50\n55\n60\n65\n70\n75\n80\n85\n90\n95\n100',
'reqd': 0
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'last_update',
'fieldtype': 'Date',
'doctype': u'DocField',
'fieldname': u'last_update',
'fieldtype': u'Date',
'hidden': 1,
'idx': 4,
'label': 'Last Update',
'oldfieldname': 'last_update',
'oldfieldtype': 'Date',
'label': u'Last Update',
'oldfieldname': u'last_update',
'oldfieldtype': u'Date',
'print_hide': 1
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'last_update_by',
'fieldtype': 'Data',
'doctype': u'DocField',
'fieldname': u'last_update_by',
'fieldtype': u'Data',
'hidden': 1,
'idx': 5,
'label': 'Last Update By',
'oldfieldname': 'last_update_by',
'oldfieldtype': 'Data',
'label': u'Last Update By',
'oldfieldname': u'last_update_by',
'oldfieldtype': u'Data',
'print_hide': 1
},
# DocField
{
'doctype': 'DocField',
'fieldtype': 'Section Break',
'idx': 6,
'label': 'Updates',
'oldfieldtype': 'Section Break'
'doctype': u'DocField',
'fieldname': u'updates',
'fieldtype': u'Section Break',
'label': u'Updates',
'oldfieldtype': u'Section Break'
},
# DocField
{
'doctype': 'DocField',
'fieldtype': 'HTML',
'idx': 7,
'label': 'Updates HTML',
'oldfieldtype': 'HTML'
'doctype': u'DocField',
'fieldname': u'updates_html',
'fieldtype': u'HTML',
'label': u'Updates HTML',
'oldfieldtype': u'HTML'
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'new_update',
'fieldtype': 'Text',
'idx': 8,
'label': 'New Update',
'oldfieldname': 'new_update',
'oldfieldtype': 'Text'
'doctype': u'DocField',
'fieldname': u'new_update',
'fieldtype': u'Text',
'label': u'New Update',
'oldfieldname': u'new_update',
'oldfieldtype': u'Text'
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'hours',
'fieldtype': 'Float',
'idx': 9,
'label': 'Hours',
'oldfieldname': 'hours',
'oldfieldtype': 'Float'
'doctype': u'DocField',
'fieldname': u'hours',
'fieldtype': u'Float',
'label': u'Hours',
'oldfieldname': u'hours',
'oldfieldtype': u'Float'
},
# DocField
{
'colour': 'White:FFF',
'doctype': 'DocField',
'fieldtype': 'Button',
'idx': 10,
'label': 'Add',
'oldfieldtype': 'Button',
'trigger': 'Client'
'colour': u'White:FFF',
'doctype': u'DocField',
'fieldname': u'add',
'fieldtype': u'Button',
'label': u'Add',
'oldfieldtype': u'Button',
'trigger': u'Client'
}
]

View File

@@ -3,61 +3,59 @@
# These values are common in all dictionaries
{
'creation': '2010-08-08 17:09:15',
'creation': '2012-03-27 14:36:06',
'docstatus': 0,
'modified': '2010-09-20 14:06:57',
'modified_by': 'Administrator',
'owner': 'Administrator'
'modified': '2012-03-27 14:36:06',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'colour': 'White:FFF',
'colour': u'White:FFF',
'doctype': 'DocType',
'istable': 1,
'module': 'Projects',
'module': u'Projects',
'name': '__common__',
'section_style': 'Simple',
'section_style': u'Simple',
'version': 1
},
# These values are common for all DocField
{
'doctype': 'DocField',
'doctype': u'DocField',
'name': '__common__',
'parent': 'Project Activity Update',
'parentfield': 'fields',
'parenttype': 'DocType',
'parent': u'Project Activity Update',
'parentfield': u'fields',
'parenttype': u'DocType',
'permlevel': 0
},
# DocType, Project Activity Update
{
'doctype': 'DocType',
'name': 'Project Activity Update'
'name': u'Project Activity Update'
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'update',
'fieldtype': 'Text',
'idx': 1,
'label': 'Update',
'oldfieldname': 'update',
'oldfieldtype': 'Text'
'doctype': u'DocField',
'fieldname': u'update',
'fieldtype': u'Text',
'label': u'Update',
'oldfieldname': u'update',
'oldfieldtype': u'Text'
},
# DocField
{
'colour': 'White:FFF',
'description': 'e.g. 0.5, 2.5 etc',
'doctype': 'DocField',
'fieldname': 'hours',
'fieldtype': 'Float',
'idx': 2,
'label': 'Hours',
'oldfieldname': 'hours',
'oldfieldtype': 'Float'
'colour': u'White:FFF',
'description': u'e.g. 0.5, 2.5 etc',
'doctype': u'DocField',
'fieldname': u'hours',
'fieldtype': u'Float',
'label': u'Hours',
'oldfieldname': u'hours',
'oldfieldtype': u'Float'
}
]

View File

@@ -3,28 +3,28 @@
# These values are common in all dictionaries
{
'creation': '2010-08-08 17:09:15',
'creation': '2012-03-27 14:36:06',
'docstatus': 0,
'modified': '2010-12-23 10:43:22',
'modified_by': 'umair@iwebnotes.com',
'owner': 'harshada@webnotestech.com'
'modified': '2012-03-27 14:36:06',
'modified_by': u'Administrator',
'owner': u'harshada@webnotestech.com'
},
# These values are common for all DocType
{
'colour': 'White:FFF',
'colour': u'White:FFF',
'doctype': 'DocType',
'issingle': 1,
'module': 'Projects',
'module': u'Projects',
'name': '__common__',
'section_style': 'Simple',
'server_code_error': ' ',
'section_style': u'Simple',
'server_code_error': u' ',
'version': 30
},
# DocType, Project Control
{
'doctype': 'DocType',
'name': 'Project Control'
'name': u'Project Control'
}
]

View File

@@ -3,72 +3,72 @@
# These values are common in all dictionaries
{
'creation': '2010-08-08 17:09:15',
'creation': '2012-03-27 14:36:06',
'docstatus': 0,
'modified': '2011-12-19 14:11:40',
'modified_by': 'Administrator',
'owner': 'Administrator'
'modified': '2012-03-27 14:36:06',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'colour': 'White:FFF',
'default_print_format': 'Standard',
'colour': u'White:FFF',
'default_print_format': u'Standard',
'doctype': 'DocType',
'istable': 1,
'module': 'Projects',
'module': u'Projects',
'name': '__common__',
'section_style': 'Simple',
'server_code_error': ' ',
'section_style': u'Simple',
'server_code_error': u' ',
'version': 4
},
# These values are common for all DocField
{
'doctype': 'DocField',
'doctype': u'DocField',
'name': '__common__',
'parent': 'Project Milestone',
'parentfield': 'fields',
'parenttype': 'DocType',
'parent': u'Project Milestone',
'parentfield': u'fields',
'parenttype': u'DocType',
'permlevel': 0
},
# DocType, Project Milestone
{
'doctype': 'DocType',
'name': 'Project Milestone'
'name': u'Project Milestone'
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'milestone_date',
'fieldtype': 'Date',
'label': 'Milestone Date',
'oldfieldname': 'milestone_date',
'oldfieldtype': 'Date'
'doctype': u'DocField',
'fieldname': u'milestone_date',
'fieldtype': u'Date',
'label': u'Milestone Date',
'oldfieldname': u'milestone_date',
'oldfieldtype': u'Date'
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'milestone',
'fieldtype': 'Text',
'label': 'Milestone',
'oldfieldname': 'milestone',
'oldfieldtype': 'Text',
'width': '300px'
'doctype': u'DocField',
'fieldname': u'milestone',
'fieldtype': u'Text',
'label': u'Milestone',
'oldfieldname': u'milestone',
'oldfieldtype': u'Text',
'width': u'300px'
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'status',
'fieldtype': 'Select',
'label': 'Status',
'doctype': u'DocField',
'fieldname': u'status',
'fieldtype': u'Select',
'label': u'Status',
'no_copy': 1,
'oldfieldname': 'status',
'oldfieldtype': 'Select',
'options': 'Pending\nCompleted'
'oldfieldname': u'status',
'oldfieldtype': u'Select',
'options': u'Pending\nCompleted'
}
]

View File

@@ -3,67 +3,55 @@
# These values are common in all dictionaries
{
'creation': '2011-01-28 17:52:35',
'creation': '2012-03-27 14:36:06',
'docstatus': 0,
'modified': '2011-12-26 11:56:35',
'modified_by': 'Administrator',
'owner': 'Administrator'
'modified': '2012-03-27 14:36:06',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'_last_update': '1324880734',
'_last_update': u'1324880734',
'allow_trash': 1,
'autoname': 'TIC/.####',
'colour': 'White:FFF',
'default_print_format': 'Standard',
'autoname': u'TIC/.####',
'colour': u'White:FFF',
'default_print_format': u'Standard',
'doctype': 'DocType',
'document_type': 'Master',
'module': 'Projects',
'document_type': u'Master',
'module': u'Projects',
'name': '__common__',
'section_style': 'Tray',
'server_code_error': ' ',
'section_style': u'Tray',
'server_code_error': u' ',
'show_in_menu': 0,
'subject': '%(subject)s',
'tag_fields': 'status',
'subject': u'%(subject)s',
'tag_fields': u'status',
'version': 254
},
# These values are common for all DocField
{
'doctype': 'DocField',
'doctype': u'DocField',
'name': '__common__',
'parent': 'Ticket',
'parentfield': 'fields',
'parenttype': 'DocType'
'parent': u'Ticket',
'parentfield': u'fields',
'parenttype': u'DocType'
},
# These values are common for all DocPerm
{
'doctype': 'DocPerm',
'doctype': u'DocPerm',
'name': '__common__',
'parent': 'Ticket',
'parentfield': 'permissions',
'parenttype': 'DocType',
'read': 1,
'submit': 0
'parent': u'Ticket',
'parentfield': u'permissions',
'parenttype': u'DocType',
'read': 1
},
# DocType, Ticket
{
'doctype': 'DocType',
'name': 'Ticket'
},
# DocPerm
{
'amend': 0,
'cancel': 0,
'create': 0,
'doctype': 'DocPerm',
'permlevel': 1,
'role': 'Projects User',
'write': 0
'name': u'Ticket'
},
# DocPerm
@@ -71,122 +59,126 @@
'amend': 1,
'cancel': 1,
'create': 1,
'doctype': 'DocPerm',
'doctype': u'DocPerm',
'permlevel': 0,
'role': 'All',
'role': u'All',
'write': 1
},
# DocPerm
{
'amend': 0,
'cancel': 0,
'create': 0,
'doctype': 'DocPerm',
'doctype': u'DocPerm',
'permlevel': 1,
'role': 'All',
'role': u'All',
'write': 0
},
# DocPerm
{
'amend': 1,
'cancel': 1,
'create': 1,
'doctype': 'DocPerm',
'doctype': u'DocPerm',
'permlevel': 0,
'role': 'Projects User',
'role': u'Projects User',
'write': 1
},
# DocPerm
{
'doctype': u'DocPerm',
'permlevel': 1,
'role': u'Projects User'
},
# DocField
{
'doctype': 'DocField',
'fieldtype': 'Section Break',
'label': 'Task Details',
'oldfieldtype': 'Section Break',
'doctype': u'DocField',
'fieldname': u'task_details',
'fieldtype': u'Section Break',
'label': u'Task Details',
'oldfieldtype': u'Section Break',
'permlevel': 0,
'search_index': 0,
'width': '50%'
'width': u'50%'
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'subject',
'fieldtype': 'Data',
'doctype': u'DocField',
'fieldname': u'subject',
'fieldtype': u'Data',
'in_filter': 1,
'label': 'Subject',
'oldfieldname': 'subject',
'oldfieldtype': 'Data',
'label': u'Subject',
'oldfieldname': u'subject',
'oldfieldtype': u'Data',
'permlevel': 0,
'reqd': 1
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'status',
'fieldtype': 'Select',
'label': 'Status',
'doctype': u'DocField',
'fieldname': u'status',
'fieldtype': u'Select',
'label': u'Status',
'no_copy': 1,
'oldfieldname': 'status',
'oldfieldtype': 'Select',
'options': 'Open\nPending Review\nClosed\nCancelled',
'oldfieldname': u'status',
'oldfieldtype': u'Select',
'options': u'Open\nPending Review\nClosed\nCancelled',
'permlevel': 1,
'trigger': 'Client'
'trigger': u'Client'
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'opening_date',
'fieldtype': 'Date',
'label': 'Creation Date',
'oldfieldname': 'opening_date',
'oldfieldtype': 'Date',
'doctype': u'DocField',
'fieldname': u'opening_date',
'fieldtype': u'Date',
'label': u'Creation Date',
'oldfieldname': u'opening_date',
'oldfieldtype': u'Date',
'permlevel': 0,
'reqd': 1
},
# DocField
{
'colour': 'White:FFF',
'depends_on': 'eval:doc.status == "Closed" || doc.status == "Pending Review"',
'doctype': 'DocField',
'fieldname': 'review_date',
'fieldtype': 'Date',
'colour': u'White:FFF',
'depends_on': u'eval:doc.status == "Closed" || doc.status == "Pending Review"',
'doctype': u'DocField',
'fieldname': u'review_date',
'fieldtype': u'Date',
'hidden': 1,
'label': 'Review Date',
'oldfieldname': 'review_date',
'oldfieldtype': 'Date',
'label': u'Review Date',
'oldfieldname': u'review_date',
'oldfieldtype': u'Date',
'permlevel': 0
},
# DocField
{
'colour': 'White:FFF',
'depends_on': 'eval:doc.status == "Closed"',
'doctype': 'DocField',
'fieldname': 'closing_date',
'fieldtype': 'Date',
'colour': u'White:FFF',
'depends_on': u'eval:doc.status == "Closed"',
'doctype': u'DocField',
'fieldname': u'closing_date',
'fieldtype': u'Date',
'hidden': 1,
'label': 'Closing Date',
'oldfieldname': 'closing_date',
'oldfieldtype': 'Date',
'label': u'Closing Date',
'oldfieldname': u'closing_date',
'oldfieldtype': u'Date',
'permlevel': 0
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'priority',
'fieldtype': 'Select',
'doctype': u'DocField',
'fieldname': u'priority',
'fieldtype': u'Select',
'in_filter': 1,
'label': 'Priority',
'oldfieldname': 'priority',
'oldfieldtype': 'Select',
'options': 'Low\nMedium\nHigh\nUrgent',
'label': u'Priority',
'oldfieldname': u'priority',
'oldfieldtype': u'Select',
'options': u'Low\nMedium\nHigh\nUrgent',
'permlevel': 0,
'reqd': 0,
'search_index': 1
@@ -194,118 +186,119 @@
# DocField
{
'colour': 'White:FFF',
'doctype': 'DocField',
'fieldname': 'project',
'fieldtype': 'Link',
'label': 'Project',
'oldfieldname': 'project',
'oldfieldtype': 'Link',
'options': 'Project',
'colour': u'White:FFF',
'doctype': u'DocField',
'fieldname': u'project',
'fieldtype': u'Link',
'label': u'Project',
'oldfieldname': u'project',
'oldfieldtype': u'Link',
'options': u'Project',
'permlevel': 0,
'trigger': 'Client'
'trigger': u'Client'
},
# DocField
{
'colour': 'White:FFF',
'doctype': 'DocField',
'fieldname': 'customer',
'fieldtype': 'Link',
'label': 'Customer',
'oldfieldname': 'customer',
'oldfieldtype': 'Link',
'options': 'Customer',
'colour': u'White:FFF',
'doctype': u'DocField',
'fieldname': u'customer',
'fieldtype': u'Link',
'label': u'Customer',
'oldfieldname': u'customer',
'oldfieldtype': u'Link',
'options': u'Customer',
'permlevel': 0,
'trigger': 'Client'
'trigger': u'Client'
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'customer_name',
'fieldtype': 'Data',
'label': 'Customer Name',
'oldfieldname': 'customer_name',
'oldfieldtype': 'Data',
'doctype': u'DocField',
'fieldname': u'customer_name',
'fieldtype': u'Data',
'label': u'Customer Name',
'oldfieldname': u'customer_name',
'oldfieldtype': u'Data',
'permlevel': 1
},
# DocField
{
'doctype': 'DocField',
'fieldtype': 'Column Break',
'oldfieldtype': 'Column Break',
'doctype': u'DocField',
'fieldname': u'column_break0',
'fieldtype': u'Column Break',
'oldfieldtype': u'Column Break',
'permlevel': 0,
'width': '50%'
'width': u'50%'
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'allocated_to_old',
'fieldtype': 'Link',
'doctype': u'DocField',
'fieldname': u'allocated_to_old',
'fieldtype': u'Link',
'hidden': 1,
'label': 'Allocated To Old',
'label': u'Allocated To Old',
'no_copy': 1,
'permlevel': 0
},
# DocField
{
'colour': 'White:FFF',
'doctype': 'DocField',
'fieldname': 'allocated_to',
'fieldtype': 'Link',
'label': 'Allocated To',
'oldfieldname': 'allocated_to',
'oldfieldtype': 'Link',
'options': 'Profile',
'colour': u'White:FFF',
'doctype': u'DocField',
'fieldname': u'allocated_to',
'fieldtype': u'Link',
'label': u'Allocated To',
'oldfieldname': u'allocated_to',
'oldfieldtype': u'Link',
'options': u'Profile',
'permlevel': 0,
'trigger': 'Client'
'trigger': u'Client'
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'task_email_notify',
'fieldtype': 'Check',
'label': 'Sent Mail Notification',
'doctype': u'DocField',
'fieldname': u'task_email_notify',
'fieldtype': u'Check',
'label': u'Sent Mail Notification',
'permlevel': 0
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'allocated_to_name',
'fieldtype': 'Data',
'doctype': u'DocField',
'fieldname': u'allocated_to_name',
'fieldtype': u'Data',
'hidden': 1,
'label': 'Allocated To Name',
'oldfieldname': 'allocated_to_name',
'oldfieldtype': 'Data',
'label': u'Allocated To Name',
'oldfieldname': u'allocated_to_name',
'oldfieldtype': u'Data',
'permlevel': 0
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'sent_reminder',
'fieldtype': 'Data',
'doctype': u'DocField',
'fieldname': u'sent_reminder',
'fieldtype': u'Data',
'hidden': 1,
'label': 'Sent Reminder',
'label': u'Sent Reminder',
'no_copy': 1,
'permlevel': 0
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'senders_name',
'fieldtype': 'Data',
'doctype': u'DocField',
'fieldname': u'senders_name',
'fieldtype': u'Data',
'in_filter': 1,
'label': 'Raised By',
'oldfieldname': 'senders_name',
'oldfieldtype': 'Data',
'label': u'Raised By',
'oldfieldname': u'senders_name',
'oldfieldtype': u'Data',
'permlevel': 0,
'reqd': 1,
'search_index': 1
@@ -313,72 +306,72 @@
# DocField
{
'doctype': 'DocField',
'fieldname': 'senders_email',
'fieldtype': 'Data',
'label': 'Email',
'oldfieldname': 'senders_email',
'oldfieldtype': 'Data',
'doctype': u'DocField',
'fieldname': u'senders_email',
'fieldtype': u'Data',
'label': u'Email',
'oldfieldname': u'senders_email',
'oldfieldtype': u'Data',
'permlevel': 0,
'reqd': 0
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'senders_contact_no',
'fieldtype': 'Data',
'label': 'Senders Contact No',
'oldfieldname': 'senders_contact_no',
'oldfieldtype': 'Data',
'doctype': u'DocField',
'fieldname': u'senders_contact_no',
'fieldtype': u'Data',
'label': u'Senders Contact No',
'oldfieldname': u'senders_contact_no',
'oldfieldtype': u'Data',
'permlevel': 0
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'senders_company',
'fieldtype': 'Data',
'label': 'Senders Company',
'oldfieldname': 'senders_company',
'oldfieldtype': 'Data',
'doctype': u'DocField',
'fieldname': u'senders_company',
'fieldtype': u'Data',
'label': u'Senders Company',
'oldfieldname': u'senders_company',
'oldfieldtype': u'Data',
'permlevel': 0
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'category',
'fieldtype': 'Link',
'label': 'Category',
'oldfieldname': 'category',
'oldfieldtype': 'Link',
'options': 'Ticket Category',
'doctype': u'DocField',
'fieldname': u'category',
'fieldtype': u'Link',
'label': u'Category',
'oldfieldname': u'category',
'oldfieldtype': u'Link',
'options': u'Ticket Category',
'permlevel': 0
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'external_or_internal',
'fieldtype': 'Select',
'label': 'External or Internal',
'oldfieldname': 'external_or_internal',
'oldfieldtype': 'Select',
'options': 'External\nInternal',
'doctype': u'DocField',
'fieldname': u'external_or_internal',
'fieldtype': u'Select',
'label': u'External or Internal',
'oldfieldname': u'external_or_internal',
'oldfieldtype': u'Select',
'options': u'External\nInternal',
'permlevel': 0
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'amended_from',
'fieldtype': 'Data',
'doctype': u'DocField',
'fieldname': u'amended_from',
'fieldtype': u'Data',
'hidden': 1,
'label': 'Amended From',
'label': u'Amended From',
'no_copy': 1,
'oldfieldname': 'amended_from',
'oldfieldtype': 'Data',
'oldfieldname': u'amended_from',
'oldfieldtype': u'Data',
'permlevel': 1,
'print_hide': 1,
'report_hide': 1
@@ -386,14 +379,14 @@
# DocField
{
'doctype': 'DocField',
'fieldname': 'amendment_date',
'fieldtype': 'Date',
'doctype': u'DocField',
'fieldname': u'amendment_date',
'fieldtype': u'Date',
'hidden': 1,
'label': 'Amendment Date',
'label': u'Amendment Date',
'no_copy': 1,
'oldfieldname': 'amendment_date',
'oldfieldtype': 'Date',
'oldfieldname': u'amendment_date',
'oldfieldtype': u'Date',
'permlevel': 1,
'print_hide': 1,
'report_hide': 1
@@ -401,38 +394,39 @@
# DocField
{
'doctype': 'DocField',
'fieldtype': 'Section Break',
'oldfieldtype': 'Section Break',
'options': 'Simple',
'doctype': u'DocField',
'fieldname': u'section_break0',
'fieldtype': u'Section Break',
'oldfieldtype': u'Section Break',
'options': u'Simple',
'permlevel': 0
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'description',
'fieldtype': 'Text Editor',
'label': 'Details',
'oldfieldname': 'description',
'oldfieldtype': 'Text Editor',
'doctype': u'DocField',
'fieldname': u'description',
'fieldtype': u'Text Editor',
'label': u'Details',
'oldfieldname': u'description',
'oldfieldtype': u'Text Editor',
'permlevel': 0,
'reqd': 0,
'width': '300px'
'width': u'300px'
},
# DocField
{
'colour': 'White:FFF',
'doctype': 'DocField',
'fieldname': 'first_creation_flag',
'fieldtype': 'Int',
'colour': u'White:FFF',
'doctype': u'DocField',
'fieldname': u'first_creation_flag',
'fieldtype': u'Int',
'hidden': 1,
'in_filter': 0,
'label': 'First Creation Flag',
'label': u'First Creation Flag',
'no_copy': 1,
'oldfieldname': 'first_creation_flag',
'oldfieldtype': 'Int',
'oldfieldname': u'first_creation_flag',
'oldfieldtype': u'Int',
'permlevel': 0,
'print_hide': 1,
'search_index': 0
@@ -440,58 +434,60 @@
# DocField
{
'doctype': 'DocField',
'fieldname': 'second_creation_flag',
'fieldtype': 'Int',
'doctype': u'DocField',
'fieldname': u'second_creation_flag',
'fieldtype': u'Int',
'hidden': 1,
'label': 'Second Creation Flag',
'label': u'Second Creation Flag',
'no_copy': 1,
'oldfieldname': 'second_creation_flag',
'oldfieldtype': 'Int',
'oldfieldname': u'second_creation_flag',
'oldfieldtype': u'Int',
'permlevel': 0,
'print_hide': 1
},
# DocField
{
'doctype': 'DocField',
'fieldtype': 'Section Break',
'label': 'Time and Budget',
'oldfieldtype': 'Section Break',
'doctype': u'DocField',
'fieldname': u'time_and_budget',
'fieldtype': u'Section Break',
'label': u'Time and Budget',
'oldfieldtype': u'Section Break',
'permlevel': 0
},
# DocField
{
'doctype': 'DocField',
'fieldtype': 'Column Break',
'label': 'Expected',
'oldfieldtype': 'Column Break',
'doctype': u'DocField',
'fieldname': u'expected',
'fieldtype': u'Column Break',
'label': u'Expected',
'oldfieldtype': u'Column Break',
'permlevel': 0,
'width': '50%'
'width': u'50%'
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'exp_start_date',
'fieldtype': 'Date',
'label': 'Expected Start Date',
'oldfieldname': 'exp_start_date',
'oldfieldtype': 'Date',
'doctype': u'DocField',
'fieldname': u'exp_start_date',
'fieldtype': u'Date',
'label': u'Expected Start Date',
'oldfieldname': u'exp_start_date',
'oldfieldtype': u'Date',
'permlevel': 0,
'reqd': 0
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'exp_end_date',
'fieldtype': 'Date',
'doctype': u'DocField',
'fieldname': u'exp_end_date',
'fieldtype': u'Date',
'in_filter': 1,
'label': 'Expected End Date',
'oldfieldname': 'exp_end_date',
'oldfieldtype': 'Date',
'label': u'Expected End Date',
'oldfieldname': u'exp_end_date',
'oldfieldtype': u'Date',
'permlevel': 0,
'reqd': 0,
'search_index': 1
@@ -499,78 +495,79 @@
# DocField
{
'doctype': 'DocField',
'fieldname': 'exp_total_hrs',
'fieldtype': 'Data',
'label': 'Total Hours (Expected)',
'oldfieldname': 'exp_total_hrs',
'oldfieldtype': 'Data',
'doctype': u'DocField',
'fieldname': u'exp_total_hrs',
'fieldtype': u'Data',
'label': u'Total Hours (Expected)',
'oldfieldname': u'exp_total_hrs',
'oldfieldtype': u'Data',
'permlevel': 0,
'reqd': 0
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'allocated_budget',
'fieldtype': 'Currency',
'label': 'Allocated Budget',
'oldfieldname': 'allocated_budget',
'oldfieldtype': 'Currency',
'doctype': u'DocField',
'fieldname': u'allocated_budget',
'fieldtype': u'Currency',
'label': u'Allocated Budget',
'oldfieldname': u'allocated_budget',
'oldfieldtype': u'Currency',
'permlevel': 0
},
# DocField
{
'doctype': 'DocField',
'fieldtype': 'Column Break',
'label': 'Actual',
'oldfieldtype': 'Column Break',
'doctype': u'DocField',
'fieldname': u'actual',
'fieldtype': u'Column Break',
'label': u'Actual',
'oldfieldtype': u'Column Break',
'permlevel': 0,
'width': '50%'
'width': u'50%'
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'act_start_date',
'fieldtype': 'Date',
'label': 'Actual Start Date',
'oldfieldname': 'act_start_date',
'oldfieldtype': 'Date',
'doctype': u'DocField',
'fieldname': u'act_start_date',
'fieldtype': u'Date',
'label': u'Actual Start Date',
'oldfieldname': u'act_start_date',
'oldfieldtype': u'Date',
'permlevel': 0
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'act_end_date',
'fieldtype': 'Date',
'label': 'Actual End Date',
'oldfieldname': 'act_end_date',
'oldfieldtype': 'Date',
'doctype': u'DocField',
'fieldname': u'act_end_date',
'fieldtype': u'Date',
'label': u'Actual End Date',
'oldfieldname': u'act_end_date',
'oldfieldtype': u'Date',
'permlevel': 0
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'act_total_hrs',
'fieldtype': 'Data',
'label': 'Total Hours (Actual)',
'oldfieldname': 'act_total_hrs',
'oldfieldtype': 'Data',
'doctype': u'DocField',
'fieldname': u'act_total_hrs',
'fieldtype': u'Data',
'label': u'Total Hours (Actual)',
'oldfieldname': u'act_total_hrs',
'oldfieldtype': u'Data',
'permlevel': 0
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'actual_budget',
'fieldtype': 'Currency',
'label': 'Actual Budget',
'oldfieldname': 'actual_budget',
'oldfieldtype': 'Currency',
'doctype': u'DocField',
'fieldname': u'actual_budget',
'fieldtype': u'Currency',
'label': u'Actual Budget',
'oldfieldname': u'actual_budget',
'oldfieldtype': u'Currency',
'permlevel': 0
}
]

View File

@@ -3,50 +3,52 @@
# These values are common in all dictionaries
{
'creation': '2010-12-14 10:23:29',
'creation': '2012-03-27 14:36:07',
'docstatus': 0,
'modified': '2011-02-23 11:22:29',
'modified_by': 'Administrator',
'owner': 'ashwini@webnotestech.com'
'modified': '2012-03-27 18:47:10',
'modified_by': u'Administrator',
'owner': u'ashwini@webnotestech.com'
},
# These values are common for all DocType
{
'autoname': 'TimeSheet.#####',
'colour': 'White:FFF',
'autoname': u'TimeSheet.#####',
'colour': u'White:FFF',
'doctype': 'DocType',
'module': 'Projects',
'is_submittable': 1,
'module': u'Projects',
'name': '__common__',
'search_fields': 'status, owner, timesheet_date',
'section_style': 'Simple',
'server_code_error': ' ',
'subject': '%(owner)s',
'version': 68
'search_fields': u'status, owner, timesheet_date',
'section_style': u'Simple',
'server_code_error': u' ',
'show_in_menu': 0,
'subject': u'%(owner)s',
'version': 69
},
# These values are common for all DocField
{
'doctype': 'DocField',
'doctype': u'DocField',
'name': '__common__',
'parent': 'Timesheet',
'parentfield': 'fields',
'parenttype': 'DocType'
'parent': u'Timesheet',
'parentfield': u'fields',
'parenttype': u'DocType'
},
# These values are common for all DocPerm
{
'doctype': 'DocPerm',
'doctype': u'DocPerm',
'name': '__common__',
'parent': 'Timesheet',
'parentfield': 'permissions',
'parenttype': 'DocType',
'parent': u'Timesheet',
'parentfield': u'permissions',
'parenttype': u'DocType',
'read': 1
},
# DocType, Timesheet
{
'doctype': 'DocType',
'name': 'Timesheet'
'name': u'Timesheet'
},
# DocPerm
@@ -54,18 +56,18 @@
'amend': 1,
'cancel': 1,
'create': 1,
'doctype': 'DocPerm',
'doctype': u'DocPerm',
'permlevel': 0,
'role': 'Projects User',
'role': u'Projects User',
'submit': 1,
'write': 1
},
# DocPerm
{
'doctype': 'DocPerm',
'doctype': u'DocPerm',
'permlevel': 1,
'role': 'Projects User'
'role': u'Projects User'
},
# DocPerm
@@ -73,44 +75,41 @@
'amend': 1,
'cancel': 1,
'create': 1,
'doctype': 'DocPerm',
'idx': 1,
'doctype': u'DocPerm',
'permlevel': 0,
'role': 'System Manager',
'role': u'System Manager',
'submit': 1,
'write': 1
},
# DocPerm
{
'doctype': 'DocPerm',
'idx': 2,
'doctype': u'DocPerm',
'permlevel': 1,
'role': 'System Manager'
'role': u'System Manager'
},
# DocField
{
'doctype': 'DocField',
'fieldtype': 'Section Break',
'idx': 1,
'label': 'Timesheet Details',
'doctype': u'DocField',
'fieldname': u'timesheet_details_section_break',
'fieldtype': u'Section Break',
'label': u'Timesheet Details',
'permlevel': 0
},
# DocField
{
'colour': 'White:FFF',
'default': 'Draft',
'doctype': 'DocField',
'fieldname': 'status',
'fieldtype': 'Select',
'idx': 2,
'colour': u'White:FFF',
'default': u'Draft',
'doctype': u'DocField',
'fieldname': u'status',
'fieldtype': u'Select',
'in_filter': 0,
'label': 'Status',
'oldfieldname': 'status',
'oldfieldtype': 'Select',
'options': '\nDraft\nSubmitted\nCancelled',
'label': u'Status',
'oldfieldname': u'status',
'oldfieldtype': u'Select',
'options': u'\nDraft\nSubmitted\nCancelled',
'permlevel': 1,
'reqd': 1,
'search_index': 1
@@ -118,16 +117,15 @@
# DocField
{
'colour': 'White:FFF',
'default': 'Today',
'doctype': 'DocField',
'fieldname': 'timesheet_date',
'fieldtype': 'Date',
'idx': 3,
'colour': u'White:FFF',
'default': u'Today',
'doctype': u'DocField',
'fieldname': u'timesheet_date',
'fieldtype': u'Date',
'in_filter': 1,
'label': 'Timesheet Date',
'oldfieldname': 'timesheet_date',
'oldfieldtype': 'Date',
'label': u'Timesheet Date',
'oldfieldname': u'timesheet_date',
'oldfieldtype': u'Date',
'permlevel': 0,
'reqd': 1,
'search_index': 1
@@ -135,15 +133,14 @@
# DocField
{
'doctype': 'DocField',
'fieldname': 'owner',
'fieldtype': 'Link',
'idx': 4,
'doctype': u'DocField',
'fieldname': u'owner',
'fieldtype': u'Link',
'in_filter': 1,
'label': 'Timesheet By',
'oldfieldname': 'owner',
'oldfieldtype': 'Link',
'options': 'Profile',
'label': u'Timesheet By',
'oldfieldname': u'owner',
'oldfieldtype': u'Link',
'options': u'Profile',
'permlevel': 0,
'reqd': 1,
'search_index': 0
@@ -151,69 +148,65 @@
# DocField
{
'doctype': 'DocField',
'fieldname': 'amended_from',
'fieldtype': 'Data',
'doctype': u'DocField',
'fieldname': u'amended_from',
'fieldtype': u'Data',
'hidden': 1,
'idx': 5,
'label': 'Amended From',
'oldfieldname': 'amended_from',
'oldfieldtype': 'Data',
'label': u'Amended From',
'oldfieldname': u'amended_from',
'oldfieldtype': u'Data',
'permlevel': 1,
'print_hide': 1
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'amendment_date',
'fieldtype': 'Date',
'doctype': u'DocField',
'fieldname': u'amendment_date',
'fieldtype': u'Date',
'hidden': 1,
'idx': 6,
'label': 'Amendment Date',
'oldfieldname': 'amendment_date',
'oldfieldtype': 'Date',
'label': u'Amendment Date',
'oldfieldname': u'amendment_date',
'oldfieldtype': u'Date',
'permlevel': 1,
'print_hide': 1
},
# DocField
{
'doctype': 'DocField',
'fieldtype': 'Column Break',
'idx': 7,
'doctype': u'DocField',
'fieldname': u'column_break0',
'fieldtype': u'Column Break',
'permlevel': 0
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'notes',
'fieldtype': 'Text',
'idx': 8,
'label': 'Notes',
'doctype': u'DocField',
'fieldname': u'notes',
'fieldtype': u'Text',
'label': u'Notes',
'permlevel': 0
},
# DocField
{
'doctype': 'DocField',
'fieldtype': 'Section Break',
'idx': 9,
'options': 'Simple',
'doctype': u'DocField',
'fieldname': u'section_break0',
'fieldtype': u'Section Break',
'options': u'Simple',
'permlevel': 0
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'timesheet_details',
'fieldtype': 'Table',
'idx': 10,
'label': 'Timesheet Details',
'oldfieldname': 'timesheet_details',
'oldfieldtype': 'Table',
'options': 'Timesheet Detail',
'doctype': u'DocField',
'fieldname': u'timesheet_details',
'fieldtype': u'Table',
'label': u'Timesheet Details',
'oldfieldname': u'timesheet_details',
'oldfieldtype': u'Table',
'options': u'Timesheet Detail',
'permlevel': 0
}
]

View File

@@ -3,167 +3,158 @@
# These values are common in all dictionaries
{
'creation': '2011-02-23 11:22:29',
'creation': '2012-03-27 14:36:07',
'docstatus': 0,
'modified': '2011-02-23 11:22:28',
'modified_by': 'Administrator',
'owner': 'Administrator'
'modified': '2012-03-27 14:36:07',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'autoname': 'TSD.#####',
'colour': 'White:FFF',
'autoname': u'TSD.#####',
'colour': u'White:FFF',
'doctype': 'DocType',
'module': 'Projects',
'module': u'Projects',
'name': '__common__',
'section_style': 'Simple',
'server_code_error': ' ',
'section_style': u'Simple',
'server_code_error': u' ',
'version': 15
},
# These values are common for all DocField
{
'doctype': 'DocField',
'doctype': u'DocField',
'name': '__common__',
'parent': 'Timesheet Detail',
'parentfield': 'fields',
'parenttype': 'DocType'
'parent': u'Timesheet Detail',
'parentfield': u'fields',
'parenttype': u'DocType'
},
# DocType, Timesheet Detail
{
'doctype': 'DocType',
'name': 'Timesheet Detail'
'name': u'Timesheet Detail'
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'act_start_time',
'fieldtype': 'Time',
'idx': 1,
'label': 'Actual Start Time',
'oldfieldname': 'act_start_time',
'oldfieldtype': 'Time',
'doctype': u'DocField',
'fieldname': u'act_start_time',
'fieldtype': u'Time',
'label': u'Actual Start Time',
'oldfieldname': u'act_start_time',
'oldfieldtype': u'Time',
'permlevel': 0,
'reqd': 1,
'width': '160px'
'width': u'160px'
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'act_end_time',
'fieldtype': 'Time',
'idx': 2,
'label': 'Actual End Time',
'oldfieldname': 'act_end_time',
'oldfieldtype': 'Time',
'doctype': u'DocField',
'fieldname': u'act_end_time',
'fieldtype': u'Time',
'label': u'Actual End Time',
'oldfieldname': u'act_end_time',
'oldfieldtype': u'Time',
'permlevel': 0,
'reqd': 1,
'width': '160px'
'width': u'160px'
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'activity_type',
'fieldtype': 'Link',
'idx': 3,
'label': 'Activity Type',
'options': 'Activity Type',
'doctype': u'DocField',
'fieldname': u'activity_type',
'fieldtype': u'Link',
'label': u'Activity Type',
'options': u'Activity Type',
'permlevel': 0,
'reqd': 1,
'search_index': 0,
'width': '200px'
'width': u'200px'
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'other_details',
'fieldtype': 'Text',
'idx': 4,
'label': 'Additional Info',
'oldfieldname': 'other_details',
'oldfieldtype': 'Text',
'doctype': u'DocField',
'fieldname': u'other_details',
'fieldtype': u'Text',
'label': u'Additional Info',
'oldfieldname': u'other_details',
'oldfieldtype': u'Text',
'permlevel': 0,
'width': '200px'
'width': u'200px'
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'act_total_hrs',
'fieldtype': 'Data',
'idx': 5,
'label': 'Total Hours (Actual)',
'oldfieldname': 'act_total_hrs',
'oldfieldtype': 'Data',
'doctype': u'DocField',
'fieldname': u'act_total_hrs',
'fieldtype': u'Data',
'label': u'Total Hours (Actual)',
'oldfieldname': u'act_total_hrs',
'oldfieldtype': u'Data',
'permlevel': 1,
'width': '100px'
'width': u'100px'
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'customer_name',
'fieldtype': 'Link',
'idx': 6,
'label': 'Customer Name',
'oldfieldname': 'customer_name',
'oldfieldtype': 'Data',
'options': 'Customer',
'doctype': u'DocField',
'fieldname': u'customer_name',
'fieldtype': u'Link',
'label': u'Customer Name',
'oldfieldname': u'customer_name',
'oldfieldtype': u'Data',
'options': u'Customer',
'permlevel': 0,
'width': '150px'
'width': u'150px'
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'project_name',
'fieldtype': 'Link',
'idx': 7,
'doctype': u'DocField',
'fieldname': u'project_name',
'fieldtype': u'Link',
'in_filter': 1,
'label': 'Project',
'oldfieldname': 'project_name',
'oldfieldtype': 'Link',
'options': 'Project',
'label': u'Project',
'oldfieldname': u'project_name',
'oldfieldtype': u'Link',
'options': u'Project',
'permlevel': 0,
'reqd': 0,
'search_index': 1,
'width': '150px'
'width': u'150px'
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'task_id',
'fieldtype': 'Link',
'idx': 8,
'doctype': u'DocField',
'fieldname': u'task_id',
'fieldtype': u'Link',
'in_filter': 1,
'label': 'Task Id',
'oldfieldname': 'task_id',
'oldfieldtype': 'Link',
'options': 'Ticket',
'label': u'Task Id',
'oldfieldname': u'task_id',
'oldfieldtype': u'Link',
'options': u'Ticket',
'permlevel': 0,
'search_index': 1,
'width': '150px'
'width': u'150px'
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'task_name',
'fieldtype': 'Link',
'idx': 9,
'label': 'Task Name',
'oldfieldname': 'task_name',
'oldfieldtype': 'Link',
'doctype': u'DocField',
'fieldname': u'task_name',
'fieldtype': u'Link',
'label': u'Task Name',
'oldfieldname': u'task_name',
'oldfieldtype': u'Link',
'permlevel': 0,
'reqd': 0,
'search_index': 0,
'width': '250px'
'width': u'250px'
}
]