ERP-node/frontend/components/v2
kjs 0e8c68a9ff feat: Add multi-table Excel upload functionality
- Implemented new API endpoints for multi-table Excel upload and auto-detection of table chains.
- The GET endpoint `/api/data/multi-table/auto-detect` allows automatic detection of foreign key relationships based on the provided root table.
- The POST endpoint `/api/data/multi-table/upload` handles the upload of multi-table data, including validation and logging of the upload process.
- Updated the frontend to include options for multi-table Excel upload in the button configuration panel and integrated the corresponding action handler.

This feature enhances the data management capabilities by allowing users to upload and manage data across multiple related tables efficiently.
2026-03-05 19:17:35 +09:00
..
config-panels feat: Add multi-table Excel upload functionality 2026-03-05 19:17:35 +09:00
ConditionalConfigPanel.tsx docs: 다양한 문서 및 가이드 업데이트 2026-01-28 17:36:19 +09:00
DynamicConfigPanel.tsx docs: 다양한 문서 및 가이드 업데이트 2026-01-28 17:36:19 +09:00
V2Biz.tsx feat: ScreenModal 및 V2 컴포넌트 레이아웃 개선 2026-02-04 11:26:51 +09:00
V2ComponentRenderer.tsx docs: 다양한 문서 및 가이드 업데이트 2026-01-28 17:36:19 +09:00
V2ComponentsDemo.tsx docs: 다양한 문서 및 가이드 업데이트 2026-01-28 17:36:19 +09:00
V2Date.tsx fix: Enhance layout loading logic in screen management 2026-02-27 14:00:06 +09:00
V2FormContext.tsx feat: EditModal에서 채번 규칙 할당 로직 병렬 처리 최적화 2026-02-05 15:55:32 +09:00
V2Group.tsx feat: V2 컴포넌트 설정 스키마 정비 및 화면 복제 기능 개선 2026-01-29 14:45:04 +09:00
V2Hierarchy.tsx feat: ScreenModal 및 V2 컴포넌트 레이아웃 개선 2026-02-04 11:26:51 +09:00
V2Input.tsx fix: Enhance layout loading logic in screen management 2026-02-27 14:00:06 +09:00
V2Layout.tsx docs: 다양한 문서 및 가이드 업데이트 2026-01-28 17:36:19 +09:00
V2List.tsx feat: ScreenModal 및 V2Select 컴포넌트 개선 2026-02-05 14:07:18 +09:00
V2Media.tsx refactor: Clean up and enhance component structure in V2Media and ComponentsPanel 2026-02-23 10:53:10 +09:00
V2Repeater.tsx feat: Implement entity join functionality in V2Repeater and configuration panel 2026-03-04 21:08:45 +09:00
V2Select.tsx Merge branch 'feature/v2-renewal' of http://39.117.244.52:3000/kjs/ERP-node into jskim-node 2026-02-28 14:36:12 +09:00
index.ts feat: V2 컴포넌트 설정 스키마 정비 및 화면 복제 기능 개선 2026-01-29 14:45:04 +09:00
registerV2Components.ts feat: V2 컴포넌트 설정 스키마 정비 및 화면 복제 기능 개선 2026-01-29 14:45:04 +09:00