fix: chart and number cards for projects and qc

This commit is contained in:
Rohit Waghchaure
2025-12-19 17:48:50 +05:30
parent 8c0dbb5bf6
commit 7c6f0e4463
9 changed files with 197 additions and 20 deletions

View File

@@ -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"
}

View File

@@ -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"
}

View File

@@ -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"
}