Added block name column on report view
This commit is contained in:
@@ -45,7 +45,6 @@ class ProductionLineStopResource extends Resource
|
|||||||
|
|
||||||
public static function form(Form $form): Form
|
public static function form(Form $form): Form
|
||||||
{
|
{
|
||||||
|
|
||||||
return $form
|
return $form
|
||||||
->schema([
|
->schema([
|
||||||
Section::make('')
|
Section::make('')
|
||||||
@@ -389,6 +388,10 @@ class ProductionLineStopResource extends Resource
|
|||||||
->label('Line')
|
->label('Line')
|
||||||
->alignCenter()
|
->alignCenter()
|
||||||
->sortable(),
|
->sortable(),
|
||||||
|
Tables\Columns\TextColumn::make('shift.block.name')
|
||||||
|
->label('Block')
|
||||||
|
->alignCenter()
|
||||||
|
->sortable(),
|
||||||
Tables\Columns\TextColumn::make('shift.name')
|
Tables\Columns\TextColumn::make('shift.name')
|
||||||
->label('Shift')
|
->label('Shift')
|
||||||
->alignCenter()
|
->alignCenter()
|
||||||
|
|||||||
@@ -541,6 +541,10 @@ class ProductionPlanResource extends Resource
|
|||||||
->label('Line')
|
->label('Line')
|
||||||
->alignCenter()
|
->alignCenter()
|
||||||
->sortable(),// ->searchable(),
|
->sortable(),// ->searchable(),
|
||||||
|
Tables\Columns\TextColumn::make('shift.block.name')
|
||||||
|
->label('Block')
|
||||||
|
->alignCenter()
|
||||||
|
->sortable(),
|
||||||
Tables\Columns\TextColumn::make('shift.name')
|
Tables\Columns\TextColumn::make('shift.name')
|
||||||
->label('Shift')
|
->label('Shift')
|
||||||
->alignCenter()
|
->alignCenter()
|
||||||
|
|||||||
@@ -974,6 +974,10 @@ class ProductionQuantityResource extends Resource
|
|||||||
->label('Line')
|
->label('Line')
|
||||||
->alignCenter()
|
->alignCenter()
|
||||||
->sortable(),
|
->sortable(),
|
||||||
|
Tables\Columns\TextColumn::make('shift.block.name')
|
||||||
|
->label('Block')
|
||||||
|
->alignCenter()
|
||||||
|
->sortable(),
|
||||||
Tables\Columns\TextColumn::make('shift.name')
|
Tables\Columns\TextColumn::make('shift.name')
|
||||||
->label('Shift')
|
->label('Shift')
|
||||||
->alignCenter()
|
->alignCenter()
|
||||||
|
|||||||
Reference in New Issue
Block a user