ERP-node/frontend/lib/registry/components/simple-repeater-table
kjs 28ef7e1226 fix: Enhance error handling and validation messages in form data operations
- Integrated `formatPgError` utility to provide user-friendly error messages based on PostgreSQL error codes during form data operations.
- Updated error responses in `saveFormData`, `saveFormDataEnhanced`, `updateFormData`, and `updateFormDataPartial` to include specific messages based on the company context.
- Improved error handling in the frontend components to display relevant error messages from the server response, ensuring users receive clear feedback on save operations.
- Enhanced the required field validation by incorporating NOT NULL metadata checks across various components, improving the accuracy of form submissions.

These changes improve the overall user experience by providing clearer error messages and ensuring that required fields are properly validated based on both manual settings and database constraints.
2026-03-10 14:47:05 +09:00
..
SimpleRepeaterTableComponent.tsx fix: Enhance error handling and validation messages in form data operations 2026-03-10 14:47:05 +09:00
SimpleRepeaterTableConfigPanel.tsx feat(universal-form-modal): 테이블 컬럼 저장 설정 및 참조 표시 기능 구현 2025-12-29 17:42:30 +09:00
SimpleRepeaterTableRenderer.tsx 중간저장 2025-12-10 10:27:54 +09:00
index.ts 테이블리스트로 세금계산서 만들기 2025-12-09 15:12:59 +09:00
types.ts 테이블리스트로 세금계산서 만들기 2025-12-09 15:12:59 +09:00
useCalculation.ts 중간저장 2025-12-10 10:27:54 +09:00