Added work group center foreign key column to Machine export and import functionality with validation and error handling

This commit is contained in:
dhanabalan
2025-09-15 13:18:23 +05:30
parent 0381530463
commit 4bb3b60391
2 changed files with 48 additions and 10 deletions

View File

@@ -30,6 +30,8 @@ class MachineExporter extends Exporter
->label('MACHINE'),
ExportColumn::make('work_center')
->label('WORK CENTER'),
ExportColumn::make('workGroupMaster.name')
->label('WORK GROUP CENTER'),
ExportColumn::make('created_at')
->label('CREATED AT'),
ExportColumn::make('updated_at')