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,76 +1,59 @@
# DocType, Activity Type
[
# These values are common in all dictionaries
{
u'creation': '2012-07-03 13:30:51',
u'docstatus': 0,
u'modified': '2012-11-16 12:14:21',
u'modified_by': u'Administrator',
u'owner': u'Administrator'
},
# These values are common for all DocType
{
'autoname': u'field:activity_type',
'colour': u'White:FFF',
u'doctype': u'DocType',
'document_type': u'Master',
'in_dialog': 1,
'module': u'Projects',
u'name': u'__common__',
'section_style': u'Simple',
'server_code_error': u' ',
'version': 1
},
# These values are common for all DocField
{
u'doctype': u'DocField',
'fieldname': u'activity_type',
'fieldtype': u'Data',
'label': u'Activity Type',
u'name': u'__common__',
'parent': u'Activity Type',
'parentfield': u'fields',
'parenttype': u'DocType',
'permlevel': 0,
'reqd': 1
},
# These values are common for all DocPerm
{
'create': 1,
u'doctype': u'DocPerm',
u'name': u'__common__',
'parent': u'Activity Type',
'parentfield': u'permissions',
'parenttype': u'DocType',
'permlevel': 0,
'read': 1,
'write': 1
},
# DocType, Activity Type
{
u'doctype': u'DocType',
u'name': u'Activity Type'
},
# DocField
{
u'doctype': u'DocField'
},
# DocPerm
{
u'doctype': u'DocPerm',
'role': u'System Manager'
},
# DocPerm
{
u'doctype': u'DocPerm',
'role': u'Projects User'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-07-03 13:30:51",
"modified_by": "Administrator",
"modified": "2012-11-16 12:14:21"
},
{
"section_style": "Simple",
"module": "Projects",
"in_dialog": 1,
"autoname": "field:activity_type",
"document_type": "Master",
"name": "__common__",
"colour": "White:FFF",
"doctype": "DocType",
"server_code_error": " ",
"version": 1
},
{
"parent": "Activity Type",
"name": "__common__",
"doctype": "DocField",
"parenttype": "DocType",
"fieldname": "activity_type",
"fieldtype": "Data",
"reqd": 1,
"label": "Activity Type",
"permlevel": 0,
"parentfield": "fields"
},
{
"name": "__common__",
"parent": "Activity Type",
"read": 1,
"create": 1,
"doctype": "DocPerm",
"write": 1,
"parenttype": "DocType",
"permlevel": 0,
"parentfield": "permissions"
},
{
"name": "Activity Type",
"doctype": "DocType"
},
{
"doctype": "DocField"
},
{
"role": "System Manager",
"doctype": "DocPerm"
},
{
"role": "Projects User",
"doctype": "DocPerm"
}
]

View File

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

View File

@@ -1,327 +1,266 @@
# DocType, Task
[
# These values are common in all dictionaries
{
u'creation': '2012-09-18 11:05:48',
u'docstatus': 0,
u'modified': '2012-10-29 14:24:55',
u'modified_by': u'Administrator',
u'owner': u'Administrator'
},
# These values are common for all DocType
{
'_last_update': u'1324880734',
'allow_attach': 1,
'allow_trash': 1,
'autoname': u'TASK.#####',
'colour': u'White:FFF',
u'doctype': u'DocType',
'document_type': u'Master',
'max_attachments': 5,
'module': u'Projects',
u'name': u'__common__',
'section_style': u'Tray',
'server_code_error': u' ',
'show_in_menu': 0,
'subject': u'%(subject)s',
'tag_fields': u'status',
'version': 1
},
# These values are common for all DocField
{
u'doctype': u'DocField',
u'name': u'__common__',
'parent': u'Task',
'parentfield': u'fields',
'parenttype': u'DocType',
'permlevel': 0
},
# These values are common for all DocPerm
{
u'doctype': u'DocPerm',
u'name': u'__common__',
'parent': u'Task',
'parentfield': u'permissions',
'parenttype': u'DocType',
'read': 1,
'role': u'Projects User'
},
# DocType, Task
{
u'doctype': u'DocType',
u'name': u'Task'
},
# DocField
{
u'doctype': u'DocField',
'fieldname': u'task_details',
'fieldtype': u'Section Break',
'label': u'Task Details',
'oldfieldtype': u'Section Break',
'search_index': 0,
'width': u'50%'
},
# DocField
{
u'doctype': u'DocField',
'fieldname': u'subject',
'fieldtype': u'Data',
'in_filter': 1,
'label': u'Subject',
'oldfieldname': u'subject',
'oldfieldtype': u'Data',
'reqd': 1
},
# DocField
{
u'doctype': u'DocField',
'fieldname': u'exp_start_date',
'fieldtype': u'Date',
'label': u'Expected Start Date',
'oldfieldname': u'exp_start_date',
'oldfieldtype': u'Date',
'reqd': 0
},
# DocField
{
u'doctype': u'DocField',
'fieldname': u'exp_end_date',
'fieldtype': u'Date',
'in_filter': 1,
'label': u'Expected End Date',
'oldfieldname': u'exp_end_date',
'oldfieldtype': u'Date',
'reqd': 0,
'search_index': 1
},
# DocField
{
u'doctype': u'DocField',
'fieldname': u'column_break0',
'fieldtype': u'Column Break',
'oldfieldtype': u'Column Break',
'width': u'50%'
},
# DocField
{
'colour': u'White:FFF',
u'doctype': u'DocField',
'fieldname': u'project',
'fieldtype': u'Link',
'label': u'Project',
'oldfieldname': u'project',
'oldfieldtype': u'Link',
'options': u'Project',
'trigger': u'Client'
},
# DocField
{
'colour': u'White:FFF',
u'doctype': u'DocField',
'fieldname': u'status',
'fieldtype': u'Select',
'label': u'Status',
'no_copy': 1,
'oldfieldname': u'status',
'oldfieldtype': u'Select',
'options': u'Open\nWorking\nPending Review\nClosed\nCancelled',
'trigger': u'Client'
},
# DocField
{
u'doctype': u'DocField',
'fieldname': u'priority',
'fieldtype': u'Select',
'in_filter': 1,
'label': u'Priority',
'oldfieldname': u'priority',
'oldfieldtype': u'Select',
'options': u'Low\nMedium\nHigh\nUrgent',
'reqd': 0,
'search_index': 1
},
# DocField
{
u'doctype': u'DocField',
'fieldname': u'section_break0',
'fieldtype': u'Section Break',
'oldfieldtype': u'Section Break',
'options': u'Simple'
},
# DocField
{
u'doctype': u'DocField',
'fieldname': u'description',
'fieldtype': u'Text Editor',
'label': u'Details',
'oldfieldname': u'description',
'oldfieldtype': u'Text Editor',
'reqd': 0,
'width': u'300px'
},
# DocField
{
u'doctype': u'DocField',
'fieldname': u'time_and_budget',
'fieldtype': u'Section Break',
'label': u'Time and Budget',
'oldfieldtype': u'Section Break'
},
# DocField
{
u'doctype': u'DocField',
'fieldname': u'expected',
'fieldtype': u'Column Break',
'label': u'Expected',
'oldfieldtype': u'Column Break',
'width': u'50%'
},
# DocField
{
u'doctype': u'DocField',
'fieldname': u'exp_total_hrs',
'fieldtype': u'Data',
'label': u'Total Hours (Expected)',
'oldfieldname': u'exp_total_hrs',
'oldfieldtype': u'Data',
'reqd': 0
},
# DocField
{
u'doctype': u'DocField',
'fieldname': u'allocated_budget',
'fieldtype': u'Currency',
'label': u'Allocated Budget',
'oldfieldname': u'allocated_budget',
'oldfieldtype': u'Currency'
},
# DocField
{
u'doctype': u'DocField',
'fieldname': u'actual',
'fieldtype': u'Column Break',
'label': u'Actual',
'oldfieldtype': u'Column Break',
'width': u'50%'
},
# DocField
{
u'doctype': u'DocField',
'fieldname': u'act_start_date',
'fieldtype': u'Date',
'label': u'Actual Start Date',
'oldfieldname': u'act_start_date',
'oldfieldtype': u'Date'
},
# DocField
{
u'doctype': u'DocField',
'fieldname': u'act_end_date',
'fieldtype': u'Date',
'label': u'Actual End Date',
'oldfieldname': u'act_end_date',
'oldfieldtype': u'Date'
},
# DocField
{
u'doctype': u'DocField',
'fieldname': u'act_total_hrs',
'fieldtype': u'Data',
'label': u'Total Hours (Actual)',
'oldfieldname': u'act_total_hrs',
'oldfieldtype': u'Data'
},
# DocField
{
u'doctype': u'DocField',
'fieldname': u'actual_budget',
'fieldtype': u'Currency',
'label': u'Actual Budget',
'oldfieldname': u'actual_budget',
'oldfieldtype': u'Currency'
},
# DocField
{
u'doctype': u'DocField',
'fieldname': u'more_details',
'fieldtype': u'Section Break',
'label': u'More Details'
},
# DocField
{
'colour': u'White:FFF',
'depends_on': u'eval:doc.status == "Closed" || doc.status == "Pending Review"',
u'doctype': u'DocField',
'fieldname': u'review_date',
'fieldtype': u'Date',
'hidden': 1,
'label': u'Review Date',
'oldfieldname': u'review_date',
'oldfieldtype': u'Date'
},
# DocField
{
'colour': u'White:FFF',
'depends_on': u'eval:doc.status == "Closed"',
u'doctype': u'DocField',
'fieldname': u'closing_date',
'fieldtype': u'Date',
'hidden': 1,
'label': u'Closing Date',
'oldfieldname': u'closing_date',
'oldfieldtype': u'Date'
},
# DocField
{
u'doctype': u'DocField',
'fieldname': u'file_list',
'fieldtype': u'Text',
'hidden': 1,
'label': u'File List',
'no_copy': 1,
'print_hide': 1
},
# DocPerm
{
'cancel': 1,
'create': 1,
u'doctype': u'DocPerm',
'permlevel': 0,
'write': 1
},
# DocPerm
{
u'doctype': u'DocPerm',
'permlevel': 1
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-09-18 11:05:48",
"modified_by": "Administrator",
"modified": "2012-10-29 14:24:55"
},
{
"section_style": "Tray",
"allow_attach": 1,
"tag_fields": "status",
"module": "Projects",
"server_code_error": " ",
"allow_trash": 1,
"doctype": "DocType",
"document_type": "Master",
"subject": "%(subject)s",
"autoname": "TASK.#####",
"name": "__common__",
"colour": "White:FFF",
"_last_update": "1324880734",
"show_in_menu": 0,
"max_attachments": 5,
"version": 1
},
{
"name": "__common__",
"parent": "Task",
"doctype": "DocField",
"parenttype": "DocType",
"permlevel": 0,
"parentfield": "fields"
},
{
"name": "__common__",
"parent": "Task",
"read": 1,
"doctype": "DocPerm",
"parenttype": "DocType",
"role": "Projects User",
"parentfield": "permissions"
},
{
"name": "Task",
"doctype": "DocType"
},
{
"oldfieldtype": "Section Break",
"doctype": "DocField",
"label": "Task Details",
"width": "50%",
"fieldname": "task_details",
"fieldtype": "Section Break",
"search_index": 0
},
{
"oldfieldtype": "Data",
"doctype": "DocField",
"label": "Subject",
"oldfieldname": "subject",
"fieldname": "subject",
"fieldtype": "Data",
"reqd": 1,
"in_filter": 1
},
{
"oldfieldtype": "Date",
"doctype": "DocField",
"label": "Expected Start Date",
"oldfieldname": "exp_start_date",
"fieldname": "exp_start_date",
"fieldtype": "Date",
"reqd": 0
},
{
"search_index": 1,
"doctype": "DocField",
"label": "Expected End Date",
"oldfieldname": "exp_end_date",
"fieldname": "exp_end_date",
"fieldtype": "Date",
"oldfieldtype": "Date",
"reqd": 0,
"in_filter": 1
},
{
"oldfieldtype": "Column Break",
"doctype": "DocField",
"width": "50%",
"fieldname": "column_break0",
"fieldtype": "Column Break"
},
{
"oldfieldtype": "Link",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Project",
"oldfieldname": "project",
"trigger": "Client",
"fieldname": "project",
"fieldtype": "Link",
"options": "Project"
},
{
"no_copy": 1,
"oldfieldtype": "Select",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Status",
"oldfieldname": "status",
"trigger": "Client",
"fieldname": "status",
"fieldtype": "Select",
"options": "Open\nWorking\nPending Review\nClosed\nCancelled"
},
{
"search_index": 1,
"doctype": "DocField",
"label": "Priority",
"oldfieldname": "priority",
"fieldname": "priority",
"fieldtype": "Select",
"oldfieldtype": "Select",
"reqd": 0,
"options": "Low\nMedium\nHigh\nUrgent",
"in_filter": 1
},
{
"oldfieldtype": "Section Break",
"doctype": "DocField",
"fieldname": "section_break0",
"fieldtype": "Section Break",
"options": "Simple"
},
{
"oldfieldtype": "Text Editor",
"doctype": "DocField",
"label": "Details",
"oldfieldname": "description",
"width": "300px",
"fieldname": "description",
"fieldtype": "Text Editor",
"reqd": 0
},
{
"oldfieldtype": "Section Break",
"doctype": "DocField",
"label": "Time and Budget",
"fieldname": "time_and_budget",
"fieldtype": "Section Break"
},
{
"oldfieldtype": "Column Break",
"doctype": "DocField",
"label": "Expected",
"width": "50%",
"fieldname": "expected",
"fieldtype": "Column Break"
},
{
"oldfieldtype": "Data",
"doctype": "DocField",
"label": "Total Hours (Expected)",
"oldfieldname": "exp_total_hrs",
"fieldname": "exp_total_hrs",
"fieldtype": "Data",
"reqd": 0
},
{
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Allocated Budget",
"oldfieldname": "allocated_budget",
"fieldname": "allocated_budget",
"fieldtype": "Currency"
},
{
"oldfieldtype": "Column Break",
"doctype": "DocField",
"label": "Actual",
"width": "50%",
"fieldname": "actual",
"fieldtype": "Column Break"
},
{
"oldfieldtype": "Date",
"doctype": "DocField",
"label": "Actual Start Date",
"oldfieldname": "act_start_date",
"fieldname": "act_start_date",
"fieldtype": "Date"
},
{
"oldfieldtype": "Date",
"doctype": "DocField",
"label": "Actual End Date",
"oldfieldname": "act_end_date",
"fieldname": "act_end_date",
"fieldtype": "Date"
},
{
"oldfieldtype": "Data",
"doctype": "DocField",
"label": "Total Hours (Actual)",
"oldfieldname": "act_total_hrs",
"fieldname": "act_total_hrs",
"fieldtype": "Data"
},
{
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Actual Budget",
"oldfieldname": "actual_budget",
"fieldname": "actual_budget",
"fieldtype": "Currency"
},
{
"doctype": "DocField",
"fieldname": "more_details",
"fieldtype": "Section Break",
"label": "More Details"
},
{
"oldfieldtype": "Date",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Review Date",
"oldfieldname": "review_date",
"fieldname": "review_date",
"fieldtype": "Date",
"depends_on": "eval:doc.status == \"Closed\" || doc.status == \"Pending Review\"",
"hidden": 1
},
{
"oldfieldtype": "Date",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Closing Date",
"oldfieldname": "closing_date",
"fieldname": "closing_date",
"fieldtype": "Date",
"depends_on": "eval:doc.status == \"Closed\"",
"hidden": 1
},
{
"print_hide": 1,
"no_copy": 1,
"doctype": "DocField",
"label": "File List",
"fieldname": "file_list",
"fieldtype": "Text",
"hidden": 1
},
{
"create": 1,
"doctype": "DocPerm",
"write": 1,
"cancel": 1,
"permlevel": 0
},
{
"permlevel": 1,
"doctype": "DocPerm"
}
]

View File

@@ -1,212 +1,173 @@
# DocType, Timesheet
[
# These values are common in all dictionaries
{
'creation': '2012-03-27 14:36:07',
'docstatus': 0,
'modified': '2012-03-27 18:47:10',
'modified_by': u'Administrator',
'owner': u'ashwini@webnotestech.com'
},
# These values are common for all DocType
{
'autoname': u'TimeSheet.#####',
'colour': u'White:FFF',
'doctype': 'DocType',
'is_submittable': 1,
'module': u'Projects',
'name': '__common__',
'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': u'DocField',
'name': '__common__',
'parent': u'Timesheet',
'parentfield': u'fields',
'parenttype': u'DocType'
},
# These values are common for all DocPerm
{
'doctype': u'DocPerm',
'name': '__common__',
'parent': u'Timesheet',
'parentfield': u'permissions',
'parenttype': u'DocType',
'read': 1
},
# DocType, Timesheet
{
'doctype': 'DocType',
'name': u'Timesheet'
},
# DocPerm
{
'amend': 1,
'cancel': 1,
'create': 1,
'doctype': u'DocPerm',
'permlevel': 0,
'role': u'Projects User',
'submit': 1,
'write': 1
},
# DocPerm
{
'doctype': u'DocPerm',
'permlevel': 1,
'role': u'Projects User'
},
# DocPerm
{
'amend': 1,
'cancel': 1,
'create': 1,
'doctype': u'DocPerm',
'permlevel': 0,
'role': u'System Manager',
'submit': 1,
'write': 1
},
# DocPerm
{
'doctype': u'DocPerm',
'permlevel': 1,
'role': u'System Manager'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'timesheet_details_section_break',
'fieldtype': u'Section Break',
'label': u'Timesheet Details',
'permlevel': 0
},
# DocField
{
'colour': u'White:FFF',
'default': u'Draft',
'doctype': u'DocField',
'fieldname': u'status',
'fieldtype': u'Select',
'in_filter': 0,
'label': u'Status',
'oldfieldname': u'status',
'oldfieldtype': u'Select',
'options': u'\nDraft\nSubmitted\nCancelled',
'permlevel': 1,
'reqd': 1,
'search_index': 1
},
# DocField
{
'colour': u'White:FFF',
'default': u'Today',
'doctype': u'DocField',
'fieldname': u'timesheet_date',
'fieldtype': u'Date',
'in_filter': 1,
'label': u'Timesheet Date',
'oldfieldname': u'timesheet_date',
'oldfieldtype': u'Date',
'permlevel': 0,
'reqd': 1,
'search_index': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'owner',
'fieldtype': u'Link',
'in_filter': 1,
'label': u'Timesheet By',
'oldfieldname': u'owner',
'oldfieldtype': u'Link',
'options': u'Profile',
'permlevel': 0,
'reqd': 1,
'search_index': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'amended_from',
'fieldtype': u'Data',
'hidden': 1,
'label': u'Amended From',
'oldfieldname': u'amended_from',
'oldfieldtype': u'Data',
'permlevel': 1,
'print_hide': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'amendment_date',
'fieldtype': u'Date',
'hidden': 1,
'label': u'Amendment Date',
'oldfieldname': u'amendment_date',
'oldfieldtype': u'Date',
'permlevel': 1,
'print_hide': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'column_break0',
'fieldtype': u'Column Break',
'permlevel': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'notes',
'fieldtype': u'Text',
'label': u'Notes',
'permlevel': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'section_break0',
'fieldtype': u'Section Break',
'options': u'Simple',
'permlevel': 0
},
# DocField
{
'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
}
{
"owner": "ashwini@webnotestech.com",
"docstatus": 0,
"creation": "2012-03-27 14:36:07",
"modified_by": "Administrator",
"modified": "2012-03-27 18:47:10"
},
{
"section_style": "Simple",
"is_submittable": 1,
"search_fields": "status, owner, timesheet_date",
"module": "Projects",
"server_code_error": " ",
"subject": "%(owner)s",
"autoname": "TimeSheet.#####",
"name": "__common__",
"colour": "White:FFF",
"doctype": "DocType",
"show_in_menu": 0,
"version": 69
},
{
"name": "__common__",
"parent": "Timesheet",
"doctype": "DocField",
"parenttype": "DocType",
"parentfield": "fields"
},
{
"name": "__common__",
"parent": "Timesheet",
"read": 1,
"doctype": "DocPerm",
"parenttype": "DocType",
"parentfield": "permissions"
},
{
"name": "Timesheet",
"doctype": "DocType"
},
{
"amend": 1,
"create": 1,
"doctype": "DocPerm",
"submit": 1,
"write": 1,
"role": "Projects User",
"cancel": 1,
"permlevel": 0
},
{
"role": "Projects User",
"permlevel": 1,
"doctype": "DocPerm"
},
{
"amend": 1,
"create": 1,
"doctype": "DocPerm",
"submit": 1,
"write": 1,
"role": "System Manager",
"cancel": 1,
"permlevel": 0
},
{
"role": "System Manager",
"permlevel": 1,
"doctype": "DocPerm"
},
{
"doctype": "DocField",
"label": "Timesheet Details",
"fieldname": "timesheet_details_section_break",
"fieldtype": "Section Break",
"permlevel": 0
},
{
"default": "Draft",
"oldfieldtype": "Select",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Status",
"oldfieldname": "status",
"permlevel": 1,
"fieldname": "status",
"fieldtype": "Select",
"search_index": 1,
"reqd": 1,
"options": "\nDraft\nSubmitted\nCancelled",
"in_filter": 0
},
{
"default": "Today",
"oldfieldtype": "Date",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Timesheet Date",
"oldfieldname": "timesheet_date",
"fieldname": "timesheet_date",
"fieldtype": "Date",
"search_index": 1,
"reqd": 1,
"permlevel": 0,
"in_filter": 1
},
{
"search_index": 0,
"doctype": "DocField",
"label": "Timesheet By",
"oldfieldname": "owner",
"options": "Profile",
"fieldname": "owner",
"fieldtype": "Link",
"oldfieldtype": "Link",
"reqd": 1,
"permlevel": 0,
"in_filter": 1
},
{
"print_hide": 1,
"oldfieldtype": "Data",
"doctype": "DocField",
"label": "Amended From",
"oldfieldname": "amended_from",
"fieldname": "amended_from",
"fieldtype": "Data",
"hidden": 1,
"permlevel": 1
},
{
"print_hide": 1,
"oldfieldtype": "Date",
"doctype": "DocField",
"label": "Amendment Date",
"oldfieldname": "amendment_date",
"fieldname": "amendment_date",
"fieldtype": "Date",
"hidden": 1,
"permlevel": 1
},
{
"doctype": "DocField",
"fieldname": "column_break0",
"fieldtype": "Column Break",
"permlevel": 0
},
{
"doctype": "DocField",
"label": "Notes",
"fieldname": "notes",
"fieldtype": "Text",
"permlevel": 0
},
{
"doctype": "DocField",
"permlevel": 0,
"fieldname": "section_break0",
"fieldtype": "Section Break",
"options": "Simple"
},
{
"oldfieldtype": "Table",
"doctype": "DocField",
"label": "Timesheet Details",
"oldfieldname": "timesheet_details",
"permlevel": 0,
"fieldname": "timesheet_details",
"fieldtype": "Table",
"options": "Timesheet Detail"
}
]