ERP-node/frontend/lib/api
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
..
approval.ts feat: Enhance approval request handling and user management 2026-03-04 18:26:16 +09:00
auditLog.ts feat: Integrate audit logging for various operations 2026-03-04 13:49:08 +09:00
barcodeApi.ts 바코드 기능 커밋밋 2026-03-04 20:51:00 +09:00
batch.ts 배치 UPSERT 기능 및 고정값 매핑 버그 수정 2025-12-04 17:26:29 +09:00
batchManagement.ts 배치 UPSERT 기능 및 고정값 매핑 버그 수정 2025-12-04 17:26:29 +09:00
cascadingAutoFill.ts 연쇄 통합관리 2025-12-10 15:59:04 +09:00
cascadingCondition.ts 연쇄 통합관리 2025-12-10 15:59:04 +09:00
cascadingHierarchy.ts 연쇄 통합관리 2025-12-10 15:59:04 +09:00
cascadingMutualExclusion.ts 연쇄 통합관리 2025-12-10 15:59:04 +09:00
cascadingRelation.ts 카테고리 설정 구현 2025-12-18 14:12:48 +09:00
categoryTree.ts feat: Integrate audit logging for various operations 2026-03-04 13:49:08 +09:00
categoryValueCascading.ts 카테고리 설정 구현 2025-12-18 14:12:48 +09:00
client.ts refactor: Update authentication handling in authRoutes and useAuth hook 2026-03-05 11:51:05 +09:00
codeManagement.ts 제어관리 외부커넥션 설정기능 2025-09-26 01:28:51 +09:00
collection.ts 외부커넥션관리 2025-09-24 10:04:25 +09:00
commonCode.ts 공통코드 계층구조 구현 2025-12-23 09:31:18 +09:00
company.ts 하드코등 주소 수정 2025-10-02 17:14:08 +09:00
dashboard.ts feat: 대시보드 목록에 생성자 컬럼 추가 2025-12-01 11:07:35 +09:00
data.ts feat: Add savedIds to UPSERT response and update related components 2026-02-10 10:06:53 +09:00
dataflow.ts 관계도 저장 시 모달 및 이름 중복 안내 구현 2025-09-19 15:47:35 +09:00
dataflowSave.ts 외부호출 기능(rest API) 2025-09-26 17:11:18 +09:00
ddl.ts 회사별 메뉴 분리 및 권한 관리 2025-10-28 10:07:07 +09:00
department.ts 삭제를 alert에서 modal로 변경 2025-11-03 17:28:12 +09:00
digitalTwin.ts N-Level 계층 구조 및 공간 종속성 시스템 구현 2025-11-25 13:55:00 +09:00
driver.ts feat: 공차중계 운전자 차량/프로필 관리 기능 구현 2025-12-01 19:03:43 +09:00
dynamicForm.ts 엑셀 업로드 제어로직 설정 가능하도록 수정 2026-01-09 15:46:09 +09:00
entityJoin.ts Merge branch 'main' of http://39.117.244.52:3000/kjs/ERP-node into feature/v2-unified-renewal 2026-01-16 11:10:41 +09:00
entityReference.ts 전체실행조건 웹 타입별 조건분기 2025-09-21 09:53:05 +09:00
excelMapping.ts 엑셀 업로드 템플릿 기능 구현 2026-01-08 11:45:39 +09:00
externalCall.ts 또 수정 2025-10-02 17:28:52 +09:00
externalCallConfig.ts 외부호출 기능(rest API) 2025-09-26 17:11:18 +09:00
externalDbConnection.ts 외부 REST API 연결 확장 2025-11-28 11:35:36 +09:00
externalRestApiConnection.ts restapi 도 경로보기 가능, 출발지목적지 동시에 같은거 못하게, 자물쇠걸면 컬럼 수정 못함 tablelistcomponent 2025-12-08 10:23:54 +09:00
file.ts refactor: API URL 처리 및 파일 미리보기 로직 개선 2026-02-06 16:23:38 +09:00
flow.ts feat: Add procedure and function management in flow controller 2026-03-03 14:33:17 +09:00
flowExternalDb.ts 플로우 외부db연결 2025-10-20 17:50:27 +09:00
globalFile.ts 문서뷰어기능구현 2025-09-29 13:29:03 +09:00
layout.ts 레이아웃 추가기능 2025-09-10 18:36:28 +09:00
mail.ts 메일관련된거 커밋 2025-11-28 11:34:48 +09:00
menu.ts feat: Add menu icon support in menu management 2026-03-03 15:42:30 +09:00
multiConnection.ts 제어관리 외부커넥션 설정기능 2025-09-26 01:28:51 +09:00
multiTableExcel.ts feat: Add multi-table Excel upload functionality 2026-03-05 19:17:35 +09:00
multilang.ts 다국어 자동생성 2026-01-14 10:20:27 +09:00
nodeExternalConnections.ts 외부 db노드 설정 2025-10-02 16:43:40 +09:00
nodeFlows.ts 범용 폼모달 제어로직 연동 2025-12-31 10:54:07 +09:00
numberingRule.ts refactor: 코드 정리 및 가독성 향상 2026-02-05 17:38:06 +09:00
openApi.ts restapi 여러개 띄우는거 작업 가능하게 하는거 진행중 2025-10-27 18:33:15 +09:00
popScreenGroup.ts feat(pop): POP 화면 카테고리 관리 시스템 구현 및 저장/로드 안정화 2026-02-02 18:01:05 +09:00
reportApi.ts 이미지 & 구분선 구현 2025-10-01 16:53:35 +09:00
role.ts 각 회사별 데이터 분리 2025-10-27 16:40:59 +09:00
screen.ts Merge branch 'main' into jskim-node 2026-03-04 21:09:55 +09:00
screenEmbedding.ts 화면 분할패널 중간커밋 2025-11-27 12:08:32 +09:00
screenFile.ts 화면관리 쪽 파일첨부 수정 2025-09-26 17:12:03 +09:00
screenGroup.ts Merge branch 'main' into jskim-node 2026-03-04 21:09:55 +09:00
tableCategoryValue.ts 창고 렉 구조 등록 컴포넌트 중복 방지기능 추가 2025-12-08 17:13:14 +09:00
tableHistory.ts 로그시스템 개선 2025-10-27 11:11:08 +09:00
tableManagement.ts refactor: 코드 정리 및 불필요한 주석 제거 2026-01-15 17:36:38 +09:00
tableSchema.ts 엑셀 업로드 기능 개선 2025-12-17 12:01:16 +09:00
taxInvoice.ts 세금계산서 업그레이드 2025-12-08 16:18:44 +09:00
user.ts docs: 다양한 문서 및 가이드 업데이트 2026-01-28 17:36:19 +09:00
vehicleTrip.ts 공차관련수정사항들 2025-12-02 09:53:08 +09:00
yardLayoutApi.ts Phase 1-4 완료 2025-10-20 09:53:31 +09:00