changes to management

This commit is contained in:
2026-08-17 10:18:11 +07:00
parent cc615a58ca
commit ff6be8ba1e
29 changed files with 2785 additions and 19 deletions

View File

@@ -92,7 +92,18 @@ return [
'sample_entry_by' => 'Entered By',
'modify_by' => 'Modified By',
'code' => 'Code'
'code' => 'Code',
'name' => 'Name',
'rack' => 'Rack',
'rows' => 'Rows',
'columns' => 'Columns',
'capacity' => 'Capacity',
'box_name' => 'Box Name',
'rack_name' => 'Rack Name',
'freezer' => 'Freezer',
'description' => 'Description',
'sample_box' => 'Sample Boxes',
'sample_rack' => 'Sample Racks'

View File

@@ -54,5 +54,18 @@ return [
'create_sample' => 'Create Sample',
'appointment' => 'Appointments',
'view_sample' => 'Sample List',
'aliquot_management' => 'Aliquot Management',
'incident_records' => 'Incident Records',
'incident_table' => 'Incident Table',
'incident_type' => 'Incident Types',
'management' => 'Management',
'building' => 'Buildings',
'safe_room' => 'Safety Rooms',
'freezer' => 'Freezers',
'rack' => 'Racks',
'sample_box' => 'Sample Boxes',
'reference_lists' => 'Reference Lists',
'pathogen_type' => 'Pathogen Types / Toxins',
'sample_container_type' => 'Sample Container Types',
];