Updated column headers in ProductionQuantityImporter for consistency and clarity

This commit is contained in:
dhanabalan
2025-09-15 13:23:05 +05:30
parent 3848898f37
commit 49fea7fcdb

View File

@@ -59,9 +59,9 @@ class ProductionQuantityImporter extends Importer
->rules(['required']),
ImportColumn::make('block_reference')
->requiredMapping() // Or optionalMapping() if not always present
->exampleHeader('Block Name')
->exampleHeader('Block')
->example(['Block A', 'Block A'])
->label('Block Name')
->label('Block')
->rules(['required']), // Or remove if not required
ImportColumn::make('shift')
->requiredMapping()