Merge pull request 'Added new columns for mvhs and request characteristic / quality approval logic on model file' (#446) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 12s

Reviewed-on: #446
This commit was merged in pull request #446.
This commit is contained in:
2026-03-09 14:23:54 +00:00

View File

@@ -15,8 +15,8 @@ class ClassCharacteristic extends Model
protected $fillable = [ protected $fillable = [
'plant_id', 'plant_id',
'item_id',
'machine_id', 'machine_id',
'item_id',
'aufnr', 'aufnr',
'class', 'class',
'arbid', 'arbid',
@@ -106,14 +106,14 @@ class ClassCharacteristic extends Model
'zmm_tagno', 'zmm_tagno',
'zmm_year', 'zmm_year',
'zmm_laser_name', 'zmm_laser_name',
'zmm_logo_cp',
'zmm_logo_ce',
'zmm_logo_nsf',
'zmm_beenote', 'zmm_beenote',
'zmm_beenumber', 'zmm_beenumber',
'zmm_beestar', 'zmm_beestar',
'zmm_codeclass', 'zmm_codeclass',
'zmm_colour', 'zmm_colour',
'zmm_logo_cp',
'zmm_logo_ce',
'zmm_logo_nsf',
'zmm_grade', 'zmm_grade',
'zmm_grwt_pset', 'zmm_grwt_pset',
'zmm_grwt_cable', 'zmm_grwt_cable',
@@ -144,24 +144,34 @@ class ClassCharacteristic extends Model
'zmm_usp', 'zmm_usp',
'mark_status', 'mark_status',
'marked_datetime', 'marked_datetime',
'marked_physical_count',
'marked_expected_time',
'marked_by', 'marked_by',
'man_marked_status', 'man_marked_status',
'man_marked_datetime', 'man_marked_datetime',
'man_marked_by', 'man_marked_by',
'motor_marked_status', 'motor_marked_status',
'motor_marked_physical_count',
'motor_expected_time',
'motor_marked_by', 'motor_marked_by',
'pump_marked_status', 'pump_marked_status',
'pump_marked_physical_count',
'pump_expected_time',
'pump_marked_by', 'pump_marked_by',
'name_plate_marked_status',
'name_plate_expected_time',
'name_plate_marked_by',
'motor_pump_pumpset_status', 'motor_pump_pumpset_status',
'winded_serial_number',
'motor_machine_name', 'motor_machine_name',
'pump_machine_name', 'pump_machine_name',
'name_plate_machine_name',
'pumpset_machine_name', 'pumpset_machine_name',
'part_validation_1', 'part_validation_1',
'part_validation_2', 'part_validation_2',
'samlight_logged_name', 'samlight_logged_name',
'pending_released_status', 'pending_released_status',
'motor_expected_time', 'has_work_flow_id',
'pump_expected_time',
'created_at', 'created_at',
'updated_at', 'updated_at',
'created_by', 'created_by',