feat: implement comprehensive modules for daily reports, project management, material logistics, and approval workflows

This commit is contained in:
Ajjj
2026-08-26 15:48:41 +08:00
parent d4e2b468ff
commit d6efc46624
52 changed files with 5275 additions and 932 deletions

View File

@@ -16,52 +16,52 @@ class ProjectClassificationSeeder extends Seeder
$classifications = [
[
'code' => 'ROAD-HWY',
'name' => 'road highway, pavement, railways, airport horizontal structures and bridges',
'name' => 'Road, Highway, Pavement, Railways, Airport Horizontal Structures and Bridges',
'description' => 'Horizontal infrastructure including roads, highways, pavements, railways, airport runways/taxiways, and bridges.',
],
[
'code' => 'IRR-FLD',
'name' => 'irrigation and flood control',
'name' => 'Irrigation and Flood Control',
'description' => 'Irrigation networks, canals, flood mitigation structures, drainage basins, and river dikes.',
],
[
'code' => 'DAM-RES',
'name' => 'dam, reservoir, and tunneling',
'name' => 'Dam, Reservoir, and Tunneling',
'description' => 'Dam structures, water reservoirs, underground tunneling, and heavy subterranean excavation.',
],
[
'code' => 'WAT-SUP',
'name' => 'water supply',
'name' => 'Water Supply',
'description' => 'Potable water transmission pipelines, distribution networks, pumping stations, and overhead storage tanks.',
],
[
'code' => 'PORT-ENG',
'name' => 'port, harbor and offshore engineering',
'name' => 'Port, Harbor and Offshore Engineering',
'description' => 'Seaport piers, wharves, harbor jetties, breakwaters, coastal protection, and offshore marine structures.',
],
[
'code' => 'BLD-PLANT',
'name' => 'building and industrial plant',
'name' => 'Building and Industrial Plant',
'description' => 'Commercial, institutional, and high-rise residential buildings, manufacturing facilities, and heavy industrial plants.',
],
[
'code' => 'SEW-TREAT',
'name' => 'sewerage treatment/disposal plant',
'name' => 'Sewerage Treatment / Disposal Plant',
'description' => 'Sewerage treatment plants, wastewater filtration facilities, and effluent disposal networks.',
],
[
'code' => 'WTR-TREAT',
'name' => 'water treatment plant and system',
'name' => 'Water Treatment Plant and System',
'description' => 'Raw water purification facilities, chemical dosing systems, and municipal water treatment plants.',
],
[
'code' => 'REC-PARK',
'name' => 'park, playground and recreational work',
'name' => 'Park, Playground and Recreational Work',
'description' => 'Public community parks, open-air recreational sports facilities, playgrounds, and landscape civil works.',
],
[
'code' => 'ELEC-WRK',
'name' => 'electrical work',
'name' => 'Electrical Work',
'description' => 'High/medium voltage substations, transmission power lines, industrial switchgear, and civil-electrical infrastructure.',
],
];