How Corrections Work
PeopleOS uses an event-sourced architecture. When a payroll correction is needed after approval:
- The original payroll event remains immutable in the ledger
- A new "compensating event" is created that reverses the original amounts
- A corrected event is appended with the right values
This preserves a complete audit trail — auditors can see exactly what was originally calculated, when the correction was made, and by whom.