ERP-node/frontend/types
kjs 4d6783e508 feat: Implement automatic serial number generation and reference handling in mold management
- Enhanced the `createMoldSerial` function to automatically generate serial numbers based on defined numbering rules when the serial number is not provided.
- Integrated error handling for the automatic numbering process, ensuring robust logging for success and failure cases.
- Updated the `NumberingRuleService` to support reference column handling, allowing for dynamic prefix generation based on related data.
- Modified the frontend components to accommodate new reference configurations, improving user experience in managing numbering rules.

These changes significantly enhance the mold management functionality by automating serial number generation and improving the flexibility of numbering rules.
2026-03-09 15:34:31 +09:00
..
external-call get요청 db 저장기능 2025-09-29 13:32:59 +09:00
auth.ts 플로우 위젯 검색 리스트 2025-10-28 14:55:41 +09:00
barcode.ts 바코드 기능 커밋밋 2026-03-04 20:51:00 +09:00
commonCode.ts 공통코드 계층구조 구현 2025-12-23 09:31:18 +09:00
company.ts 회사 관리 - 등록 페이지 수정 2025-11-03 14:31:21 +09:00
component-events.ts V2 이벤트 시스템 통합 및 데이터 전달 인터페이스 구현: UnifiedRepeater 컴포넌트에 데이터 제공 및 수신 인터페이스를 추가하여 다른 컴포넌트와의 데이터 연동을 개선하였습니다. 또한, AggregationWidgetComponent와 RepeatContainerComponent에서 V2 표준 이벤트를 구독하여 데이터 변경 이벤트를 효율적으로 처리하도록 수정하였습니다. 이를 통해 컴포넌트 간의 데이터 흐름과 사용자 경험을 향상시켰습니다. 2026-01-29 23:20:23 +09:00
component.ts docs: 다양한 문서 및 가이드 업데이트 2026-01-28 17:36:19 +09:00
connectionTypes.ts 제어 관리 저장 액션에 논리연산자 추가 2025-09-19 16:42:33 +09:00
control-management.ts fix: baseline TS 에러 정리 및 런타임 에러 수정 2026-03-04 01:13:33 +09:00
data-transfer.ts feat: Enhance category column handling and data mapping 2026-02-26 11:31:49 +09:00
dataflowTypes.ts 연결 설명 필드 추가 및 외부 호출 설정 개선 2025-09-16 18:15:54 +09:00
ddl.ts feat: 테이블 복제 기능 구현 (최고 관리자 전용) 2025-10-31 17:58:49 +09:00
department.ts 부서 read 기능 구현 2025-11-03 16:31:03 +09:00
digitalTwin.ts 배치 대략적인 완료 2025-11-21 02:25:25 +09:00
flow.ts feat: Add procedure and function management in flow controller 2026-03-03 14:33:17 +09:00
flowExternalDb.ts feat: Add procedure and function management in flow controller 2026-03-03 14:33:17 +09:00
grid-system.ts 화면관리 12컬럼 중간 커밋 2025-10-13 18:28:03 +09:00
index.ts fix: baseline TS 에러 정리 및 런타임 에러 수정 2026-03-04 01:13:33 +09:00
input-type-mapping.ts docs: 다양한 문서 및 가이드 업데이트 2026-01-28 17:36:19 +09:00
input-types.ts 테스트용 채번규칙 API 추가: numberingRuleController에 테이블+컬럼 기반 채번규칙 조회 및 테스트 테이블에 채번규칙 저장 기능을 추가하였습니다. 이를 통해 개발 및 테스트 환경에서 채번규칙을 보다 쉽게 관리할 수 있도록 개선하였습니다. 2026-01-21 13:54:14 +09:00
layout.ts 카드 레이아웃 구현 2025-09-11 12:22:39 +09:00
menu.ts feat: Add menu icon support in menu management 2026-03-03 15:42:30 +09:00
node-editor.ts fix: baseline TS 에러 정리 및 런타임 에러 수정 2026-03-04 01:13:33 +09:00
numbering-rule.ts feat: Implement automatic serial number generation and reference handling in mold management 2026-03-09 15:34:31 +09:00
profile.ts 프로필 이미지 삭제 직후 렌더링이 안되는 문제 해결 2025-09-30 15:45:21 +09:00
repeater.ts make: RepeaterFieldGroup 컴포넌트 2026-01-19 18:58:23 +09:00
report.ts 서명 밑줄 옵션 완전히 제거 2025-12-23 16:00:25 +09:00
responsive.ts 반응형 레이아웃 기능 구현 2025-10-16 18:16:57 +09:00
screen-embedding.ts 화면 분할패널 중간커밋 2025-11-27 12:08:32 +09:00
screen-legacy-backup.ts 채번 자동생성기능 2025-11-04 17:35:02 +09:00
screen-management.ts Merge branch 'feature/v2-renewal' of http://39.117.244.52:3000/kjs/ERP-node into jskim-node 2026-02-09 16:03:27 +09:00
screen.ts docs: 다양한 문서 및 가이드 업데이트 2026-01-28 17:36:19 +09:00
table-management.ts fix: baseline TS 에러 정리 및 런타임 에러 수정 2026-03-04 01:13:33 +09:00
table-options.ts 검색필터 틀고정기능 오류 수정 2026-01-08 10:39:48 +09:00
tableCategoryValue.ts 카테고리 구현 2025-11-05 18:08:51 +09:00
user.ts 사용자 검색 기능 구현 2025-08-26 14:23:22 +09:00
userHistory.ts 사용자 변경 이력 조회 구현 2025-08-25 18:30:07 +09:00
v2-components.ts feat: Implement advanced filtering capabilities in entity search 2026-02-26 16:07:15 +09:00
v2-core.ts fix: baseline TS 에러 정리 및 런타임 에러 수정 2026-03-04 01:13:33 +09:00
v2-form.ts docs: 다양한 문서 및 가이드 업데이트 2026-01-28 17:36:19 +09:00
v2-repeater.ts feat: Implement entity join functionality in V2Repeater and configuration panel 2026-03-04 21:08:45 +09:00
v2-web-types.ts docs: 다양한 문서 및 가이드 업데이트 2026-01-28 17:36:19 +09:00
workHistory.ts 작업 이력 통계 위젯 추가 2025-10-20 14:07:08 +09:00