Added two columns in asrs item importer and exporter
This commit is contained in:
@@ -29,6 +29,10 @@ class AsrsItemValidationExporter extends Exporter
|
||||
->label('ITEM DESCRIPTION'),
|
||||
ExportColumn::make('uom')
|
||||
->label('UOM'),
|
||||
ExportColumn::make('material_type')
|
||||
->label('MATERIAL TYPE'),
|
||||
ExportColumn::make('material_group')
|
||||
->label('MATERIAL GROUP'),
|
||||
ExportColumn::make('mhe')
|
||||
->label('MHE'),
|
||||
ExportColumn::make('bin_quantity')
|
||||
|
||||
Reference in New Issue
Block a user