ranjith-dev #628

Merged
jothi merged 3 commits from ranjith-dev into master 2026-05-21 09:31:00 +00:00
Showing only changes of commit f4bfc5c4dc - Show all commits

View File

@@ -221,6 +221,12 @@ class ProductCharacteristicsMasterResource extends Resource
->afterStateUpdated(function ($state, callable $set) {
$set('updated_by', Filament::auth()->user()?->name);
}),
Forms\Components\TextInput::make('category')
->label('Category')
->reactive()
->afterStateUpdated(function ($state, callable $set) {
$set('updated_by', Filament::auth()->user()?->name);
}),
Forms\Components\Select::make('inspection_type')
->label('Inspection Type')
->searchable()
@@ -351,6 +357,11 @@ class ProductCharacteristicsMasterResource extends Resource
->alignCenter()
->searchable()
->sortable(),
Tables\Columns\TextColumn::make('category')
->label('Category')
->alignCenter()
->searchable()
->sortable(),
Tables\Columns\TextColumn::make('line.name')
->label('Line Name')
->alignCenter()