Invoice and supplier-invoice creation now open as pop-up dialogs on their
list pages instead of navigating to standalone form pages — the same UX as
NewJournalEntryDialog (capped-height scroll, explicit-close-only so a
half-typed invoice survives stray Escape/backdrop clicks).
- InvoiceEditor gains a `bare` variant (page chrome stripped, inline actions
replacing the fixed mobile bar, live document-type title kept) hosted by
the new NewInvoiceDialog (sm:max-w-5xl). Draft editing pages unchanged.
- The 2,057-line supplier form moves out of the route page into
components/supplier-invoices/NewSupplierInvoiceForm.tsx with
bare/inboxItemId/onCreated/onCancel props, hosted by
NewSupplierInvoiceDialog (sm:max-w-4xl).
- Modals are URL-driven (?new=1): header buttons, empty states, command
palette, and the reports CTA all open the same dialog; browser back
closes it. /invoices/new and /supplier-invoices/new survive as redirects
(bookmarks, agent intents, /expenses/new alias, inbox deep links).
- The invoice-inbox "Skapa leverantörsfaktura" action opens the modal in
place and refreshes the inbox on success instead of navigating away.
No new i18n keys; dialog titles reuse existing strings.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>