Invoices

Issued invoices, credit notes and delivery status.

Planned interface

  • Invoice list with number, customer, order, amount, status and issue date
  • Invoice detail with linked order and customer
  • Regenerate / resend actions behind confirmation dialogs
  • Export for finance

Data source

Reads from the existing Laravel domain model once the migration mapping for this module is confirmed. No mock writes are performed.

Backend verification required — Invoice numbering, VAT handling and credit-note rules must come from the existing Laravel invoicing logic.