Merge pull request 'Updated man_marked_status label on import / export / resource page' (#447) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 12s

Reviewed-on: #447
This commit was merged in pull request #447.
This commit is contained in:
2026-03-09 14:33:09 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -289,7 +289,7 @@ class ClassCharacteristicExporter extends Exporter
ExportColumn::make('marked_by')
->label('MARKED BY'),
ExportColumn::make('man_marked_status')
->label('MANUAL MARKED STATUS'),
->label('MANUAL MARKED PHYSICAL COUNT'),
ExportColumn::make('man_marked_datetime')
->label('MANUAL MARKED DATETIME'),
ExportColumn::make('man_marked_by')

View File

@@ -556,7 +556,7 @@ class ClassCharacteristicImporter extends Importer
->exampleHeader('MARKED BY')
->example('TEST001'),
ImportColumn::make('man_marked_status')
->label('MANUAL MARKED STATUS')
->label('MANUAL MARKED PHYSICAL COUNT')
->exampleHeader('MANUAL MARKED STATUS')
->example('0'),
ImportColumn::make('man_marked_datetime')

View File

@@ -777,7 +777,7 @@ class ClassCharacteristicResource extends Resource
->default(Filament::auth()->user()?->name)
->required(),
Forms\Components\TextInput::make('man_marked_status')
->label('MANUAL MARKED STATUS')
->label('MANUAL MARKED PHYSICAL COUNT')
->afterStateUpdated(function (callable $set, callable $get, ?string $state) {
$set('updated_by', Filament::auth()->user()?->name);
})
@@ -1478,7 +1478,7 @@ class ClassCharacteristicResource extends Resource
->alignCenter()
->sortable(),
Tables\Columns\TextColumn::make('man_marked_status')
->label('MANUAL MARKED STATUS')
->label('MANUAL MARKED PHYSICAL COUNT')
->alignCenter()
->sortable(),
Tables\Columns\TextColumn::make('man_marked_datetime')