1
0
forked from poc/pds

Added 'created_by', 'updated_by' columns StickerMaster screens

This commit is contained in:
dhanabalan
2026-02-06 11:36:24 +05:30
parent de11ae3b1f
commit 6163211672
5 changed files with 235 additions and 77 deletions

View File

@@ -76,8 +76,12 @@ class StickerMasterExporter extends Exporter
->label('MATERIAL TYPE'),
ExportColumn::make('bundle_quantity')
->label('BUNDLE QUANTITY'),
ExportColumn::make('created_by')
->label('CREATED BY'),
ExportColumn::make('created_at')
->label('CREATED AT'),
ExportColumn::make('updated_by')
->label('UPDATED BY'),
ExportColumn::make('updated_at')
->label('UPDATED AT'),
ExportColumn::make('deleted_at')