mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 05:09:11 +00:00
feat: added open count tag
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
"idx": 0,
|
"idx": 0,
|
||||||
"is_standard": 1,
|
"is_standard": 1,
|
||||||
"label": "Projects",
|
"label": "Projects",
|
||||||
"modified": "2020-04-01 11:28:51.245756",
|
"modified": "2020-05-04 18:08:54.363929",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Projects",
|
"module": "Projects",
|
||||||
"name": "Projects",
|
"name": "Projects",
|
||||||
@@ -37,6 +37,7 @@
|
|||||||
"pin_to_top": 0,
|
"pin_to_top": 0,
|
||||||
"shortcuts": [
|
"shortcuts": [
|
||||||
{
|
{
|
||||||
|
"color": "#4d4da8",
|
||||||
"format": "{} Assigned",
|
"format": "{} Assigned",
|
||||||
"label": "Task",
|
"label": "Task",
|
||||||
"link_to": "Task",
|
"link_to": "Task",
|
||||||
@@ -44,8 +45,11 @@
|
|||||||
"type": "DocType"
|
"type": "DocType"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"color": "#4d4da8",
|
||||||
|
"format": "{} Open",
|
||||||
"label": "Project",
|
"label": "Project",
|
||||||
"link_to": "Project",
|
"link_to": "Project",
|
||||||
|
"stats_filter": "{\n \"status\": \"Open\"\n}",
|
||||||
"type": "DocType"
|
"type": "DocType"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user