PR #585 added client_reference and work_order columns to invoices and quotes (migrations 2026_06_14_000001_add_reference_fields_to_*_table.php) and exposed them as form fields in Modules/Invoices/Filament/Company/Resources/Invoices/Schemas/InvoiceForm.php and Modules/Quotes/Filament/Company/Resources/Quotes/Schemas/QuoteForm.php, but the corresponding list-page tables were not updated to show these as columns.
Acceptance criteria
PR #585 added
client_referenceandwork_ordercolumns toinvoicesandquotes(migrations2026_06_14_000001_add_reference_fields_to_*_table.php) and exposed them as form fields inModules/Invoices/Filament/Company/Resources/Invoices/Schemas/InvoiceForm.phpandModules/Quotes/Filament/Company/Resources/Quotes/Schemas/QuoteForm.php, but the corresponding list-page tables were not updated to show these as columns.Acceptance criteria
client_referenceandwork_orderappear as optional (toggleable) columns on the Invoices and Quotes list tables, sortable and searchable, consistent with other columns' visibility patterns.