Resource & Grid
Resource
Extending the Invoice grid
Add/adjust columns (Example)
# config/packages/sylius_grid.yaml
sylius_grid:
grids:
sylius_invoicing_invoice:
fields:
number:
type: string
label: sylius_invoicing.ui.invoice_number
issued_at:
type: datetime
label: sylius_invoicing.ui.issued_at
order_number:
type: string
label: sylius.ui.order
path: order.number
customer_email:
type: string
label: sylius.ui.customer
path: order.customer.emailWhere do invoice files live?
Order page integration
Verify your changes
Last updated
Was this helpful?
