Files
erpnext/erpnext/projects/desk_page/projects/projects.json
2020-12-03 15:39:53 +05:30

193 lines
3.8 KiB
JSON

{
"category": "Modules",
"charts": [
{
"chart_name": "Project Summary",
"label": "Open Projects"
}
],
"creation": "2020-03-02 15:46:04.874669",
"developer_mode_only": 0,
"disable_user_customization": 0,
"docstatus": 0,
"doctype": "Workspace",
"extends_another_page": 0,
"hide_custom": 0,
"icon": "project",
"idx": 0,
"is_standard": 1,
"label": "Projects",
"links": [
{
"hidden": 0,
"is_query_report": 0,
"label": "Projects",
"onboard": 0,
"type": "Card Break"
},
{
"dependencies": "",
"hidden": 0,
"is_query_report": 0,
"label": "Project",
"link_to": "Project",
"link_type": "DocType",
"onboard": 1,
"type": "Link"
},
{
"dependencies": "",
"hidden": 0,
"is_query_report": 0,
"label": "Task",
"link_to": "Task",
"link_type": "DocType",
"onboard": 1,
"type": "Link"
},
{
"dependencies": "",
"hidden": 0,
"is_query_report": 0,
"label": "Project Template",
"link_to": "Project Template",
"link_type": "DocType",
"onboard": 0,
"type": "Link"
},
{
"dependencies": "",
"hidden": 0,
"is_query_report": 0,
"label": "Project Type",
"link_to": "Project Type",
"link_type": "DocType",
"onboard": 0,
"type": "Link"
},
{
"dependencies": "Project",
"hidden": 0,
"is_query_report": 0,
"label": "Project Update",
"link_to": "Project Update",
"link_type": "DocType",
"onboard": 0,
"type": "Link"
},
{
"hidden": 0,
"is_query_report": 0,
"label": "Time Tracking",
"onboard": 0,
"type": "Card Break"
},
{
"dependencies": "",
"hidden": 0,
"is_query_report": 0,
"label": "Timesheet",
"link_to": "Timesheet",
"link_type": "DocType",
"onboard": 1,
"type": "Link"
},
{
"dependencies": "",
"hidden": 0,
"is_query_report": 0,
"label": "Activity Type",
"link_to": "Activity Type",
"link_type": "DocType",
"onboard": 1,
"type": "Link"
},
{
"dependencies": "Activity Type",
"hidden": 0,
"is_query_report": 0,
"label": "Activity Cost",
"link_to": "Activity Cost",
"link_type": "DocType",
"onboard": 0,
"type": "Link"
},
{
"hidden": 0,
"is_query_report": 0,
"label": "Reports",
"onboard": 0,
"type": "Card Break"
},
{
"dependencies": "Timesheet",
"hidden": 0,
"is_query_report": 1,
"label": "Daily Timesheet Summary",
"link_to": "Daily Timesheet Summary",
"link_type": "Report",
"onboard": 1,
"type": "Link"
},
{
"dependencies": "Project",
"hidden": 0,
"is_query_report": 1,
"label": "Project wise Stock Tracking",
"link_to": "Project wise Stock Tracking",
"link_type": "Report",
"onboard": 0,
"type": "Link"
},
{
"dependencies": "Project",
"hidden": 0,
"is_query_report": 1,
"label": "Project Billing Summary",
"link_to": "Project Billing Summary",
"link_type": "Report",
"onboard": 0,
"type": "Link"
}
],
"modified": "2020-12-01 13:38:37.856224",
"modified_by": "Administrator",
"module": "Projects",
"name": "Projects",
"owner": "Administrator",
"pin_to_bottom": 0,
"pin_to_top": 0,
"shortcuts": [
{
"color": "Blue",
"format": "{} Assigned",
"label": "Task",
"link_to": "Task",
"stats_filter": "{\n \"_assign\": [\"like\", '%' + frappe.session.user + '%'],\n \"status\": \"Open\"\n}",
"type": "DocType"
},
{
"color": "Blue",
"format": "{} Open",
"label": "Project",
"link_to": "Project",
"stats_filter": "{\n \"status\": \"Open\"\n}",
"type": "DocType"
},
{
"label": "Timesheet",
"link_to": "Timesheet",
"type": "DocType"
},
{
"label": "Project Billing Summary",
"link_to": "Project Billing Summary",
"type": "Report"
},
{
"label": "Dashboard",
"link_to": "Project",
"type": "Dashboard"
}
]
}