1
0
forked from poc/pds

added code and plant in production order

This commit is contained in:
dhanabalan
2026-08-28 16:08:28 +05:30
parent 5c826e8c3d
commit cb8740d048

View File

@@ -22,9 +22,9 @@ class ProductionOrderExporter extends Exporter
// Increment and return the row number
return ++$rowNumber;
}),
ExportColumn::make('plant_id')
ExportColumn::make('plant.code')
->label('PLANT CODE'),
ExportColumn::make('item_id')
ExportColumn::make('item.code')
->label('ITEM CODE'),
ExportColumn::make('quantity')
->label('QUANTITY'),