feat: [payroll] 장기요양보험 공제항목 추가

- 건강보험에서 장기요양보험 분리하여 별도 항목으로 표시
- 급여등록/수정/일괄생성/상세보기/CSV 내보내기 모두 반영
- 공제순서: 국민연금-건강보험-장기요양보험-고용보험-근로소득세-지방소득세
This commit is contained in:
김보곤
2026-02-27 10:06:28 +09:00
parent b292a98136
commit 2d7fc3a83a
5 changed files with 25 additions and 6 deletions

View File

@@ -27,6 +27,7 @@ class Payroll extends Model
'income_tax',
'resident_tax',
'health_insurance',
'long_term_care',
'pension',
'employment_insurance',
'deductions',
@@ -55,6 +56,7 @@ class Payroll extends Model
'income_tax' => 'decimal:0',
'resident_tax' => 'decimal:0',
'health_insurance' => 'decimal:0',
'long_term_care' => 'decimal:0',
'pension' => 'decimal:0',
'employment_insurance' => 'decimal:0',
'total_deductions' => 'decimal:0',