I need several improvements rolled into my existing PHP CodeIgniter application so that data entry, retrieval, and reporting feel seamless for end-users. First, the current module must accept multiple photo/image uploads, store them efficiently, and display thumbnails with a lightbox view. Next, all dropdown fields have to follow one consistent set of values—no more duplicated or misspelled options floating around. Two closely related modules now share information through a clunky hand-off; I want their workflow re-mapped so data moves automatically with proper validation and clear status feedback. On the reporting side, I expect both summary and customizable outputs, plus basic statistical snapshots, with the ability to download each report as Excel or PDF. Some hard-copy forms are still processed outside the system. I will supply scanned copies and an SRS detailing every field; turn these into new CodeIgniter modules, complete with robust server-side form validation. Finally, a global search bar should let staff type a name or ID and instantly see every module where that record appears, then jump straight to the matching screen. Deliverables (all source code committed to our private Git repository): • Enhanced module with image upload capability • Unified dropdown value lists across all existing forms • Refactored dual-module workflow, fully tested • Reporting engine producing summary, customizable, and statistical reports in Excel/PDF • New modules replicated from supplied paper forms, including form validation rules • Cross-module search feature returning record and module locations • Brief deployment guide and change log for my team Tech stack remains PHP 8, CodeIgniter 4, MySQL, and Bootstrap; use JavaScript (vanilla or jQuery) where helpful. All features must preserve existing authentication and role permissions. I will provide the full SRS, database schema, and staging credentials once we agree on milestones.