mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
shifted tasks above milestone in Project
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"creation": "2013-01-29 19:25:50",
|
"creation": "2013-03-07 11:55:07",
|
||||||
"docstatus": 0,
|
"docstatus": 0,
|
||||||
"modified": "2013-02-22 11:06:22",
|
"modified": "2013-06-03 17:03:08",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"owner": "Administrator"
|
"owner": "Administrator"
|
||||||
},
|
},
|
||||||
@@ -25,13 +25,20 @@
|
|||||||
"permlevel": 0
|
"permlevel": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"amend": 0,
|
||||||
|
"cancel": 1,
|
||||||
|
"create": 1,
|
||||||
"doctype": "DocPerm",
|
"doctype": "DocPerm",
|
||||||
"name": "__common__",
|
"name": "__common__",
|
||||||
"parent": "Project",
|
"parent": "Project",
|
||||||
"parentfield": "permissions",
|
"parentfield": "permissions",
|
||||||
"parenttype": "DocType",
|
"parenttype": "DocType",
|
||||||
|
"permlevel": 0,
|
||||||
"read": 1,
|
"read": 1,
|
||||||
"role": "Projects User"
|
"report": 1,
|
||||||
|
"role": "Projects User",
|
||||||
|
"submit": 0,
|
||||||
|
"write": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"doctype": "DocType",
|
"doctype": "DocType",
|
||||||
@@ -138,6 +145,19 @@
|
|||||||
"options": "Internal\nExternal\nOther",
|
"options": "Internal\nExternal\nOther",
|
||||||
"search_index": 0
|
"search_index": 0
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"description": "Tasks belonging to this Project.",
|
||||||
|
"doctype": "DocField",
|
||||||
|
"fieldname": "sb_tasks",
|
||||||
|
"fieldtype": "Section Break",
|
||||||
|
"label": "Tasks"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"doctype": "DocField",
|
||||||
|
"fieldname": "project_tasks",
|
||||||
|
"fieldtype": "HTML",
|
||||||
|
"label": "Project Tasks"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "Important dates and commitments in your project life cycle",
|
"description": "Important dates and commitments in your project life cycle",
|
||||||
"doctype": "DocField",
|
"doctype": "DocField",
|
||||||
@@ -158,19 +178,6 @@
|
|||||||
"options": "Project Milestone",
|
"options": "Project Milestone",
|
||||||
"search_index": 0
|
"search_index": 0
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"description": "Tasks belonging to this Project.",
|
|
||||||
"doctype": "DocField",
|
|
||||||
"fieldname": "sb_tasks",
|
|
||||||
"fieldtype": "Section Break",
|
|
||||||
"label": "Tasks"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"doctype": "DocField",
|
|
||||||
"fieldname": "project_tasks",
|
|
||||||
"fieldtype": "HTML",
|
|
||||||
"label": "Project Tasks"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"doctype": "DocField",
|
"doctype": "DocField",
|
||||||
"fieldname": "section_break0",
|
"fieldname": "section_break0",
|
||||||
@@ -283,38 +290,6 @@
|
|||||||
"search_index": 1
|
"search_index": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"doctype": "DocField",
|
"doctype": "DocPerm"
|
||||||
"fieldname": "trash_reason",
|
|
||||||
"fieldtype": "Small Text",
|
|
||||||
"hidden": 1,
|
|
||||||
"label": "Trash Reason",
|
|
||||||
"no_copy": 0,
|
|
||||||
"oldfieldname": "trash_reason",
|
|
||||||
"oldfieldtype": "Small Text",
|
|
||||||
"print_hide": 1,
|
|
||||||
"search_index": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"doctype": "DocField",
|
|
||||||
"fieldname": "file_list",
|
|
||||||
"fieldtype": "Small Text",
|
|
||||||
"hidden": 1,
|
|
||||||
"label": "File List",
|
|
||||||
"no_copy": 1,
|
|
||||||
"print_hide": 1,
|
|
||||||
"search_index": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"cancel": 1,
|
|
||||||
"create": 1,
|
|
||||||
"doctype": "DocPerm",
|
|
||||||
"permlevel": 0,
|
|
||||||
"report": 1,
|
|
||||||
"submit": 0,
|
|
||||||
"write": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"doctype": "DocPerm",
|
|
||||||
"permlevel": 1
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user