Updated label names
This commit is contained in:
@@ -16,33 +16,60 @@ class StickerMasterExporter extends Exporter
|
||||
return [
|
||||
// ExportColumn::make('id')
|
||||
// ->label('ID'),
|
||||
ExportColumn::make('item.code'),
|
||||
ExportColumn::make('plant.name'),
|
||||
ExportColumn::make('serial_number_motor'),
|
||||
ExportColumn::make('serial_number_pump'),
|
||||
ExportColumn::make('serial_number_pumpset'),
|
||||
ExportColumn::make('pack_slip_motor'),
|
||||
ExportColumn::make('pack_slip_pump'),
|
||||
ExportColumn::make('pack_slip_pumpset'),
|
||||
ExportColumn::make('name_plate_motor'),
|
||||
ExportColumn::make('name_plate_pump'),
|
||||
ExportColumn::make('name_plate_pumpset'),
|
||||
ExportColumn::make('tube_sticker_motor'),
|
||||
ExportColumn::make('tube_sticker_pump'),
|
||||
ExportColumn::make('tube_sticker_pumpset'),
|
||||
ExportColumn::make('warranty_card'),
|
||||
ExportColumn::make('part_validation1'),
|
||||
ExportColumn::make('part_validation2'),
|
||||
ExportColumn::make('part_validation3'),
|
||||
ExportColumn::make('part_validation4'),
|
||||
ExportColumn::make('part_validation5'),
|
||||
ExportColumn::make('panel_box_code'),
|
||||
ExportColumn::make('load_rate'),
|
||||
ExportColumn::make('bundle_quantity'),
|
||||
ExportColumn::make('material_type'),
|
||||
ExportColumn::make('created_at'),
|
||||
ExportColumn::make('updated_at'),
|
||||
ExportColumn::make('deleted_at'),
|
||||
ExportColumn::make('item.code')
|
||||
->label('ITEM CODE'),
|
||||
ExportColumn::make('plant.name')
|
||||
->label('PLANT'),
|
||||
ExportColumn::make('serial_number_motor')
|
||||
->label('SERIAL NUMBER MOTOR'),
|
||||
ExportColumn::make('serial_number_pump')
|
||||
->label('SERIAL NUMBER PUMP'),
|
||||
ExportColumn::make('serial_number_pumpset')
|
||||
->label('SERIAL NUMBER PUMPSET'),
|
||||
ExportColumn::make('pack_slip_motor')
|
||||
->label('PACK SLIP MOTOR'),
|
||||
ExportColumn::make('pack_slip_pump')
|
||||
->label('PACK SLIP PUMP'),
|
||||
ExportColumn::make('pack_slip_pumpset')
|
||||
->label('PACK SLIP PUMPSET'),
|
||||
ExportColumn::make('name_plate_motor')
|
||||
->label('NAME PLATE MOTOR'),
|
||||
ExportColumn::make('name_plate_pump')
|
||||
->label('NAME PLATE PUMP'),
|
||||
ExportColumn::make('name_plate_pumpset')
|
||||
->label('NAME PLATE PUMPSET'),
|
||||
ExportColumn::make('tube_sticker_motor')
|
||||
->label('TUBE STICKER MOTOR'),
|
||||
ExportColumn::make('tube_sticker_pump')
|
||||
->label('TUBE STICKER PUMP'),
|
||||
ExportColumn::make('tube_sticker_pumpset')
|
||||
->label('TUBE STICKER PUMPSET'),
|
||||
ExportColumn::make('warranty_card')
|
||||
->label('WARRANTY CARD'),
|
||||
ExportColumn::make('part_validation1')
|
||||
->label('PART VALIDATION 1'),
|
||||
ExportColumn::make('part_validation2')
|
||||
->label('PART VALIDATION 2'),
|
||||
ExportColumn::make('part_validation3')
|
||||
->label('PART VALIDATION 3'),
|
||||
ExportColumn::make('part_validation4')
|
||||
->label('PART VALIDATION 4'),
|
||||
ExportColumn::make('part_validation5')
|
||||
->label('PART VALIDATION 5'),
|
||||
ExportColumn::make('panel_box_code')
|
||||
->label('PANEL BOX CODE'),
|
||||
ExportColumn::make('load_rate')
|
||||
->label('LOAD RATE'),
|
||||
ExportColumn::make('bundle_quantity')
|
||||
->label('BUNDLE QUANTITY'),
|
||||
ExportColumn::make('material_type')
|
||||
->label('MATERIAL TYPE'),
|
||||
ExportColumn::make('created_at')
|
||||
->label('CREATED AT'),
|
||||
ExportColumn::make('updated_at')
|
||||
->label('UPDATED AT'),
|
||||
ExportColumn::make('deleted_at')
|
||||
->label('DELETED AT'),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user