ERP-node/frontend/lib/utils
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
..
alignmentUtils.ts refactor: Improve label toggling functionality in ScreenDesigner and enhance SelectedItemsDetailInputComponent 2026-02-09 10:07:07 +09:00
apiUrl.ts 절대 경로로 수정 2025-10-24 09:52:51 +09:00
autoGeneration.ts 코드 할당 요청 시 폼 데이터 추가: numberingRuleController에서 코드 할당 요청 시 폼 데이터를 포함하도록 수정하였습니다. 이를 통해 날짜 컬럼 기준 생성 시 필요한 정보를 전달할 수 있도록 개선하였습니다. 2026-01-19 18:21:30 +09:00
availableComponents.ts 웹타입 컴포넌트 분리작업 2025-09-09 14:29:04 +09:00
availableConfigPanels.ts 웹 타입 설정패널 분리 2025-09-09 15:42:04 +09:00
buttonActions.ts feat: Add multi-table Excel upload functionality 2026-03-05 19:17:35 +09:00
columnMapping.ts 테스트 위젯 원본 승격 전 세이브 2025-10-28 17:40:48 +09:00
componentTypeUtils.ts 카테고리 구현 2025-11-05 18:08:51 +09:00
conditionalEvaluator.ts 조건부 설정 구현 2025-12-22 10:44:22 +09:00
dataMapping.ts 화면 분할 패널 기능 2025-11-28 14:56:11 +09:00
dbTypeMapping.ts docs: 다양한 문서 및 가이드 업데이트 2026-01-28 17:36:19 +09:00
domPropsFilter.ts 화면관리ui수정 2025-10-22 17:19:47 +09:00
errorUtils.ts 각 회사별 데이터 분리 2025-10-27 16:40:59 +09:00
excelExport.ts feat: Add multi-table Excel upload functionality 2026-03-05 19:17:35 +09:00
flowButtonGroupUtils.ts 버튼 자동정렬기능 구현 2025-10-24 10:37:02 +09:00
flowValidation.ts 모달창 올리기 2025-10-29 11:26:00 +09:00
formValidation.ts docs: 다양한 문서 및 가이드 업데이트 2026-01-28 17:36:19 +09:00
generateId.ts 화면관리 중간 커밋 2025-09-01 11:48:12 +09:00
getComponentConfigPanel.tsx Merge branch 'feature/v2-renewal' of http://39.117.244.52:3000/kjs/ERP-node into jskim-node 2026-02-24 15:30:07 +09:00
getConfigPanelComponent.tsx 탭기능 중간커밋 2025-11-24 17:24:47 +09:00
gridUtils.ts fix: 속성 패널에서 너비/높이 직접 입력 시 격자 스냅 제거 2025-11-10 15:49:48 +09:00
groupingUtils.ts 그룹이 보이지 않던 문제 수정 2025-09-02 10:33:41 +09:00
improvedButtonActionExecutor.ts feat: Enhance approval request handling and user management 2026-03-04 18:26:16 +09:00
layoutV2Converter.ts feat: 멀티테넌시 지원을 위한 레이어 관리 기능 추가 2026-02-09 13:21:56 +09:00
logger.ts 화면 분할패널 중간커밋 2025-11-27 12:08:32 +09:00
mappingValidation.ts 제어관리 외부 커넥션 설정기능 2025-09-24 18:23:57 +09:00
multilang.ts 커밋 2025-11-06 14:46:15 +09:00
multilangLabelExtractor.ts 집계 위젯(aggregation-widget) 항목 라벨 추가: MultilangSettingsModal 및 multilangLabelExtractor 파일에서 집계 위젯 관련 주석을 수정하여 항목 라벨을 명확히 하였습니다. 코드 가독성을 향상시키고, 다국어 지원을 위한 라벨 수집 및 매핑 로직을 개선하였습니다. 2026-01-16 14:05:47 +09:00
nodeFlowButtonExecutor.ts 제어관리 개선판 2025-10-24 14:11:12 +09:00
responsiveDefaults.ts 반응형 및 테이블 리스트 컴포넌트 오류 수정 2025-10-17 15:31:23 +09:00
toastUtils.ts feat: Enhance error handling with showErrorToast utility 2026-03-03 16:04:11 +09:00
webTypeConfigConverter.ts feat: 채번 규칙 테이블 기반 자동 필터링 구현 2025-11-07 14:27:07 +09:00
webTypeMapping.ts feat: 파일 정보 조회 API 추가 및 파일 업로드 컴포넌트 개선 2026-02-05 13:45:23 +09:00
widthToColumnSpan.ts 이력테이블 기준 컬럼 설정 기능 2025-10-27 11:41:30 +09:00