mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 12:19:12 +00:00
fix: chart and number cards for projects and qc
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"aggregate_function_based_on": "",
|
||||
"creation": "2025-12-19 17:26:42.792411",
|
||||
"currency": "",
|
||||
"docstatus": 0,
|
||||
"doctype": "Number Card",
|
||||
"document_type": "Task",
|
||||
"dynamic_filters_json": "[]",
|
||||
"filters_json": "[[\"Task\",\"status\",\"in\",[\"Open\",\"Working\",\"Overdue\"]]]",
|
||||
"function": "Count",
|
||||
"idx": 0,
|
||||
"is_public": 1,
|
||||
"is_standard": 1,
|
||||
"label": "Non Completed Tasks",
|
||||
"modified": "2025-12-19 17:40:27.345729",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Projects",
|
||||
"name": "Non Completed Tasks",
|
||||
"owner": "Administrator",
|
||||
"parent_document_type": "",
|
||||
"report_function": "Sum",
|
||||
"show_full_number": 0,
|
||||
"show_percentage_stats": 1,
|
||||
"stats_time_interval": "Daily",
|
||||
"type": "Document Type"
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"aggregate_function_based_on": "",
|
||||
"creation": "2025-12-19 17:25:21.245911",
|
||||
"currency": "",
|
||||
"docstatus": 0,
|
||||
"doctype": "Number Card",
|
||||
"document_type": "Project",
|
||||
"dynamic_filters_json": "[]",
|
||||
"filters_json": "[[\"Project\",\"status\",\"=\",\"Open\"]]",
|
||||
"function": "Count",
|
||||
"idx": 0,
|
||||
"is_public": 1,
|
||||
"is_standard": 1,
|
||||
"label": "Open Projects",
|
||||
"modified": "2025-12-19 17:26:48.112779",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Projects",
|
||||
"name": "Open Projects",
|
||||
"owner": "Administrator",
|
||||
"parent_document_type": "",
|
||||
"report_function": "Sum",
|
||||
"show_full_number": 0,
|
||||
"show_percentage_stats": 1,
|
||||
"stats_time_interval": "Daily",
|
||||
"type": "Document Type"
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"aggregate_function_based_on": "total_hours",
|
||||
"creation": "2025-12-19 17:27:56.312267",
|
||||
"currency": "",
|
||||
"docstatus": 0,
|
||||
"doctype": "Number Card",
|
||||
"document_type": "Timesheet",
|
||||
"dynamic_filters_json": "[]",
|
||||
"filters_json": "[[\"Timesheet\",\"docstatus\",\"=\",\"1\"],[\"Timesheet\",\"start_date\",\"Timespan\",\"this quarter\"]]",
|
||||
"function": "Sum",
|
||||
"idx": 0,
|
||||
"is_public": 1,
|
||||
"is_standard": 1,
|
||||
"label": "Timesheet Working Hours",
|
||||
"modified": "2025-12-19 17:29:40.117942",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Projects",
|
||||
"name": "Timesheet Working Hours",
|
||||
"owner": "Administrator",
|
||||
"parent_document_type": "",
|
||||
"report_function": "Sum",
|
||||
"show_full_number": 0,
|
||||
"show_percentage_stats": 1,
|
||||
"stats_time_interval": "Weekly",
|
||||
"type": "Document Type"
|
||||
}
|
||||
Reference in New Issue
Block a user