chore: Phase H, I API 라우트 및 공통 파일 업데이트

- routes/api.php: H-1~3, I-2~8 엔드포인트 추가
- error.php: 에러 메시지 키 추가 (en/ko)
- TenantUserProfile 모델 업데이트
- LOGICAL_RELATIONSHIPS.md 업데이트

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-26 15:48:37 +09:00
parent 5c0f92d74a
commit 7fc11a2215
5 changed files with 129 additions and 1 deletions

View File

@@ -95,4 +95,13 @@
'duplicate_code' => 'Duplicate item code.',
],
// Shipment management related
'shipment' => [
'not_found' => 'Shipment not found.',
'cannot_edit' => 'Cannot edit in the current status.',
'cannot_delete' => 'Cannot delete in the current status.',
'invalid_status' => 'Invalid status.',
'cannot_ship' => 'Not in a shippable state.',
],
];