Added scanned quantity in stock master and not in stock resource page
This commit is contained in:
@@ -82,8 +82,8 @@ class NotInStockResource extends Resource
|
||||
->label('Panel Box Sno'),
|
||||
Forms\Components\TextInput::make('scanned_status')
|
||||
->label('Scanned Status'),
|
||||
Forms\Components\TextInput::make('scanned_count')
|
||||
->label('Scanned Count'),
|
||||
Forms\Components\TextInput::make('scanned_quantity')
|
||||
->label('Scanned Quantity'),
|
||||
Forms\Components\Hidden::make('created_by')
|
||||
->label('Created By')
|
||||
->default(Filament::auth()->user()?->name),
|
||||
|
||||
Reference in New Issue
Block a user