1
0
forked from poc/pds

Added uom column on report view and export

This commit is contained in:
dhanabalan
2026-05-15 20:32:27 +05:30
parent 3b9d94552b
commit cd3598d67e
2 changed files with 7 additions and 0 deletions

View File

@@ -34,6 +34,8 @@ class InvoiceValidationExporter extends Exporter
->label('ITEM CODE'),
ExportColumn::make('stickerMaster.item.description')
->label('ITEM DESCRIPTION'),
ExportColumn::make('stickerMaster.item.uom')
->label('UNIT OF MEASURE'),
ExportColumn::make('motor_scanned_status')
->label('MOTOR SCANNED STATUS'),
ExportColumn::make('pump_scanned_status')