SeongHyun Kim
6bc4025f0a
Merge remote-tracking branch 'upstream/main'
2025-12-24 14:08:41 +09:00
SeongHyun Kim
486e5ee29b
feat(SplitPanelLayout2): 좌우 패널 수정/삭제 기능 및 모달 자동 닫기 구현
...
- 좌측 패널에 수정/삭제 버튼 기능 추가
- 좌측 패널 설정에 개별 수정/삭제 UI 추가
- 삭제 API 호출을 백엔드 라우트에 맞게 수정 (DELETE /tables/{tableName}/delete)
- UniversalFormModal 저장 완료 후 closeEditModal 이벤트 발생하여 모달 자동 닫기
- ModalConfig에 showSaveButton 타입 추가
2025-12-24 14:01:38 +09:00
SeongHyun Kim
de5ad027dd
Merge branch 'main' of https://g.wace.me/chpark/vexplor
2025-12-24 13:19:28 +09:00
SeongHyun Kim
8427d50dae
Merge remote-tracking branch 'upstream/main'
2025-12-24 13:19:19 +09:00
SeongHyun Kim
171ed6e938
fix: 생성 모드에서 부모 데이터가 UniversalFormModal에 전달되지 않는 문제 수정
...
- DynamicComponentRenderer에서 _initialData 전달 시 빈 객체 체크 추가
- 생성 모드(isCreateMode)에서 originalData가 빈 객체일 때 formData를 사용하도록 수정
- 부모 화면(SplitPanelLayout2)에서 전달한 dept_code, dept_name이 모달에서 정상 수신됨
2025-12-24 13:11:52 +09:00
SeongHyun Kim
9878f1f502
fix(select): Radix UI Select v2.x value="" 에러 수정
...
Radix UI Select v2.0부터 빈 문자열 value=""가 금지됨 (placeholder 예약어)
수정 파일:
- FieldDetailSettingsModal.tsx: saveColumn "__default__"
- TableLogViewer.tsx: 전체 필터 "__all__"
- FlowStepPanel.tsx: disabled placeholder "__placeholder__"
- MapConfigPanel.tsx: 선택 안 함 "__none__" (2곳)
- DataMappingSettings.tsx: disabled placeholder "__placeholder__" (2곳)
- ScreenAssignmentTab.tsx: disabled placeholder "__placeholder__"
- multilang/page.tsx: 전체 메뉴/타입 "__all__" (2곳)
2025-12-24 09:24:56 +09:00
SeongHyun Kim
3396834417
feat(split-panel-layout2): 그룹핑, 탭 필터링, 설정 모달 기능 추가
...
- types.ts: GroupingConfig, TabConfig, ColumnDisplayConfig 등 타입 확장
- Component: groupData, generateTabs, filterDataByTab 함수 추가
- ConfigPanel: SearchableColumnSelect, 설정 모달 상태 관리 추가
- 신규 모달: ActionButtonConfigModal, ColumnConfigModal, DataTransferConfigModal
- UniversalFormModal: 연결필드 소스 테이블 Combobox로 변경
2025-12-24 09:08:16 +09:00
SeongHyun Kim
718788110a
Merge remote-tracking branch 'origin/main' into ksh
2025-12-24 09:01:04 +09:00
hyeonsu
ed2e0a1c6b
Merge pull request '수정사항 반영' ( #313 ) from reportMng into main
...
Reviewed-on: http://39.117.244.52:3000/kjs/ERP-node/pulls/313
2025-12-23 17:38:05 +09:00
dohyeons
9fe22bc422
Merge branch 'main' of http://39.117.244.52:3000/kjs/ERP-node into reportMng
2025-12-23 17:37:37 +09:00
dohyeons
859d68fff8
인쇄 기능 개선 - 중복 호출 제거 및 레이아웃 정확도 향상
2025-12-23 17:37:22 +09:00
kjs
49d3cd98c9
Merge branch 'main' of https://g.wace.me/chpark/vexplor
2025-12-23 17:33:18 +09:00
kjs
3262185da8
Merge remote-tracking branch 'upstream/main'
2025-12-23 17:33:17 +09:00
kjs
a7edd74574
Merge pull request 'feature/screen-management' ( #312 ) from feature/screen-management into main
...
Reviewed-on: http://39.117.244.52:3000/kjs/ERP-node/pulls/312
2025-12-23 17:32:43 +09:00
kjs
755bbc0c58
복사 진짜진짜 수정
2025-12-23 17:32:27 +09:00
kjs
542c0bae94
복사 원본데이터 참조 오류 수정
2025-12-23 17:06:21 +09:00
dohyeons
82a7ff62ee
서명 밑줄 옵션 완전히 제거
2025-12-23 16:00:25 +09:00
dohyeons
83f171189b
페이지 사이즈 변경 시 컴포넌트 위치/크기 비율 자동 조정
2025-12-23 15:12:21 +09:00
dohyeons
050a183c96
feat(report): 리포트-메뉴 연결 기능 추가
2025-12-23 14:34:49 +09:00
dohyeons
e1567d3f77
워드 export 레이아웃 및 바코드/서명 렌더링 개선
2025-12-23 13:56:15 +09:00
dohyeons
da195200a8
UX 개선 - 입력값 검증 및 confirm을 모달로 변경
2025-12-23 09:49:44 +09:00
kjs
c910572754
Merge pull request 'feature/screen-management' ( #311 ) from feature/screen-management into main
...
Reviewed-on: http://39.117.244.52:3000/kjs/ERP-node/pulls/311
2025-12-23 09:40:34 +09:00
kjs
4187ec0745
Merge branch 'main' into feature/screen-management
2025-12-23 09:40:26 +09:00
kjs
73cc969bd8
분할패널 상단헤더 크기 조정기능
2025-12-23 09:37:40 +09:00
kjs
5f406fbe88
공통코드 계층구조 구현
2025-12-23 09:31:18 +09:00
SeongHyun Kim
533eaf5c9f
feat(TableSection): 테이블 컬럼 부모값 받기 기능 추가
...
TableColumnConfig에 receiveFromParent, parentFieldName 속성 추가
allComponents에서 부모 화면 필드 자동 추출
컬럼 설정에 "부모값" 스위치 및 부모 필드 선택 UI 추가
handleAddItems()에서 부모값 자동 적용 로직 구현
2025-12-23 09:24:59 +09:00
geonhee
8d93d0c0cf
Merge pull request 'Update vexplor-backend-deployment.yaml' ( #4 ) from add/kubernetes into main
...
Reviewed-on: https://g.wace.me/chpark/vexplor/pulls/4
2025-12-22 09:41:07 +00:00
Johngreen
f2647415a1
Update vexplor-backend-deployment.yaml
2025-12-22 18:39:00 +09:00
geonhee
f9defe4e63
Merge pull request 'add/kubernetes' ( #3 ) from add/kubernetes into main
...
Reviewed-on: https://g.wace.me/chpark/vexplor/pulls/3
2025-12-22 09:26:04 +00:00
Johngreen
4425473114
Update app.ts
2025-12-22 18:25:35 +09:00
dohyeons
7875d8ab86
페이지 크기에 최솟값 1 설정
2025-12-22 18:20:16 +09:00
dohyeons
e1a032933d
화면 여백에 최솟값 0 설정
2025-12-22 18:17:58 +09:00
Johngreen
1e27e849a3
Merge branch 'main' into add/kubernetes
2025-12-22 17:53:45 +09:00
dohyeons
99c0960325
서명 생성 시 폰트가 일부 글자에만 적용되는 문제 수정
2025-12-22 17:42:35 +09:00
Johngreen
6b166720de
Merge branch 'main' into add/kubernetes
2025-12-22 17:40:02 +09:00
geonhee
2a4cb2ddf1
Merge pull request 'Refactor deploy workflow to use SSH for k8s operations' ( #2 ) from add/kubernetes into main
...
Reviewed-on: https://g.wace.me/chpark/vexplor/pulls/2
2025-12-22 08:39:50 +00:00
Johngreen
15265ebfc9
Refactor deploy workflow to use SSH for k8s operations
...
Replaces direct kubectl usage with SSH-based remote execution for Kubernetes deployment steps. Updates secrets and environment variables to use SSH key and connection info, and modifies manifest transfer and deployment verification to operate over SSH. This improves security and flexibility for remote Kubernetes server management.
2025-12-22 17:39:26 +09:00
dohyeons
831017429a
Merge branch 'main' of https://g.wace.me/chpark/vexplor
2025-12-22 17:13:13 +09:00
dohyeons
b992f13b08
Merge remote-tracking branch 'upstream/main'
2025-12-22 17:12:31 +09:00
hyeonsu
ae6d917ec4
Merge pull request '리포트 관리 수정' ( #310 ) from reportMng into main
...
Reviewed-on: http://39.117.244.52:3000/kjs/ERP-node/pulls/310
2025-12-22 17:08:15 +09:00
dohyeons
5f26e998e3
워터마크를 전체 페이지 공유 방식으로 변경
2025-12-22 17:06:11 +09:00
geonhee
615c7c2f48
Merge pull request 'Add Kubernetes deployment and CI/CD workflow' ( #1 ) from add/kubernetes into main
...
Reviewed-on: https://g.wace.me/chpark/vexplor/pulls/1
2025-12-22 07:45:58 +00:00
kjs
b85b888007
Merge branch 'feature/screen-management' of http://39.117.244.52:3000/kjs/ERP-node into feature/screen-management
2025-12-22 16:39:47 +09:00
kjs
9493d81903
카테고리 복사에러 수정
2025-12-22 16:39:46 +09:00
dohyeons
d7f015b37d
Merge branch 'main' of http://39.117.244.52:3000/kjs/ERP-node into reportMng
2025-12-22 15:45:35 +09:00
dohyeons
e8b581f5da
미리보기 모달 페이지 크기 불일치 수정
2025-12-22 15:45:17 +09:00
dohyeons
d90e68905e
워터마크 기능 추가
2025-12-22 15:40:31 +09:00
Johngreen
47ac3dcaf1
Add Kubernetes deployment and CI/CD workflow
...
Introduce Kubernetes manifests for backend, frontend, ingress, storage, and namespace setup under k8s/. Add Gitea Actions workflow for automated build and deployment to Kubernetes. Provide deployment and cluster setup guides in docs/ and project root. Update .gitignore to exclude Kubernetes secret files.
2025-12-22 15:33:24 +09:00
dohyeons
002c71f9e8
서명 생성 시 한글 폰트가 일부 글자만 표시되는 문제 수정
2025-12-22 15:21:14 +09:00
dohyeons
117912045f
캔버스 스케일 팩터를 고정 px 단위로 통일
2025-12-22 15:13:49 +09:00