Compare commits
2 Commits
ef62ca360b
...
ranjith-de
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7244028d02 | ||
|
|
8104da98d4 |
@@ -82,6 +82,9 @@ class ItemResource extends Resource
|
|||||||
Forms\Components\TextInput::make('category')
|
Forms\Components\TextInput::make('category')
|
||||||
->label('Category')
|
->label('Category')
|
||||||
->placeholder('Scan the Category'),
|
->placeholder('Scan the Category'),
|
||||||
|
Forms\Components\TextInput::make('category')
|
||||||
|
->label('Category')
|
||||||
|
->placeholder('Scan the Category'),
|
||||||
Forms\Components\TextInput::make('code')
|
Forms\Components\TextInput::make('code')
|
||||||
->required()
|
->required()
|
||||||
->placeholder('Scan the valid code')
|
->placeholder('Scan the valid code')
|
||||||
|
|||||||
@@ -458,12 +458,12 @@ class ProductionPlanResource extends Resource
|
|||||||
->numeric()
|
->numeric()
|
||||||
->sortable()
|
->sortable()
|
||||||
->searchable(),
|
->searchable(),
|
||||||
// Tables\Columns\TextColumn::make('production_quantity')
|
Tables\Columns\TextColumn::make('production_quantity')
|
||||||
// ->label('Production Quantity')
|
->label('Production Quantity')
|
||||||
// ->alignCenter()
|
->alignCenter()
|
||||||
// ->numeric()
|
->numeric()
|
||||||
// ->sortable()
|
->sortable()
|
||||||
// ->searchable(),
|
->searchable(),
|
||||||
// Tables\Columns\TextColumn::make('line.name')
|
// Tables\Columns\TextColumn::make('line.name')
|
||||||
// ->label('Line')
|
// ->label('Line')
|
||||||
// ->alignCenter()
|
// ->alignCenter()
|
||||||
|
|||||||
Reference in New Issue
Block a user