1
0
forked from poc/pds

Added two columns in asrs item importer and exporter

This commit is contained in:
dhanabalan
2026-05-26 09:43:19 +05:30
parent fc85f64fbc
commit 4a4cf17732
2 changed files with 16 additions and 0 deletions

View File

@@ -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')