1
0
forked from poc/pds

Added updated order quantity in importer and exporter

This commit is contained in:
dhanabalan
2026-03-20 14:10:05 +05:30
parent ead2edc63b
commit 253d319587
2 changed files with 72 additions and 4 deletions

View File

@@ -36,6 +36,8 @@ class ProcessOrderExporter extends Exporter
->label('COIL NUMBER'),
ExportColumn::make('order_quantity')
->label('ORDER QUANTITY'),
ExportColumn::make('updated_order_quantity')
->label('UPDATED ORDER QUANTITY'),
ExportColumn::make('received_quantity')
->label('RECEIVED QUANTITY'),
ExportColumn::make('sfg_number')