feat: [finance] 계정과목 및 일반전표 API 추가
- AccountCode 모델/서비스/컨트롤러 구현 - JournalEntry, JournalEntryLine 모델 구현 - GeneralJournalEntry 서비스/컨트롤러 구현 - FormRequest 검증 클래스 추가 - finance 라우트 등록 - i18n 메시지 키 추가 (message.php, error.php) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -567,6 +567,22 @@
|
||||
'downloaded' => '문서가 다운로드되었습니다.',
|
||||
],
|
||||
|
||||
// 일반전표입력
|
||||
'journal_entry' => [
|
||||
'fetched' => '전표 조회 성공',
|
||||
'created' => '전표가 등록되었습니다.',
|
||||
'updated' => '분개가 수정되었습니다.',
|
||||
'deleted' => '분개가 삭제되었습니다.',
|
||||
],
|
||||
|
||||
// 계정과목
|
||||
'account_subject' => [
|
||||
'fetched' => '계정과목 조회 성공',
|
||||
'created' => '계정과목이 등록되었습니다.',
|
||||
'toggled' => '계정과목 상태가 변경되었습니다.',
|
||||
'deleted' => '계정과목이 삭제되었습니다.',
|
||||
],
|
||||
|
||||
// CEO 대시보드 부가세 현황
|
||||
'vat' => [
|
||||
'sales_tax' => '매출세액',
|
||||
|
||||
Reference in New Issue
Block a user