This commit is contained in:
Rushabh Mehta
2014-03-27 17:54:18 +05:30
parent e88bc8b12a
commit daae743608
304 changed files with 38833 additions and 41979 deletions

View File

@@ -1,60 +1,47 @@
[
{
"creation": "2013-03-05 10:14:59",
"docstatus": 0,
"modified": "2013-12-20 19:23:54",
"modified_by": "Administrator",
"owner": "Administrator"
},
{
"allow_import": 1,
"autoname": "field:activity_type",
"doctype": "DocType",
"document_type": "Master",
"icon": "icon-flag",
"in_dialog": 0,
"module": "Projects",
"name": "__common__"
},
{
"doctype": "DocField",
"fieldname": "activity_type",
"fieldtype": "Data",
"label": "Activity Type",
"name": "__common__",
"parent": "Activity Type",
"parentfield": "fields",
"parenttype": "DocType",
"permlevel": 0,
"reqd": 1
},
{
"create": 1,
"doctype": "DocPerm",
"email": 1,
"name": "__common__",
"parent": "Activity Type",
"parentfield": "permissions",
"parenttype": "DocType",
"permlevel": 0,
"print": 1,
"read": 1,
"report": 1,
"write": 1
},
{
"doctype": "DocType",
"name": "Activity Type"
},
{
"doctype": "DocField"
},
{
"doctype": "DocPerm",
"role": "System Manager"
},
{
"doctype": "DocPerm",
"role": "Projects User"
}
]
{
"allow_import": 1,
"autoname": "field:activity_type",
"creation": "2013-03-05 10:14:59",
"docstatus": 0,
"doctype": "DocType",
"document_type": "Master",
"fields": [
{
"fieldname": "activity_type",
"fieldtype": "Data",
"label": "Activity Type",
"permlevel": 0,
"reqd": 1
}
],
"icon": "icon-flag",
"idx": 1,
"in_dialog": 0,
"modified": "2013-12-20 19:23:54",
"modified_by": "Administrator",
"module": "Projects",
"name": "Activity Type",
"owner": "Administrator",
"permissions": [
{
"create": 1,
"email": 1,
"permlevel": 0,
"print": 1,
"read": 1,
"report": 1,
"role": "System Manager",
"write": 1
},
{
"create": 1,
"email": 1,
"permlevel": 0,
"print": 1,
"read": 1,
"report": 1,
"role": "Projects User",
"write": 1
}
]
}

View File

@@ -1,309 +1,294 @@
[
{
"creation": "2013-03-07 11:55:07",
"docstatus": 0,
"modified": "2014-01-20 17:49:02",
"modified_by": "Administrator",
"owner": "Administrator"
},
{
"allow_attach": 1,
"allow_import": 1,
"autoname": "field:project_name",
"doctype": "DocType",
"document_type": "Master",
"icon": "icon-puzzle-piece",
"max_attachments": 4,
"module": "Projects",
"name": "__common__",
"search_fields": "customer, status, priority, is_active"
},
{
"doctype": "DocField",
"name": "__common__",
"parent": "Project",
"parentfield": "fields",
"parenttype": "DocType",
"permlevel": 0
},
{
"amend": 0,
"cancel": 0,
"doctype": "DocPerm",
"name": "__common__",
"parent": "Project",
"parentfield": "permissions",
"parenttype": "DocType",
"read": 1,
"report": 1,
"submit": 0
},
{
"doctype": "DocType",
"name": "Project"
},
{
"doctype": "DocField",
"fieldname": "overview",
"fieldtype": "Section Break",
"label": "Overview",
"options": "icon-file"
},
{
"doctype": "DocField",
"fieldname": "cb_project_status",
"fieldtype": "Column Break",
"label": "Status"
},
{
"description": "Project will get saved and will be searchable with project name given",
"doctype": "DocField",
"fieldname": "project_name",
"fieldtype": "Data",
"label": "Project Name",
"no_copy": 0,
"oldfieldname": "project_name",
"oldfieldtype": "Data",
"reqd": 1
},
{
"default": "Open",
"doctype": "DocField",
"fieldname": "status",
"fieldtype": "Select",
"in_filter": 1,
"label": "Status",
"no_copy": 1,
"oldfieldname": "status",
"oldfieldtype": "Select",
"options": "Open\nCompleted\nCancelled",
"reqd": 1,
"search_index": 1
},
{
"doctype": "DocField",
"fieldname": "is_active",
"fieldtype": "Select",
"label": "Is Active",
"no_copy": 0,
"oldfieldname": "is_active",
"oldfieldtype": "Select",
"options": "Yes\nNo",
"search_index": 0
},
{
"doctype": "DocField",
"fieldname": "priority",
"fieldtype": "Select",
"label": "Priority",
"no_copy": 0,
"oldfieldname": "priority",
"oldfieldtype": "Select",
"options": "Medium\nLow\nHigh",
"search_index": 0
},
{
"doctype": "DocField",
"fieldname": "cb_project_dates",
"fieldtype": "Column Break",
"label": "Dates"
},
{
"doctype": "DocField",
"fieldname": "project_start_date",
"fieldtype": "Date",
"in_filter": 1,
"label": "Project Start Date",
"no_copy": 0,
"oldfieldname": "project_start_date",
"oldfieldtype": "Date",
"search_index": 0
},
{
"doctype": "DocField",
"fieldname": "completion_date",
"fieldtype": "Date",
"label": "Completion Date",
"no_copy": 0,
"oldfieldname": "completion_date",
"oldfieldtype": "Date",
"search_index": 0
},
{
"doctype": "DocField",
"fieldname": "act_completion_date",
"fieldtype": "Date",
"label": "Actual Completion Date",
"no_copy": 0,
"oldfieldname": "act_completion_date",
"oldfieldtype": "Date",
"search_index": 0
},
{
"doctype": "DocField",
"fieldname": "project_type",
"fieldtype": "Select",
"label": "Project Type",
"no_copy": 0,
"oldfieldname": "project_type",
"oldfieldtype": "Data",
"options": "Internal\nExternal\nOther",
"search_index": 0
},
{
"doctype": "DocField",
"fieldname": "sb_milestones",
"fieldtype": "Section Break",
"label": "Milestones",
"oldfieldtype": "Section Break",
"options": "icon-flag"
},
{
"description": "Milestones will be added as Events in the Calendar",
"doctype": "DocField",
"fieldname": "project_milestones",
"fieldtype": "Table",
"label": "Project Milestones",
"no_copy": 0,
"oldfieldname": "project_milestones",
"oldfieldtype": "Table",
"options": "Project Milestone",
"search_index": 0
},
{
"doctype": "DocField",
"fieldname": "section_break0",
"fieldtype": "Section Break",
"label": "Project Details",
"oldfieldtype": "Section Break",
"options": "icon-list"
},
{
"doctype": "DocField",
"fieldname": "notes",
"fieldtype": "Text Editor",
"label": "Notes",
"no_copy": 0,
"oldfieldname": "notes",
"oldfieldtype": "Text Editor",
"search_index": 0
},
{
"doctype": "DocField",
"fieldname": "percent_complete",
"fieldtype": "Percent",
"in_list_view": 1,
"label": "Percent Complete",
"read_only": 1
},
{
"doctype": "DocField",
"fieldname": "company",
"fieldtype": "Link",
"label": "Company",
"options": "Company"
},
{
"doctype": "DocField",
"fieldname": "project_details",
"fieldtype": "Section Break",
"label": "Project Costing",
"oldfieldtype": "Section Break",
"options": "icon-money"
},
{
"doctype": "DocField",
"fieldname": "project_value",
"fieldtype": "Currency",
"in_list_view": 1,
"label": "Project Value",
"no_copy": 0,
"oldfieldname": "project_value",
"oldfieldtype": "Currency",
"options": "Company:company:default_currency",
"reqd": 0,
"search_index": 0
},
{
"doctype": "DocField",
"fieldname": "est_material_cost",
"fieldtype": "Currency",
"label": "Estimated Material Cost",
"no_copy": 0,
"oldfieldname": "est_material_cost",
"oldfieldtype": "Currency",
"options": "Company:company:default_currency",
"search_index": 0
},
{
"doctype": "DocField",
"fieldname": "column_break0",
"fieldtype": "Column Break",
"label": "Margin",
"oldfieldtype": "Column Break",
"width": "50%"
},
{
"doctype": "DocField",
"fieldname": "gross_margin_value",
"fieldtype": "Currency",
"label": "Gross Margin Value",
"no_copy": 0,
"oldfieldname": "gross_margin_value",
"oldfieldtype": "Currency",
"options": "Company:company:default_currency",
"reqd": 0,
"search_index": 0
},
{
"doctype": "DocField",
"fieldname": "per_gross_margin",
"fieldtype": "Currency",
"label": "Gross Margin %",
"no_copy": 0,
"oldfieldname": "per_gross_margin",
"oldfieldtype": "Currency",
"options": "Company:company:default_currency",
"reqd": 0,
"search_index": 0
},
{
"doctype": "DocField",
"fieldname": "customer_details",
"fieldtype": "Section Break",
"label": "Customer Details",
"oldfieldtype": "Section Break",
"options": "icon-user"
},
{
"doctype": "DocField",
"fieldname": "customer",
"fieldtype": "Link",
"in_filter": 1,
"label": "Customer",
"no_copy": 0,
"oldfieldname": "customer",
"oldfieldtype": "Link",
"options": "Customer",
"print_hide": 1,
"reqd": 0,
"search_index": 1
},
{
"create": 1,
"delete": 1,
"doctype": "DocPerm",
"email": 1,
"permlevel": 0,
"print": 1,
"role": "Projects User",
"write": 1
},
{
"create": 0,
"delete": 0,
"doctype": "DocPerm",
"permlevel": 1,
"role": "All"
}
]
{
"allow_attach": 1,
"allow_import": 1,
"autoname": "field:project_name",
"creation": "2013-03-07 11:55:07",
"docstatus": 0,
"doctype": "DocType",
"document_type": "Master",
"fields": [
{
"fieldname": "overview",
"fieldtype": "Section Break",
"label": "Overview",
"options": "icon-file",
"permlevel": 0
},
{
"fieldname": "cb_project_status",
"fieldtype": "Column Break",
"label": "Status",
"permlevel": 0
},
{
"description": "Project will get saved and will be searchable with project name given",
"fieldname": "project_name",
"fieldtype": "Data",
"label": "Project Name",
"no_copy": 0,
"oldfieldname": "project_name",
"oldfieldtype": "Data",
"permlevel": 0,
"reqd": 1
},
{
"default": "Open",
"fieldname": "status",
"fieldtype": "Select",
"in_filter": 1,
"label": "Status",
"no_copy": 1,
"oldfieldname": "status",
"oldfieldtype": "Select",
"options": "Open\nCompleted\nCancelled",
"permlevel": 0,
"reqd": 1,
"search_index": 1
},
{
"fieldname": "is_active",
"fieldtype": "Select",
"label": "Is Active",
"no_copy": 0,
"oldfieldname": "is_active",
"oldfieldtype": "Select",
"options": "Yes\nNo",
"permlevel": 0,
"search_index": 0
},
{
"fieldname": "priority",
"fieldtype": "Select",
"label": "Priority",
"no_copy": 0,
"oldfieldname": "priority",
"oldfieldtype": "Select",
"options": "Medium\nLow\nHigh",
"permlevel": 0,
"search_index": 0
},
{
"fieldname": "cb_project_dates",
"fieldtype": "Column Break",
"label": "Dates",
"permlevel": 0
},
{
"fieldname": "project_start_date",
"fieldtype": "Date",
"in_filter": 1,
"label": "Project Start Date",
"no_copy": 0,
"oldfieldname": "project_start_date",
"oldfieldtype": "Date",
"permlevel": 0,
"search_index": 0
},
{
"fieldname": "completion_date",
"fieldtype": "Date",
"label": "Completion Date",
"no_copy": 0,
"oldfieldname": "completion_date",
"oldfieldtype": "Date",
"permlevel": 0,
"search_index": 0
},
{
"fieldname": "act_completion_date",
"fieldtype": "Date",
"label": "Actual Completion Date",
"no_copy": 0,
"oldfieldname": "act_completion_date",
"oldfieldtype": "Date",
"permlevel": 0,
"search_index": 0
},
{
"fieldname": "project_type",
"fieldtype": "Select",
"label": "Project Type",
"no_copy": 0,
"oldfieldname": "project_type",
"oldfieldtype": "Data",
"options": "Internal\nExternal\nOther",
"permlevel": 0,
"search_index": 0
},
{
"fieldname": "sb_milestones",
"fieldtype": "Section Break",
"label": "Milestones",
"oldfieldtype": "Section Break",
"options": "icon-flag",
"permlevel": 0
},
{
"description": "Milestones will be added as Events in the Calendar",
"fieldname": "project_milestones",
"fieldtype": "Table",
"label": "Project Milestones",
"no_copy": 0,
"oldfieldname": "project_milestones",
"oldfieldtype": "Table",
"options": "Project Milestone",
"permlevel": 0,
"search_index": 0
},
{
"fieldname": "section_break0",
"fieldtype": "Section Break",
"label": "Project Details",
"oldfieldtype": "Section Break",
"options": "icon-list",
"permlevel": 0
},
{
"fieldname": "notes",
"fieldtype": "Text Editor",
"label": "Notes",
"no_copy": 0,
"oldfieldname": "notes",
"oldfieldtype": "Text Editor",
"permlevel": 0,
"search_index": 0
},
{
"fieldname": "percent_complete",
"fieldtype": "Percent",
"in_list_view": 1,
"label": "Percent Complete",
"permlevel": 0,
"read_only": 1
},
{
"fieldname": "company",
"fieldtype": "Link",
"label": "Company",
"options": "Company",
"permlevel": 0
},
{
"fieldname": "project_details",
"fieldtype": "Section Break",
"label": "Project Costing",
"oldfieldtype": "Section Break",
"options": "icon-money",
"permlevel": 0
},
{
"fieldname": "project_value",
"fieldtype": "Currency",
"in_list_view": 1,
"label": "Project Value",
"no_copy": 0,
"oldfieldname": "project_value",
"oldfieldtype": "Currency",
"options": "Company:company:default_currency",
"permlevel": 0,
"reqd": 0,
"search_index": 0
},
{
"fieldname": "est_material_cost",
"fieldtype": "Currency",
"label": "Estimated Material Cost",
"no_copy": 0,
"oldfieldname": "est_material_cost",
"oldfieldtype": "Currency",
"options": "Company:company:default_currency",
"permlevel": 0,
"search_index": 0
},
{
"fieldname": "column_break0",
"fieldtype": "Column Break",
"label": "Margin",
"oldfieldtype": "Column Break",
"permlevel": 0,
"width": "50%"
},
{
"fieldname": "gross_margin_value",
"fieldtype": "Currency",
"label": "Gross Margin Value",
"no_copy": 0,
"oldfieldname": "gross_margin_value",
"oldfieldtype": "Currency",
"options": "Company:company:default_currency",
"permlevel": 0,
"reqd": 0,
"search_index": 0
},
{
"fieldname": "per_gross_margin",
"fieldtype": "Currency",
"label": "Gross Margin %",
"no_copy": 0,
"oldfieldname": "per_gross_margin",
"oldfieldtype": "Currency",
"options": "Company:company:default_currency",
"permlevel": 0,
"reqd": 0,
"search_index": 0
},
{
"fieldname": "customer_details",
"fieldtype": "Section Break",
"label": "Customer Details",
"oldfieldtype": "Section Break",
"options": "icon-user",
"permlevel": 0
},
{
"fieldname": "customer",
"fieldtype": "Link",
"in_filter": 1,
"label": "Customer",
"no_copy": 0,
"oldfieldname": "customer",
"oldfieldtype": "Link",
"options": "Customer",
"permlevel": 0,
"print_hide": 1,
"reqd": 0,
"search_index": 1
}
],
"icon": "icon-puzzle-piece",
"idx": 1,
"max_attachments": 4,
"modified": "2014-01-20 17:49:02",
"modified_by": "Administrator",
"module": "Projects",
"name": "Project",
"owner": "Administrator",
"permissions": [
{
"amend": 0,
"cancel": 0,
"create": 1,
"delete": 1,
"email": 1,
"permlevel": 0,
"print": 1,
"read": 1,
"report": 1,
"role": "Projects User",
"submit": 0,
"write": 1
},
{
"amend": 0,
"cancel": 0,
"create": 0,
"delete": 0,
"permlevel": 1,
"read": 1,
"report": 1,
"role": "All",
"submit": 0
}
],
"search_fields": "customer, status, priority, is_active"
}

View File

@@ -1,56 +1,45 @@
[
{
"creation": "2013-02-22 01:27:50",
"docstatus": 0,
"modified": "2013-12-20 19:23:27",
"modified_by": "Administrator",
"owner": "Administrator"
},
{
"doctype": "DocType",
"istable": 1,
"module": "Projects",
"name": "__common__"
},
{
"doctype": "DocField",
"in_list_view": 1,
"name": "__common__",
"parent": "Project Milestone",
"parentfield": "fields",
"parenttype": "DocType",
"permlevel": 0
},
{
"doctype": "DocType",
"name": "Project Milestone"
},
{
"doctype": "DocField",
"fieldname": "milestone_date",
"fieldtype": "Date",
"label": "Milestone Date",
"oldfieldname": "milestone_date",
"oldfieldtype": "Date"
},
{
"doctype": "DocField",
"fieldname": "milestone",
"fieldtype": "Text",
"label": "Milestone",
"oldfieldname": "milestone",
"oldfieldtype": "Text",
"print_width": "300px",
"width": "300px"
},
{
"doctype": "DocField",
"fieldname": "status",
"fieldtype": "Select",
"label": "Status",
"no_copy": 1,
"oldfieldname": "status",
"oldfieldtype": "Select",
"options": "Pending\nCompleted"
}
]
{
"creation": "2013-02-22 01:27:50",
"docstatus": 0,
"doctype": "DocType",
"fields": [
{
"fieldname": "milestone_date",
"fieldtype": "Date",
"in_list_view": 1,
"label": "Milestone Date",
"oldfieldname": "milestone_date",
"oldfieldtype": "Date",
"permlevel": 0
},
{
"fieldname": "milestone",
"fieldtype": "Text",
"in_list_view": 1,
"label": "Milestone",
"oldfieldname": "milestone",
"oldfieldtype": "Text",
"permlevel": 0,
"print_width": "300px",
"width": "300px"
},
{
"fieldname": "status",
"fieldtype": "Select",
"in_list_view": 1,
"label": "Status",
"no_copy": 1,
"oldfieldname": "status",
"oldfieldtype": "Select",
"options": "Pending\nCompleted",
"permlevel": 0
}
],
"idx": 1,
"istable": 1,
"modified": "2013-12-20 19:23:27",
"modified_by": "Administrator",
"module": "Projects",
"name": "Project Milestone",
"owner": "Administrator"
}

View File

@@ -1,262 +1,243 @@
[
{
"creation": "2013-01-29 19:25:50",
"docstatus": 0,
"modified": "2014-01-24 13:01:46",
"modified_by": "Administrator",
"owner": "Administrator"
},
{
"allow_attach": 1,
"allow_import": 1,
"autoname": "TASK.#####",
"doctype": "DocType",
"document_type": "Master",
"icon": "icon-check",
"max_attachments": 5,
"module": "Projects",
"name": "__common__",
"search_fields": "subject",
"title_field": "subject"
},
{
"doctype": "DocField",
"name": "__common__",
"parent": "Task",
"parentfield": "fields",
"parenttype": "DocType",
"permlevel": 0
},
{
"cancel": 0,
"create": 1,
"delete": 1,
"doctype": "DocPerm",
"email": 1,
"name": "__common__",
"parent": "Task",
"parentfield": "permissions",
"parenttype": "DocType",
"permlevel": 0,
"print": 1,
"read": 1,
"report": 1,
"role": "Projects User",
"submit": 0,
"write": 1
},
{
"doctype": "DocType",
"name": "Task"
},
{
"doctype": "DocField",
"fieldname": "task_details",
"fieldtype": "Section Break",
"label": "Task Details",
"oldfieldtype": "Section Break",
"print_width": "50%",
"search_index": 0,
"width": "50%"
},
{
"doctype": "DocField",
"fieldname": "subject",
"fieldtype": "Data",
"in_filter": 1,
"in_list_view": 1,
"label": "Subject",
"oldfieldname": "subject",
"oldfieldtype": "Data",
"reqd": 1
},
{
"doctype": "DocField",
"fieldname": "exp_start_date",
"fieldtype": "Date",
"label": "Expected Start Date",
"oldfieldname": "exp_start_date",
"oldfieldtype": "Date",
"reqd": 0
},
{
"doctype": "DocField",
"fieldname": "exp_end_date",
"fieldtype": "Date",
"in_filter": 1,
"label": "Expected End Date",
"oldfieldname": "exp_end_date",
"oldfieldtype": "Date",
"reqd": 0,
"search_index": 1
},
{
"doctype": "DocField",
"fieldname": "column_break0",
"fieldtype": "Column Break",
"oldfieldtype": "Column Break",
"print_width": "50%",
"width": "50%"
},
{
"doctype": "DocField",
"fieldname": "project",
"fieldtype": "Link",
"in_list_view": 1,
"label": "Project",
"oldfieldname": "project",
"oldfieldtype": "Link",
"options": "Project"
},
{
"doctype": "DocField",
"fieldname": "status",
"fieldtype": "Select",
"in_list_view": 1,
"label": "Status",
"no_copy": 1,
"oldfieldname": "status",
"oldfieldtype": "Select",
"options": "Open\nWorking\nPending Review\nClosed\nCancelled"
},
{
"doctype": "DocField",
"fieldname": "priority",
"fieldtype": "Select",
"in_filter": 1,
"in_list_view": 1,
"label": "Priority",
"oldfieldname": "priority",
"oldfieldtype": "Select",
"options": "Low\nMedium\nHigh\nUrgent",
"reqd": 0,
"search_index": 1
},
{
"doctype": "DocField",
"fieldname": "section_break0",
"fieldtype": "Section Break",
"oldfieldtype": "Section Break",
"options": "Simple"
},
{
"doctype": "DocField",
"fieldname": "description",
"fieldtype": "Text Editor",
"label": "Details",
"oldfieldname": "description",
"oldfieldtype": "Text Editor",
"print_width": "300px",
"reqd": 0,
"width": "300px"
},
{
"doctype": "DocField",
"fieldname": "time_and_budget",
"fieldtype": "Section Break",
"label": "Time and Budget",
"oldfieldtype": "Section Break"
},
{
"doctype": "DocField",
"fieldname": "expected",
"fieldtype": "Column Break",
"label": "Expected",
"oldfieldtype": "Column Break",
"print_width": "50%",
"width": "50%"
},
{
"doctype": "DocField",
"fieldname": "exp_total_hrs",
"fieldtype": "Data",
"label": "Total Hours (Expected)",
"oldfieldname": "exp_total_hrs",
"oldfieldtype": "Data",
"reqd": 0
},
{
"doctype": "DocField",
"fieldname": "allocated_budget",
"fieldtype": "Currency",
"label": "Allocated Budget",
"oldfieldname": "allocated_budget",
"oldfieldtype": "Currency",
"options": "Company:company:default_currency"
},
{
"doctype": "DocField",
"fieldname": "actual",
"fieldtype": "Column Break",
"label": "Actual",
"oldfieldtype": "Column Break",
"print_width": "50%",
"width": "50%"
},
{
"doctype": "DocField",
"fieldname": "act_start_date",
"fieldtype": "Date",
"label": "Actual Start Date",
"oldfieldname": "act_start_date",
"oldfieldtype": "Date"
},
{
"doctype": "DocField",
"fieldname": "act_end_date",
"fieldtype": "Date",
"label": "Actual End Date",
"oldfieldname": "act_end_date",
"oldfieldtype": "Date"
},
{
"doctype": "DocField",
"fieldname": "actual_budget",
"fieldtype": "Currency",
"label": "Actual Budget",
"oldfieldname": "actual_budget",
"oldfieldtype": "Currency",
"options": "Company:company:default_currency"
},
{
"doctype": "DocField",
"fieldname": "more_details",
"fieldtype": "Section Break",
"label": "More Details"
},
{
"depends_on": "eval:doc.status == \"Closed\" || doc.status == \"Pending Review\"",
"doctype": "DocField",
"fieldname": "review_date",
"fieldtype": "Date",
"hidden": 0,
"label": "Review Date",
"oldfieldname": "review_date",
"oldfieldtype": "Date"
},
{
"depends_on": "eval:doc.status == \"Closed\"",
"doctype": "DocField",
"fieldname": "closing_date",
"fieldtype": "Date",
"hidden": 0,
"label": "Closing Date",
"oldfieldname": "closing_date",
"oldfieldtype": "Date"
},
{
"doctype": "DocField",
"fieldname": "column_break_22",
"fieldtype": "Column Break"
},
{
"doctype": "DocField",
"fieldname": "company",
"fieldtype": "Link",
"label": "Company",
"options": "Company"
},
{
"doctype": "DocPerm"
}
]
{
"allow_attach": 1,
"allow_import": 1,
"autoname": "TASK.#####",
"creation": "2013-01-29 19:25:50",
"docstatus": 0,
"doctype": "DocType",
"document_type": "Master",
"fields": [
{
"fieldname": "task_details",
"fieldtype": "Section Break",
"label": "Task Details",
"oldfieldtype": "Section Break",
"permlevel": 0,
"print_width": "50%",
"search_index": 0,
"width": "50%"
},
{
"fieldname": "subject",
"fieldtype": "Data",
"in_filter": 1,
"in_list_view": 1,
"label": "Subject",
"oldfieldname": "subject",
"oldfieldtype": "Data",
"permlevel": 0,
"reqd": 1
},
{
"fieldname": "exp_start_date",
"fieldtype": "Date",
"label": "Expected Start Date",
"oldfieldname": "exp_start_date",
"oldfieldtype": "Date",
"permlevel": 0,
"reqd": 0
},
{
"fieldname": "exp_end_date",
"fieldtype": "Date",
"in_filter": 1,
"label": "Expected End Date",
"oldfieldname": "exp_end_date",
"oldfieldtype": "Date",
"permlevel": 0,
"reqd": 0,
"search_index": 1
},
{
"fieldname": "column_break0",
"fieldtype": "Column Break",
"oldfieldtype": "Column Break",
"permlevel": 0,
"print_width": "50%",
"width": "50%"
},
{
"fieldname": "project",
"fieldtype": "Link",
"in_list_view": 1,
"label": "Project",
"oldfieldname": "project",
"oldfieldtype": "Link",
"options": "Project",
"permlevel": 0
},
{
"fieldname": "status",
"fieldtype": "Select",
"in_list_view": 1,
"label": "Status",
"no_copy": 1,
"oldfieldname": "status",
"oldfieldtype": "Select",
"options": "Open\nWorking\nPending Review\nClosed\nCancelled",
"permlevel": 0
},
{
"fieldname": "priority",
"fieldtype": "Select",
"in_filter": 1,
"in_list_view": 1,
"label": "Priority",
"oldfieldname": "priority",
"oldfieldtype": "Select",
"options": "Low\nMedium\nHigh\nUrgent",
"permlevel": 0,
"reqd": 0,
"search_index": 1
},
{
"fieldname": "section_break0",
"fieldtype": "Section Break",
"oldfieldtype": "Section Break",
"options": "Simple",
"permlevel": 0
},
{
"fieldname": "description",
"fieldtype": "Text Editor",
"label": "Details",
"oldfieldname": "description",
"oldfieldtype": "Text Editor",
"permlevel": 0,
"print_width": "300px",
"reqd": 0,
"width": "300px"
},
{
"fieldname": "time_and_budget",
"fieldtype": "Section Break",
"label": "Time and Budget",
"oldfieldtype": "Section Break",
"permlevel": 0
},
{
"fieldname": "expected",
"fieldtype": "Column Break",
"label": "Expected",
"oldfieldtype": "Column Break",
"permlevel": 0,
"print_width": "50%",
"width": "50%"
},
{
"fieldname": "exp_total_hrs",
"fieldtype": "Data",
"label": "Total Hours (Expected)",
"oldfieldname": "exp_total_hrs",
"oldfieldtype": "Data",
"permlevel": 0,
"reqd": 0
},
{
"fieldname": "allocated_budget",
"fieldtype": "Currency",
"label": "Allocated Budget",
"oldfieldname": "allocated_budget",
"oldfieldtype": "Currency",
"options": "Company:company:default_currency",
"permlevel": 0
},
{
"fieldname": "actual",
"fieldtype": "Column Break",
"label": "Actual",
"oldfieldtype": "Column Break",
"permlevel": 0,
"print_width": "50%",
"width": "50%"
},
{
"fieldname": "act_start_date",
"fieldtype": "Date",
"label": "Actual Start Date",
"oldfieldname": "act_start_date",
"oldfieldtype": "Date",
"permlevel": 0
},
{
"fieldname": "act_end_date",
"fieldtype": "Date",
"label": "Actual End Date",
"oldfieldname": "act_end_date",
"oldfieldtype": "Date",
"permlevel": 0
},
{
"fieldname": "actual_budget",
"fieldtype": "Currency",
"label": "Actual Budget",
"oldfieldname": "actual_budget",
"oldfieldtype": "Currency",
"options": "Company:company:default_currency",
"permlevel": 0
},
{
"fieldname": "more_details",
"fieldtype": "Section Break",
"label": "More Details",
"permlevel": 0
},
{
"depends_on": "eval:doc.status == \"Closed\" || doc.status == \"Pending Review\"",
"fieldname": "review_date",
"fieldtype": "Date",
"hidden": 0,
"label": "Review Date",
"oldfieldname": "review_date",
"oldfieldtype": "Date",
"permlevel": 0
},
{
"depends_on": "eval:doc.status == \"Closed\"",
"fieldname": "closing_date",
"fieldtype": "Date",
"hidden": 0,
"label": "Closing Date",
"oldfieldname": "closing_date",
"oldfieldtype": "Date",
"permlevel": 0
},
{
"fieldname": "column_break_22",
"fieldtype": "Column Break",
"permlevel": 0
},
{
"fieldname": "company",
"fieldtype": "Link",
"label": "Company",
"options": "Company",
"permlevel": 0
}
],
"icon": "icon-check",
"idx": 1,
"max_attachments": 5,
"modified": "2014-01-24 13:01:46",
"modified_by": "Administrator",
"module": "Projects",
"name": "Task",
"owner": "Administrator",
"permissions": [
{
"cancel": 0,
"create": 1,
"delete": 1,
"email": 1,
"permlevel": 0,
"print": 1,
"read": 1,
"report": 1,
"role": "Projects User",
"submit": 0,
"write": 1
}
],
"search_fields": "subject",
"title_field": "subject"
}

View File

@@ -1,215 +1,189 @@
[
{
"creation": "2013-04-03 16:38:41",
"docstatus": 0,
"modified": "2014-01-22 16:05:35",
"modified_by": "Administrator",
"owner": "Administrator"
},
{
"allow_attach": 1,
"allow_import": 1,
"autoname": "naming_series:",
"description": "Log of Activities performed by users against Tasks that can be used for tracking time, billing.",
"doctype": "DocType",
"document_type": "Master",
"icon": "icon-time",
"is_submittable": 1,
"module": "Projects",
"name": "__common__"
},
{
"doctype": "DocField",
"name": "__common__",
"parent": "Time Log",
"parentfield": "fields",
"parenttype": "DocType"
},
{
"amend": 1,
"cancel": 1,
"delete": 1,
"doctype": "DocPerm",
"email": 1,
"name": "__common__",
"parent": "Time Log",
"parentfield": "permissions",
"parenttype": "DocType",
"permlevel": 0,
"print": 1,
"read": 1,
"report": 1,
"submit": 1,
"write": 1
},
{
"doctype": "DocType",
"name": "Time Log"
},
{
"doctype": "DocField",
"fieldname": "naming_series",
"fieldtype": "Select",
"label": "Series",
"options": "TL-",
"permlevel": 0,
"read_only": 0,
"reqd": 1
},
{
"doctype": "DocField",
"fieldname": "from_time",
"fieldtype": "Datetime",
"in_list_view": 1,
"label": "From Time",
"permlevel": 0,
"read_only": 0,
"reqd": 1
},
{
"doctype": "DocField",
"fieldname": "to_time",
"fieldtype": "Datetime",
"in_list_view": 0,
"label": "To Time",
"permlevel": 0,
"read_only": 0,
"reqd": 1
},
{
"doctype": "DocField",
"fieldname": "hours",
"fieldtype": "Float",
"label": "Hours",
"permlevel": 0,
"read_only": 1
},
{
"doctype": "DocField",
"fieldname": "column_break_3",
"fieldtype": "Column Break",
"permlevel": 0,
"read_only": 0
},
{
"doctype": "DocField",
"fieldname": "status",
"fieldtype": "Select",
"in_list_view": 1,
"label": "Status",
"options": "Draft\nSubmitted\nBatched for Billing\nBilled\nCancelled",
"permlevel": 0,
"read_only": 1,
"reqd": 0
},
{
"doctype": "DocField",
"fieldname": "activity_type",
"fieldtype": "Link",
"in_list_view": 1,
"label": "Activity Type",
"options": "Activity Type",
"permlevel": 0,
"read_only": 0,
"reqd": 1
},
{
"doctype": "DocField",
"fieldname": "task",
"fieldtype": "Link",
"label": "Task",
"options": "Task",
"permlevel": 0,
"read_only": 0
},
{
"doctype": "DocField",
"fieldname": "billable",
"fieldtype": "Check",
"in_list_view": 1,
"label": "Billable",
"permlevel": 0,
"read_only": 0
},
{
"doctype": "DocField",
"fieldname": "section_break_7",
"fieldtype": "Section Break",
"permlevel": 0,
"read_only": 0
},
{
"doctype": "DocField",
"fieldname": "note",
"fieldtype": "Text Editor",
"label": "Note",
"permlevel": 0,
"read_only": 0
},
{
"doctype": "DocField",
"fieldname": "section_break_9",
"fieldtype": "Section Break",
"permlevel": 0,
"read_only": 0
},
{
"doctype": "DocField",
"fieldname": "project",
"fieldtype": "Link",
"in_list_view": 1,
"label": "Project",
"options": "Project",
"permlevel": 0,
"read_only": 0
},
{
"description": "Will be updated when batched.",
"doctype": "DocField",
"fieldname": "time_log_batch",
"fieldtype": "Link",
"label": "Time Log Batch",
"options": "Time Log Batch",
"permlevel": 0,
"read_only": 1
},
{
"description": "Will be updated when billed.",
"doctype": "DocField",
"fieldname": "sales_invoice",
"fieldtype": "Link",
"label": "Sales Invoice",
"options": "Sales Invoice",
"permlevel": 0,
"read_only": 1
},
{
"doctype": "DocField",
"fieldname": "column_break_16",
"fieldtype": "Column Break",
"permlevel": 0,
"read_only": 0
},
{
"doctype": "DocField",
"fieldname": "amended_from",
"fieldtype": "Link",
"ignore_restrictions": 1,
"label": "Amended From",
"no_copy": 1,
"options": "Time Log",
"permlevel": 1,
"print_hide": 1,
"read_only": 0
},
{
"create": 1,
"doctype": "DocPerm",
"restricted": 1,
"role": "Projects User"
},
{
"doctype": "DocPerm",
"role": "Projects Manager"
}
]
{
"allow_attach": 1,
"allow_import": 1,
"autoname": "naming_series:",
"creation": "2013-04-03 16:38:41",
"description": "Log of Activities performed by users against Tasks that can be used for tracking time, billing.",
"docstatus": 0,
"doctype": "DocType",
"document_type": "Master",
"fields": [
{
"fieldname": "naming_series",
"fieldtype": "Select",
"label": "Series",
"options": "TL-",
"permlevel": 0,
"read_only": 0,
"reqd": 1
},
{
"fieldname": "from_time",
"fieldtype": "Datetime",
"in_list_view": 1,
"label": "From Time",
"permlevel": 0,
"read_only": 0,
"reqd": 1
},
{
"fieldname": "to_time",
"fieldtype": "Datetime",
"in_list_view": 0,
"label": "To Time",
"permlevel": 0,
"read_only": 0,
"reqd": 1
},
{
"fieldname": "hours",
"fieldtype": "Float",
"label": "Hours",
"permlevel": 0,
"read_only": 1
},
{
"fieldname": "column_break_3",
"fieldtype": "Column Break",
"permlevel": 0,
"read_only": 0
},
{
"fieldname": "status",
"fieldtype": "Select",
"in_list_view": 1,
"label": "Status",
"options": "Draft\nSubmitted\nBatched for Billing\nBilled\nCancelled",
"permlevel": 0,
"read_only": 1,
"reqd": 0
},
{
"fieldname": "activity_type",
"fieldtype": "Link",
"in_list_view": 1,
"label": "Activity Type",
"options": "Activity Type",
"permlevel": 0,
"read_only": 0,
"reqd": 1
},
{
"fieldname": "task",
"fieldtype": "Link",
"label": "Task",
"options": "Task",
"permlevel": 0,
"read_only": 0
},
{
"fieldname": "billable",
"fieldtype": "Check",
"in_list_view": 1,
"label": "Billable",
"permlevel": 0,
"read_only": 0
},
{
"fieldname": "section_break_7",
"fieldtype": "Section Break",
"permlevel": 0,
"read_only": 0
},
{
"fieldname": "note",
"fieldtype": "Text Editor",
"label": "Note",
"permlevel": 0,
"read_only": 0
},
{
"fieldname": "section_break_9",
"fieldtype": "Section Break",
"permlevel": 0,
"read_only": 0
},
{
"fieldname": "project",
"fieldtype": "Link",
"in_list_view": 1,
"label": "Project",
"options": "Project",
"permlevel": 0,
"read_only": 0
},
{
"description": "Will be updated when batched.",
"fieldname": "time_log_batch",
"fieldtype": "Link",
"label": "Time Log Batch",
"options": "Time Log Batch",
"permlevel": 0,
"read_only": 1
},
{
"description": "Will be updated when billed.",
"fieldname": "sales_invoice",
"fieldtype": "Link",
"label": "Sales Invoice",
"options": "Sales Invoice",
"permlevel": 0,
"read_only": 1
},
{
"fieldname": "column_break_16",
"fieldtype": "Column Break",
"permlevel": 0,
"read_only": 0
},
{
"fieldname": "amended_from",
"fieldtype": "Link",
"ignore_restrictions": 1,
"label": "Amended From",
"no_copy": 1,
"options": "Time Log",
"permlevel": 1,
"print_hide": 1,
"read_only": 0
}
],
"icon": "icon-time",
"idx": 1,
"is_submittable": 1,
"modified": "2014-01-22 16:05:35",
"modified_by": "Administrator",
"module": "Projects",
"name": "Time Log",
"owner": "Administrator",
"permissions": [
{
"amend": 1,
"cancel": 1,
"create": 1,
"delete": 1,
"email": 1,
"permlevel": 0,
"print": 1,
"read": 1,
"report": 1,
"restricted": 1,
"role": "Projects User",
"submit": 1,
"write": 1
},
{
"amend": 1,
"cancel": 1,
"delete": 1,
"email": 1,
"permlevel": 0,
"print": 1,
"read": 1,
"report": 1,
"role": "Projects Manager",
"submit": 1,
"write": 1
}
]
}

View File

@@ -1,126 +1,107 @@
[
{
"creation": "2013-02-28 17:57:33",
"docstatus": 0,
"modified": "2014-01-20 17:49:34",
"modified_by": "Administrator",
"owner": "Administrator"
},
{
"autoname": "naming_series:",
"description": "Batch Time Logs for Billing.",
"doctype": "DocType",
"document_type": "Transaction",
"icon": "icon-time",
"is_submittable": 1,
"module": "Projects",
"name": "__common__"
},
{
"doctype": "DocField",
"name": "__common__",
"parent": "Time Log Batch",
"parentfield": "fields",
"parenttype": "DocType",
"permlevel": 0
},
{
"amend": 1,
"cancel": 1,
"create": 1,
"delete": 1,
"doctype": "DocPerm",
"email": 1,
"name": "__common__",
"parent": "Time Log Batch",
"parentfield": "permissions",
"parenttype": "DocType",
"permlevel": 0,
"print": 1,
"read": 1,
"report": 1,
"role": "Projects User",
"submit": 1,
"write": 1
},
{
"doctype": "DocType",
"name": "Time Log Batch"
},
{
"doctype": "DocField",
"fieldname": "naming_series",
"fieldtype": "Select",
"label": "Series",
"options": "TLB-",
"reqd": 1
},
{
"description": "For Sales Invoice",
"doctype": "DocField",
"fieldname": "rate",
"fieldtype": "Currency",
"label": "Rate"
},
{
"doctype": "DocField",
"fieldname": "column_break_3",
"fieldtype": "Column Break"
},
{
"default": "Draft",
"doctype": "DocField",
"fieldname": "status",
"fieldtype": "Select",
"in_list_view": 1,
"label": "Status",
"options": "Draft\nSubmitted\nBilled\nCancelled",
"read_only": 1
},
{
"description": "Will be updated after Sales Invoice is Submitted.",
"doctype": "DocField",
"fieldname": "sales_invoice",
"fieldtype": "Link",
"in_list_view": 1,
"label": "Sales Invoice",
"options": "Sales Invoice",
"read_only": 1
},
{
"doctype": "DocField",
"fieldname": "section_break_5",
"fieldtype": "Section Break"
},
{
"doctype": "DocField",
"fieldname": "time_log_batch_details",
"fieldtype": "Table",
"label": "Time Log Batch Details",
"options": "Time Log Batch Detail",
"reqd": 1
},
{
"description": "In Hours",
"doctype": "DocField",
"fieldname": "total_hours",
"fieldtype": "Float",
"in_list_view": 1,
"label": "Total Hours",
"read_only": 1
},
{
"doctype": "DocField",
"fieldname": "amended_from",
"fieldtype": "Link",
"ignore_restrictions": 1,
"label": "Amended From",
"no_copy": 1,
"options": "Time Log Batch",
"print_hide": 1,
"read_only": 1
},
{
"doctype": "DocPerm"
}
]
{
"autoname": "naming_series:",
"creation": "2013-02-28 17:57:33",
"description": "Batch Time Logs for Billing.",
"docstatus": 0,
"doctype": "DocType",
"document_type": "Transaction",
"fields": [
{
"fieldname": "naming_series",
"fieldtype": "Select",
"label": "Series",
"options": "TLB-",
"permlevel": 0,
"reqd": 1
},
{
"description": "For Sales Invoice",
"fieldname": "rate",
"fieldtype": "Currency",
"label": "Rate",
"permlevel": 0
},
{
"fieldname": "column_break_3",
"fieldtype": "Column Break",
"permlevel": 0
},
{
"default": "Draft",
"fieldname": "status",
"fieldtype": "Select",
"in_list_view": 1,
"label": "Status",
"options": "Draft\nSubmitted\nBilled\nCancelled",
"permlevel": 0,
"read_only": 1
},
{
"description": "Will be updated after Sales Invoice is Submitted.",
"fieldname": "sales_invoice",
"fieldtype": "Link",
"in_list_view": 1,
"label": "Sales Invoice",
"options": "Sales Invoice",
"permlevel": 0,
"read_only": 1
},
{
"fieldname": "section_break_5",
"fieldtype": "Section Break",
"permlevel": 0
},
{
"fieldname": "time_log_batch_details",
"fieldtype": "Table",
"label": "Time Log Batch Details",
"options": "Time Log Batch Detail",
"permlevel": 0,
"reqd": 1
},
{
"description": "In Hours",
"fieldname": "total_hours",
"fieldtype": "Float",
"in_list_view": 1,
"label": "Total Hours",
"permlevel": 0,
"read_only": 1
},
{
"fieldname": "amended_from",
"fieldtype": "Link",
"ignore_restrictions": 1,
"label": "Amended From",
"no_copy": 1,
"options": "Time Log Batch",
"permlevel": 0,
"print_hide": 1,
"read_only": 1
}
],
"icon": "icon-time",
"idx": 1,
"is_submittable": 1,
"modified": "2014-01-20 17:49:34",
"modified_by": "Administrator",
"module": "Projects",
"name": "Time Log Batch",
"owner": "Administrator",
"permissions": [
{
"amend": 1,
"cancel": 1,
"create": 1,
"delete": 1,
"email": 1,
"permlevel": 0,
"print": 1,
"read": 1,
"report": 1,
"role": "Projects User",
"submit": 1,
"write": 1
}
]
}

View File

@@ -1,59 +1,49 @@
[
{
"creation": "2013-03-05 09:11:06",
"docstatus": 0,
"modified": "2013-12-20 19:21:54",
"modified_by": "Administrator",
"owner": "Administrator"
},
{
"doctype": "DocType",
"istable": 1,
"module": "Projects",
"name": "__common__"
},
{
"doctype": "DocField",
"in_list_view": 1,
"name": "__common__",
"parent": "Time Log Batch Detail",
"parentfield": "fields",
"parenttype": "DocType",
"permlevel": 0
},
{
"doctype": "DocType",
"name": "Time Log Batch Detail"
},
{
"doctype": "DocField",
"fieldname": "time_log",
"fieldtype": "Link",
"label": "Time Log",
"options": "Time Log",
"print_width": "200px",
"reqd": 1,
"width": "200px"
},
{
"doctype": "DocField",
"fieldname": "created_by",
"fieldtype": "Link",
"label": "Created By",
"options": "User",
"read_only": 1
},
{
"doctype": "DocField",
"fieldname": "activity_type",
"fieldtype": "Data",
"label": "Activity Type",
"read_only": 1
},
{
"doctype": "DocField",
"fieldname": "hours",
"fieldtype": "Float",
"label": "Hours"
}
]
{
"creation": "2013-03-05 09:11:06",
"docstatus": 0,
"doctype": "DocType",
"fields": [
{
"fieldname": "time_log",
"fieldtype": "Link",
"in_list_view": 1,
"label": "Time Log",
"options": "Time Log",
"permlevel": 0,
"print_width": "200px",
"reqd": 1,
"width": "200px"
},
{
"fieldname": "created_by",
"fieldtype": "Link",
"in_list_view": 1,
"label": "Created By",
"options": "User",
"permlevel": 0,
"read_only": 1
},
{
"fieldname": "activity_type",
"fieldtype": "Data",
"in_list_view": 1,
"label": "Activity Type",
"permlevel": 0,
"read_only": 1
},
{
"fieldname": "hours",
"fieldtype": "Float",
"in_list_view": 1,
"label": "Hours",
"permlevel": 0
}
],
"idx": 1,
"istable": 1,
"modified": "2013-12-20 19:21:54",
"modified_by": "Administrator",
"module": "Projects",
"name": "Time Log Batch Detail",
"owner": "Administrator"
}

View File

@@ -1,22 +1,15 @@
[
{
"creation": "2013-04-03 11:27:52",
"docstatus": 0,
"modified": "2014-03-07 15:30:27",
"modified_by": "Administrator",
"owner": "Administrator"
},
{
"doctype": "Report",
"is_standard": "Yes",
"module": "Projects",
"name": "__common__",
"ref_doctype": "Time Log",
"report_name": "Daily Time Log Summary",
"report_type": "Script Report"
},
{
"doctype": "Report",
"name": "Daily Time Log Summary"
}
]
{
"creation": "2013-04-03 11:27:52",
"docstatus": 0,
"doctype": "Report",
"idx": 1,
"is_standard": "Yes",
"modified": "2014-03-07 15:30:27",
"modified_by": "Administrator",
"module": "Projects",
"name": "Daily Time Log Summary",
"owner": "Administrator",
"ref_doctype": "Time Log",
"report_name": "Daily Time Log Summary",
"report_type": "Script Report"
}

View File

@@ -1,22 +1,15 @@
[
{
"creation": "2013-06-03 17:37:41",
"docstatus": 0,
"modified": "2014-03-07 15:30:27",
"modified_by": "Administrator",
"owner": "Administrator"
},
{
"doctype": "Report",
"is_standard": "Yes",
"module": "Projects",
"name": "__common__",
"ref_doctype": "Project",
"report_name": "Project wise Stock Tracking ",
"report_type": "Report Builder"
},
{
"doctype": "Report",
"name": "Project wise Stock Tracking"
}
]
{
"creation": "2013-06-03 17:37:41",
"docstatus": 0,
"doctype": "Report",
"idx": 1,
"is_standard": "Yes",
"modified": "2014-03-07 15:30:27",
"modified_by": "Administrator",
"module": "Projects",
"name": "Project wise Stock Tracking",
"owner": "Administrator",
"ref_doctype": "Project",
"report_name": "Project wise Stock Tracking ",
"report_type": "Report Builder"
}