ERP-node/frontend/components/common
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
..
AlertModal.tsx 쿼리 에러 수정 2025-11-06 18:10:21 +09:00
BarcodeScanModal.tsx 모달 크기 고정 2025-12-05 10:46:10 +09:00
CascadingDropdown.tsx 연쇄관계 관리 2025-12-10 13:53:44 +09:00
DataTable.tsx ui 수정 및 시현할 기능 업데이트 2025-10-02 14:34:15 +09:00
DeleteConfirmModal.tsx 모달 관련 에러 해결 2025-11-05 16:53:21 +09:00
DualListBox.tsx 각 회사별 데이터 분리 2025-10-27 16:40:59 +09:00
EditableSpreadsheet.tsx 드래그핸들 기능 수정 2026-01-08 12:32:50 +09:00
ExcelUploadModal.tsx feat: Enhance dynamic form service to handle VIEW tables 2026-02-27 13:00:22 +09:00
FormValidationIndicator.tsx 타입 관리 개선 및 화면 비율조정 중간커밋 2025-09-19 18:43:55 +09:00
HierarchicalCodeSelect.tsx 공통코드 계층구조 구현 2025-12-23 09:31:18 +09:00
LanguageSelector.tsx 사용자 언어 변경 시 다국어 적용 즉시 적용 2025-09-01 17:07:50 +09:00
LoadingSpinner.tsx 최초커밋 2025-08-21 09:41:46 +09:00
MultiColumnHierarchySelect.tsx 공통코드 계층구조 구현 2025-12-23 09:31:18 +09:00
MultiTableExcelUploadModal.tsx feat: Add multi-table Excel upload functionality 2026-03-05 19:17:35 +09:00
Pagination.tsx 페이지네이션 반응형 적용 2025-08-27 11:33:27 +09:00
ScreenModal.tsx feat: Enhance error handling with showErrorToast utility 2026-03-03 16:04:11 +09:00
ScrollToTop.tsx 전체적인 스타일 수정 2025-10-22 14:52:13 +09:00
TableHistoryModal.tsx 변경 이력 모달의 작업 컬럼 스타일을 수정 2025-12-10 15:11:46 +09:00
TableOptionsModal.tsx 모달 크기 고정 2025-12-05 10:46:10 +09:00
ValidationMessage.tsx ui 수정 및 시현할 기능 업데이트 2025-10-02 14:34:15 +09:00