feat: [payroll] 엑셀 내보내기 및 전표 생성 API 추가
- GET /payrolls/export: 급여 현황 엑셀 다운로드 (필터 지원) - POST /payrolls/journal-entries: 연월 기준 급여 전표 일괄 생성 - JournalEntry SOURCE_PAYROLL 상수 추가 - StorePayrollJournalRequest 유효성 검증 추가
This commit is contained in:
@@ -52,6 +52,8 @@ class JournalEntry extends Model
|
||||
|
||||
public const SOURCE_HOMETAX_INVOICE = 'hometax_invoice';
|
||||
|
||||
public const SOURCE_PAYROLL = 'payroll';
|
||||
|
||||
// Entry type
|
||||
public const TYPE_GENERAL = 'general';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user