修正
This commit is contained in:
@@ -93,6 +93,7 @@ class BonusVoucherData(BaseModel):
|
||||
bonus_year: int
|
||||
bonus_month: int
|
||||
bonus_type: str = "" # 夏季賞与/冬季賞与/決算賞与/その他
|
||||
payment_date: Optional[str] = None # 実際の支給日
|
||||
# 支給項目
|
||||
base_bonus: Decimal = Decimal(0) # 基本賞与額
|
||||
performance_bonus: Decimal = Decimal(0) # 業績賞与
|
||||
@@ -103,6 +104,7 @@ class BonusVoucherData(BaseModel):
|
||||
care_insurance: Decimal = Decimal(0)
|
||||
pension_insurance: Decimal = Decimal(0)
|
||||
employment_insurance: Decimal = Decimal(0)
|
||||
child_support: Decimal = Decimal(0) # 子ども・子育て支援金
|
||||
income_tax: Decimal = Decimal(0) # 賞与所得税
|
||||
other_deduction: Decimal = Decimal(0)
|
||||
total_deduction: Decimal = Decimal(0)
|
||||
|
||||
Reference in New Issue
Block a user