iBilik Capital Master Source v1.1.0 - Phase 7 Final Hardening

BASELINE
========
Master Source v1.0.1 Hardening
+ Phase 6 Recycled Capital Pool
+ Phase 6 Reporting / Lineage / Automation Controls
+ Phase 7 Accounting Foundation
+ Phase 7 Accounting Service Layer
+ Phase 7 Automatic Posting
+ Phase 7 Functional Accounting UI v1.1 Runtime Fix
+ Phase 7 Management Dashboard

PHASE 7G CHANGES
================
1. Unified dashboard navigation:
   - Investor
   - Capital
   - Formula
   - Recycled Capital Pool
   - Accounting
   - Management Dashboard
   All entries remain permission-aware.

2. Master Source consolidation:
   Pool, Accounting and Management services/pages are now in one source tree.

3. Migration consolidation:
   v2.3, v2.4, v2.5, v2.5.1 and v2.5.2 are retained under database/migrations.

4. Runtime protection retained:
   - PHP 8.0 compatible syntax
   - Ibilk namespace
   - auth / permission gates
   - CSRF on write operations
   - CLI-only cron entry points

5. Legacy permissions are NOT automatically deleted.
   Older codes such as ACCOUNTING_VIEW / ACCOUNTING_POST and earlier POOL_* aliases
   will be reviewed during the Second Full System Audit before any destructive cleanup.

6. No new database migration is required for Phase 7G.

SECOND FULL AUDIT ENTRY CONDITION
=================================
Deploy this Full Build, confirm key routes open without HTTP 500, then export:
A. Full website ZIP
B. Latest full SQL dump

The Second Full Audit will review:
- PHP 8.0 compatibility
- namespace/autoload
- route health
- permission catalog
- bilingual behavior
- SQL/PHP schema references
- Formula
- Investor
- Capital
- Pool
- Accounting
- Management Dashboard
- cron/control scripts
- security exposure
- duplicate permissions/code
- migration reproducibility
- accounting lineage and idempotency
- database table/column Chinese comments
