Add Customer Contact Routes and Enhance User Management

- Introduced new routes for customer contact management, allowing for the retrieval of customer contact information.
- Updated the user management functionality to include validation for the hire date, ensuring proper date format and handling of null values.
- Enhanced the save user functionality to accommodate the new hire date field, maintaining existing values when not provided.

(TASK: ERP-XXX)
This commit is contained in:
kjs
2026-05-18 16:13:29 +09:00
parent bd7563bd5a
commit fa9f5451f6
52 changed files with 1494 additions and 342 deletions

View File

@@ -3644,6 +3644,8 @@ accepted_results AS (
'started_at', started_at,
'completed_at', completed_at,
'equipment_code', equipment_code,
'defect_detail', defect_detail,
'result_note', result_note,
'batch_id', batch_id
) ORDER BY seq
) AS accepted_results