feat: Price, PriceRevision 모델 생성 및 서비스 정리

- Price 모델 생성 (prices 테이블)
- PriceRevision 모델 생성 (price_revisions 테이블)
- 레거시 Pricing/PricingService 삭제 (PriceHistory 사용)
- pricing 에러/메시지 추가
This commit is contained in:
2025-12-17 20:57:38 +09:00
parent 0cf02550f0
commit a1980adb20
5 changed files with 296 additions and 285 deletions

View File

@@ -122,6 +122,14 @@
'deleted' => '자재가 삭제되었습니다.',
],
// 단가 관리
'pricing' => [
'created' => '단가가 등록되었습니다.',
'updated' => '단가가 수정되었습니다.',
'deleted' => '단가가 삭제되었습니다.',
'finalized' => '단가가 확정되었습니다.',
],
// 거래처 관리
'client' => [
'fetched' => '거래처를 조회했습니다.',