mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 08:48:11 +00:00
feat(freight-api): add 4 fleet-ops reports
wagon-fleet-status, wagon-status-duration, wagon-requests, locomotive-fleet-status. First batch off the ITLMS dashboard spec — fleet data (wagons/locomotives/transfer-requests) needed no schema work, just resolvers. No frontend changes: catalog is server-driven.
This commit is contained in:
@@ -59,6 +59,10 @@ export const REPORT_KEYS = [
|
||||
"revenue-by-customer",
|
||||
"aging-receivables",
|
||||
"contract-utilization",
|
||||
"wagon-fleet-status",
|
||||
"wagon-status-duration",
|
||||
"wagon-requests",
|
||||
"locomotive-fleet-status",
|
||||
] as const;
|
||||
|
||||
export type ReportKey = (typeof REPORT_KEYS)[number];
|
||||
|
||||
Reference in New Issue
Block a user