Update MotorTestingMasterExporter and MotorTestingMasterImporter to use plant code and improve validation logic

This commit is contained in:
dhanabalan
2025-09-10 10:24:07 +05:30
parent aaa162a3f2
commit 1bd14d5f73
2 changed files with 257 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ class MotorTestingMasterExporter extends Exporter
// Increment and return the row number
return ++$rowNumber;
}),
ExportColumn::make('plant.name')
ExportColumn::make('plant.code')
->label('PLANT'),
ExportColumn::make('item.category')
->label('CATEGORY'),