ERP-node/frontend/lib/registry/components/modal-repeater-table
kjs f6a02b5182 refactor: Update references from table_column_category_values to category_values
- Changed all occurrences of `table_column_category_values` to `category_values` in the backend services and controllers to standardize the terminology.
- Updated SQL queries to reflect the new table name, ensuring proper data retrieval and management.
- Adjusted comments and documentation to clarify the purpose of the `category_values` table in the context of category management.

These changes enhance code clarity and maintain consistency across the application.
2026-03-09 13:46:38 +09:00
..
ItemSelectionModal.tsx feat: Implement entity join functionality in V2Repeater and configuration panel 2026-03-04 21:08:45 +09:00
ModalRepeaterTableComponent.tsx fix: 발주/입고관리 그룹 편집 시 단건만 저장되던 문제 수정 2026-01-15 17:05:01 +09:00
ModalRepeaterTableConfigPanel.tsx feat(universal-form-modal): 테이블 컬럼 저장 설정 및 참조 표시 기능 구현 2025-12-29 17:42:30 +09:00
ModalRepeaterTableRenderer.tsx feat: modal-repeater-table 배열 데이터 저장 기능 구현 2025-11-21 10:12:29 +09:00
RepeaterTable.tsx refactor: Update references from table_column_category_values to category_values 2026-03-09 13:46:38 +09:00
index.ts feat: 수주등록 모달 및 범용 컴포넌트 개발 2025-11-14 14:43:53 +09:00
types.ts 코드 정리 및 스타일 개선: ComponentsPanel과 UnifiedRepeater 컴포넌트에서 불필요한 공백을 제거하고, 코드 가독성을 향상시켰습니다. 또한, UnifiedRepeaterConfigPanel에서 컬럼 선택 UI의 구조를 개선하여 사용자 경험을 개선했습니다. 2026-01-15 17:50:52 +09:00
useCalculation.ts feat(modal-repeater-table): 컬럼 매핑 및 계산 규칙 UI 대폭 개선 2025-11-19 17:09:12 +09:00