Added mrp in item characteristic resource page
Some checks failed
Gemini PR Review / Gemini PR Review (pull_request) Failing after 17s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 28s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 27s
Laravel Pint / pint (pull_request) Successful in 3m38s
Laravel Larastan / larastan (pull_request) Failing after 5m43s
Some checks failed
Gemini PR Review / Gemini PR Review (pull_request) Failing after 17s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 28s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 27s
Laravel Pint / pint (pull_request) Successful in 3m38s
Laravel Larastan / larastan (pull_request) Failing after 5m43s
This commit is contained in:
@@ -236,13 +236,13 @@ class ItemCharacteristicResource extends Resource
|
||||
Forms\Components\TextInput::make('zmm_codeclass')
|
||||
->label('ZMM CODE CLASS'),
|
||||
Forms\Components\TextInput::make('zmm_colour')
|
||||
->label('ZMM Colour'),
|
||||
->label('ZMM COLOUR'),
|
||||
Forms\Components\TextInput::make('zmm_logo_cp')
|
||||
->label('ZMM LOGO CP'),
|
||||
Forms\Components\TextInput::make('zmm_grade')
|
||||
->label('ZMM GRADE'),
|
||||
Forms\Components\TextInput::make('zmm_grwt_pset')
|
||||
->label('ZMM Grwt Pset'),
|
||||
->label('ZMM GRWT PSET'),
|
||||
Forms\Components\TextInput::make('zmm_grwt_cable')
|
||||
->label('ZMM GRWT CABLE'),
|
||||
Forms\Components\TextInput::make('zmm_grwt_motor')
|
||||
@@ -315,6 +315,8 @@ class ItemCharacteristicResource extends Resource
|
||||
->label('ZMM MOTOR SPEED'),
|
||||
Forms\Components\TextInput::make('zqmm_qty')
|
||||
->label('ZMM QTY'),
|
||||
Forms\Components\TextInput::make('mrp')
|
||||
->label('MRP'),
|
||||
Forms\Components\TextInput::make('zmm_1')
|
||||
->label('ZMM 1'),
|
||||
Forms\Components\TextInput::make('zmm_2')
|
||||
@@ -897,6 +899,10 @@ class ItemCharacteristicResource extends Resource
|
||||
->label('ZMM QTY')
|
||||
->alignCenter()
|
||||
->sortable(),
|
||||
Tables\Columns\TextColumn::make('mrp')
|
||||
->label('MRP')
|
||||
->alignCenter()
|
||||
->sortable(),
|
||||
Tables\Columns\TextColumn::make('zmm_1')
|
||||
->label('ZMM 1')
|
||||
->alignCenter()
|
||||
|
||||
Reference in New Issue
Block a user