# QA-014 Model Flow Audit

Designed models/features checked for normal business-flow wiring.

## PayrollLineItem — PASS
- PASS `apps/payroll/services.py` contains `PayrollLineItem.objects.bulk_create`
- PASS `apps/reports/services.py` contains `line_items`

## PayrollAdjustment — PASS
- PASS `apps/payroll/forms.py` contains `class PayrollAdjustmentForm`
- PASS `apps/payroll/views.py` contains `def payroll_adjustment_create`
- PASS `apps/payroll/services.py` contains `payroll.adjustments.all()`
- PASS `templates/payroll/period_detail.html` contains `Payroll adjustment`

## EmployeeDocument — PASS
- PASS `apps/employees/forms.py` contains `EmployeeDocument`
- PASS `apps/employees/views.py` contains `employee_document`

## ImportRowError — PASS
- PASS `apps/imports/services.py` contains `ImportRowError`
- PASS `templates/imports/job_detail.html` contains `Validation Errors`

## NoticeRecipient — PASS
- PASS `apps/workflow/services.py` contains `NoticeRecipient`
- PASS `apps/workflow/views.py` contains `NoticeRecipient`

## Custom employee fields — PASS
- PASS `apps/employees/forms.py` contains `CustomFieldDefinition`
- PASS `apps/employees/forms.py` contains `CustomFieldValue`
- PASS `apps/employees/views.py` contains `custom_field`

## Result
STATIC PASS — all QA-014 named models/features have business-flow evidence. Local Django/PostgreSQL runtime verification is still required.
