Implement KPI daily production feature
- Added a new KPI controller to handle daily production data retrieval. - Created routes for accessing KPI data, specifically for daily production. - Developed frontend components for displaying daily production metrics, including charts and summary cards. - Implemented data fetching logic with date range filtering for production data. - Ensured proper loading states and error handling in the UI. This feature is part of TASK:ERP-022.
This commit is contained in:
@@ -60,6 +60,8 @@ export interface RoutingDetail {
|
||||
outsource_supplier: string;
|
||||
outsource_supplier_ids?: string[];
|
||||
outsource_supplier_list?: string[]; // legacy code 배열 (호환용)
|
||||
/** 실행 방식 — 카테고리 코드 (item_routing_detail.execution_type 컬럼) */
|
||||
execution_type?: string;
|
||||
}
|
||||
|
||||
interface ApiResponse<T> {
|
||||
|
||||
Reference in New Issue
Block a user