# Payslip / Reports Backend Binding — v0.33.0

- Payslip HTML is generated from the persisted PayrollRecord.
- PDF payslip is generated server-side with ReportLab.
- Employee self-service can view/download only the employee's own LOCKED payroll payslips.
- HR Admin / Payroll Officer / Accounts / Super Admin can access authorized report exports.
- Payroll, Attendance, Leave, Overtime and Loan/Advance reports export as UTF-8 CSV that opens cleanly in Excel.
- Export actions are written to the Audit Log.
- Date-range report exports default to the current month.
- The report code deliberately stays small and framework-conventional for maintainability.
- Real PostgreSQL runtime and PDF generation smoke tests remain part of Local UAT.
