diff --git a/backend/app/payroll/calculation/service.py b/backend/app/payroll/calculation/service.py index 1692dbd..94173e8 100644 --- a/backend/app/payroll/calculation/service.py +++ b/backend/app/payroll/calculation/service.py @@ -300,7 +300,7 @@ class PayrollCalculationService: # まず指定年度の標準報酬月額表を検索 cur.execute( """ - SELECT monthly_amount + SELECT monthly_amount, child_support FROM standard_remuneration WHERE rate_year = %s AND salary_from <= %s @@ -318,7 +318,7 @@ class PayrollCalculationService: previous_year = target_year - year_offset cur.execute( """ - SELECT monthly_amount + SELECT monthly_amount, child_support FROM standard_remuneration WHERE rate_year = %s AND salary_from <= %s diff --git a/backend/app/static/cash-transactions.html b/backend/app/static/cash-transactions.html deleted file mode 100644 index fe187d4..0000000 --- a/backend/app/static/cash-transactions.html +++ /dev/null @@ -1,96 +0,0 @@ - - -
- -| 日期 | -摘要 | -金额 | -
|---|---|---|
| 请输入条件后查询 | -||
| 账户 | -余额 | -
|---|---|
| 读取中... | -|
| 合计 | -- | -
従業員を読み込み中...
-従業員の給与計算、扶養管理、保険料・税金の管理を行います
- - - -