From 26c280df2560a58c07c7e6fc9e4a0440c86d4c26 Mon Sep 17 00:00:00 2001 From: cproudlock Date: Sat, 11 Jul 2026 14:20:41 -0400 Subject: [PATCH] Rename the Equipment by Type report card to Machines by Type Display label only, matching the Machines relabel; the endpoint id and equipmenttype entity are unchanged. Co-Authored-By: Claude Fable 5 --- frontend/src/views/reports/ReportsIndex.vue | 2 +- shopdb/core/api/reports.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/reports/ReportsIndex.vue b/frontend/src/views/reports/ReportsIndex.vue index d7ccdaa..43908d4 100644 --- a/frontend/src/views/reports/ReportsIndex.vue +++ b/frontend/src/views/reports/ReportsIndex.vue @@ -113,7 +113,7 @@ - + diff --git a/shopdb/core/api/reports.py b/shopdb/core/api/reports.py index a08930c..0852eb7 100644 --- a/shopdb/core/api/reports.py +++ b/shopdb/core/api/reports.py @@ -509,8 +509,8 @@ def list_reports(): reports = [ { 'id': 'equipment-by-type', - 'name': 'Equipment by Type', - 'description': 'Equipment count grouped by equipment type', + 'name': 'Machines by Type', + 'description': 'Machine count grouped by machine type', 'endpoint': '/api/reports/equipment-by-type', 'category': 'inventory' },
Equipment TypeMachine Type Description Count