ERP-node/frontend/lib/registry
SeongHyun Kim e1188027ed feat(pop): 다중 액션 체이닝 + 외부 테이블 선택 + 카드 클릭 모달 + 필터 전 비표시
버튼 규칙 하나에 여러 액션을 순차 실행하는 다중 액션 체이닝,
DB 직접 선택으로 외부 테이블에 값을 변경하는 기능,
카드 클릭 시 조건부 모달 열기, 필터 전 데이터 비표시 옵션을 추가한다.
[다중 액션 체이닝]
- types.ts: ActionButtonDef.clickActions 배열 추가 (하위호환 유지)
- PopCardListV2Config: 액션 목록 UI (추가/삭제/순서)
- cell-renderers: __allActions 배열로 config 전달
- PopCardListV2Component: actionsToRun 순차 실행, 실패 시 스킵
[외부 테이블 선택]
- ActionButtonClickAction.joinConfig (sourceColumn, targetColumn) 추가
- ImmediateActionEditor: "DB에서 직접 선택..." 옵션 + 조인키 설정 UI
- DbTableCombobox: 테이블명(영어)+설명(한글) 검색 가능
- Component: joinConfig 기반 lookupValue/lookupColumn 처리
[카드 클릭 모달]
- types.ts: V2CardClickAction에 "modal-open", V2CardClickModalConfig 추가
- PopCardListV2Config: 동작 탭에 모달 설정 (화면 ID, 조건, 제목)
- PopCardListV2Component: handleCardSelect 조건 체크 후 openPopModal
[필터 전 데이터 비표시]
- PopCardListV2Config.hideUntilFiltered Switch
- Component: externalFilters 없을 때 안내 메시지
[버그 수정]
- availableTableOptions: dataSource.table -> dataSource.tableName 수정
- popActionRoutes: INSERT 시 created_date/updated_date/writer 자동 추가,
  UPDATE 시 updated_date 자동 갱신
[액션 버튼 구조 개선]
- evaluateShowCondition: 버튼별 조건 평가 (visible/disabled/hidden)
- ActionButtonsEditor: 아코디언 UI + sessionStorage 상태 유지
- 1셀 1버튼 렌더링: 조건 맞는 버튼 1개만 표시
2026-03-11 18:20:02 +09:00
..
components feat: Update screen reference handling in V2 layouts 2026-03-05 11:30:31 +09:00
layouts fix: baseline TS 에러 정리 및 런타임 에러 수정 2026-03-04 01:13:33 +09:00
pop-components feat(pop): 다중 액션 체이닝 + 외부 테이블 선택 + 카드 클릭 모달 + 필터 전 비표시 2026-03-11 18:20:02 +09:00
utils feat: 수주등록 모달 및 범용 컴포넌트 개발 2025-11-14 14:43:53 +09:00
AutoRegisteringComponentRenderer.ts 이력테이블 기준 컬럼 설정 기능 2025-10-27 11:41:30 +09:00
ComponentRegistry.ts refactor: 코드 정리 및 불필요한 로그 제거 2026-02-05 17:35:13 +09:00
DynamicComponentRenderer.tsx refactor: Enhance horizontal label handling in dynamic components 2026-02-27 15:24:55 +09:00
DynamicConfigPanel.tsx 웹 타입 설정패널 분리 2025-09-09 15:42:04 +09:00
DynamicLayoutRenderer.tsx 테스트테이블 생성 및 오류 수정 2025-09-19 02:15:21 +09:00
DynamicWebTypeRenderer.tsx Merge branch 'main' of http://39.117.244.52:3000/kjs/ERP-node into lhj 2025-11-06 12:14:07 +09:00
LayoutRegistry.ts 레이아웃 추가기능 2025-09-10 18:36:28 +09:00
PopComponentRegistry.ts feat(pop-scanner): 바코드/QR 스캐너 컴포넌트 + 멀티필드 파싱 + 반자동 매핑 2026-03-06 19:52:18 +09:00
WebTypeRegistry.ts console.log 삭제 2025-09-16 16:16:41 +09:00
index.ts 웹타입 컴포넌트 분리작업 2025-09-09 14:29:04 +09:00
init.ts docs: 다양한 문서 및 가이드 업데이트 2026-01-28 17:36:19 +09:00
types.ts 웹타입 컴포넌트 분리작업 2025-09-09 14:29:04 +09:00
useRegistry.ts 웹타입 컴포넌트 분리작업 2025-09-09 14:29:04 +09:00