# v9 — Reports + Invoice Polish

## Goal
Improve screens needed for a business demo and accounting walkthrough.

## Reports to demo

- Shipment report by date/customer/status.
- Delivered shipments with COD totals.
- Cash movements report.
- COD settlement report.
- Invoice list and printable invoice.

## Invoice print

The invoice print view is browser-print friendly. Server-side PDF generation can be added later through Dompdf, Browsershot, or a wkhtmltopdf service depending on hosting.

## Export

CSV is the safest included export. XLSX should be connected using Laravel Excel after confirming Composer/package support on the hosting.
