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

This commit is contained in:
dhanabalan
2026-08-12 09:58:02 +05:30
parent 8abd3057e1
commit b7c552a64e

View File

@@ -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()