Added sub assembly column in import and export

This commit is contained in:
dhanabalan
2025-09-05 09:35:06 +05:30
parent d05623f920
commit 8da3c746b9
2 changed files with 8 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ class MotorTestingMasterExporter extends Exporter
->label('CATEGORY'),
ExportColumn::make('item.code')
->label('ITEM CODE'),
ExportColumn::make('subassembly_code')
->label('SUBASSEMBLY CODE'),
ExportColumn::make('item.description')
->label('DESCRIPTION'),
ExportColumn::make('isi_model')