Added location column in exporter of invoice data validations

This commit is contained in:
dhanabalan
2025-11-14 18:59:44 +05:30
parent 3e81effde4
commit 62156bbb63

View File

@@ -35,6 +35,8 @@ class InvoiceDataValidationExporter extends Exporter
->label('CUSTOMER TRADE NAME'),
ExportColumn::make('customer_location')
->label('CUSTOMER LOCATION'),
ExportColumn::make('location')
->label('LOCATION'),
ExportColumn::make('created_at')
->label('CREATED AT'),
ExportColumn::make('updated_at')