Skip to content

Documentation


Documentation / @kizami/engine / WarningKind

Type Alias: WarningKind

WarningKind = "missing_clock_out" | "duplicate_clock_in" | "clock_out_without_in" | "break_outside_work" | "duplicate_break_start" | "unmatched_break_end" | "clock_out_during_break" | "mixed_work_system" | "insufficient_break" | "missing_shift" | "shift_late_arrival" | "shift_early_leave" | "shift_unplanned_work" | "shift_absence"

Defined in: types.ts:254

不正打刻列の解釈ルール(2026-08-21 決定: 保守的解釈)

  • 不完全な区間は労働時間に数えない(過大計上を構造的に防ぐ)
  • 文脈上ありえない打刻は無効化する(データは残るため修正申請で正せる)
  • いずれも必ず警告を発する