app/Core/App.php app/Core/Database.php app/Core/Env.php app/Core/Request.php app/Core/RequestId.php app/Core/Response.php app/Core/Router.php app/Core/Uuid.php app/Http/Controllers/ClientController.php app/Http/Controllers/ClientPortalController.php app/Http/Controllers/DocumentController.php app/Http/Controllers/EmployeeWorkspaceController.php app/Http/Controllers/FinanceController.php app/Http/Controllers/ProjectController.php app/Http/Controllers/SecurityAdminController.php app/Http/Controllers/UserController.php app/Http/Middleware/AuthenticationMiddleware.php app/Http/Middleware/AuthorizationMiddleware.php app/Http/Middleware/CsrfMiddleware.php app/Http/Middleware/DatabaseCsrfMiddleware.php app/Http/Middleware/SecurityHeaders.php app/Modules/ClientPortal/ClientPortalService.php app/Modules/Documents/DocumentService.php app/Modules/EmployeeWorkspace/EmployeeWorkspaceService.php app/Modules/Finance/FinanceService.php app/Modules/Projects/ProjectService.php app/Modules/Relationships/ClientService.php app/Modules/Relationships/DuplicateDetector.php app/Security/AuthService.php app/Security/CryptoService.php app/Security/PasswordResetService.php app/Security/SessionService.php app/Security/TotpService.php app/Services/AuditService.php app/Services/PermissionService.php app/Services/PrivilegedAccessService.php app/Services/UserService.php database/migrations/001_foundation_schema.sql database/migrations/002_launch_domain_schema.sql database/migrations/003_backend_compatibility.sql database/migrations/004_auth_user_management.sql database/migrations/005_client_relationship_management.sql database/migrations/006_universal_project_management.sql database/migrations/007_finance_foundation.sql database/migrations/008_documents_contracts_reports.sql database/migrations/009_client_portal.sql database/migrations/010_employee_workspace.sql database/seeds/001_roles_permissions.sql database/seeds/008_contract_clause_templates.sql database/views/005_client_summary_views.sql database/views/006_project_dashboard_views.sql database/views/007_finance_summary_views.sql database/views/009_client_portal_views.sql database/views/010_employee_workspace_views.sql docs/ALL_TEST_RESULTS_SPRINT_15.txt docs/ALL_TEST_RESULTS_SPRINT_16.txt docs/FILES_SPRINT_13.txt docs/FILES_SPRINT_14.txt docs/FILES_SPRINT_15.txt docs/FILES_SPRINT_16.txt docs/INSTALLATION.md docs/INSTALLATION_SPRINT_10.md docs/INSTALLATION_SPRINT_11.md docs/INSTALLATION_SPRINT_12.md docs/INSTALLATION_SPRINT_13.md docs/INSTALLATION_SPRINT_14.md docs/INSTALLATION_SPRINT_15.md docs/INSTALLATION_SPRINT_16.md docs/MASTER_COMBINATION_AND_HOSTING_GUIDE_DRAFT.md docs/SPRINT_09_STATUS.md docs/SPRINT_10_STATUS.md docs/SPRINT_11_STATUS.md docs/SPRINT_12_STATUS.md docs/SPRINT_13_STATUS.md docs/SPRINT_14_STATUS.md docs/SPRINT_15_STATUS.md docs/SPRINT_16_STATUS.md docs/TEST_RESULTS_SPRINT_11.txt docs/TEST_RESULTS_SPRINT_12.txt docs/TEST_RESULTS_SPRINT_13.txt docs/TEST_RESULTS_SPRINT_14.txt docs/TEST_RESULTS_SPRINT_15.txt docs/TEST_RESULTS_SPRINT_16.txt frontend-integration/src/employee-workspace/EmployeeWorkspacePage.tsx frontend-integration/src/employee-workspace/employeeApi.ts frontend-integration/src/employee-workspace/employeeWorkspace.css frontend-integration/src/employee-workspace/types.ts tests/auth_unit.php tests/client_portal_static.php tests/client_portal_unit.php tests/client_static.php tests/client_unit.php tests/document_static.php tests/document_unit.php tests/employee_workspace_static.php tests/employee_workspace_unit.php tests/finance_static.php tests/finance_unit.php tests/lint.sh tests/project_static.php tests/project_unit.php tests/run.php tests/security_static.php